mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #18019] [CLOSED] Add Google Drive import feature to Knowledge Base #11439
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/18019
Author: @kabirchawla2003
Created: 10/2/2025
Status: ❌ Closed
Base:
main← Head:add-gdrive-button📝 Commits (2)
0ff0914Add Google Drive import feature to Knowledge Base93e725cchore: remove .claude folder and update .gitignore📊 Changes
8 files changed (+204 additions, -59 deletions)
View changed files
📝
.gitignore(+0 -0)📝
Dockerfile(+1 -1)➕
docker-compose.yml(+18 -0)➕
src/lib/components/icons/GoogleDrive.svelte(+18 -0)📝
src/lib/components/workspace/Knowledge/KnowledgeBase.svelte(+34 -1)📝
src/lib/components/workspace/Knowledge/KnowledgeBase/AddContentMenu.svelte(+11 -0)📝
src/lib/utils/google-drive-picker.ts(+106 -57)➕
start-dev.bat(+16 -0)📄 Description
Title
feat: add Google Drive import button to Knowledge BaseDescription
This PR introduces a new feature to import documents directly from Google Drive into the Knowledge Base.
Added
AddContentMenumain.py)Changed
google-drive-picker.tswith folder supportRemoved
N/A
Fixed
N/A
Security
N/A
Breaking Changes
None
Additional Information
Screenshot
Checklist
devbranchfeat🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.