mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #13859] OneDrive Folder Sync for Knowledge Base #55721
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?
Originally created by @thinkout-titan on GitHub (May 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13859
Check Existing Issues
Problem Description
Currently, I can successfully connect to OneDrive and access individual files through Open WebUI, which is already very helpful. However, I’d like to enhance the usability of the Knowledge Base by being able to sync an entire OneDrive folder instead of uploading or referencing individual files manually.
Desired Solution you'd like
Add support for synchronizing a OneDrive folder (or selected folders) directly with the Knowledge Base module.
This would ideally include:
Ability to select a OneDrive folder to sync.
Automatically ingest all supported documents from that folder.
Keep the sync up-to-date periodically or on manual refresh.
Tag documents based on folder structure (optional).
Support nested folders (optional but useful).
This would bring feature parity with local directory syncing and simplify usage for cloud-based workflows.
Alternatives Considered
Manually downloading files from OneDrive and re-uploading to the Knowledge Base.
Using third-party sync tools to copy files from OneDrive to a local folder and then pointing the Knowledge Base to that local path.
Additional Context
Since the app already supports OneDrive login and file access, extending this capability to folder-level sync seems technically feasible via the Microsoft Graph API. I’d be happy to test or assist with this feature if needed.
@mballesterosc commented on GitHub (May 16, 2025):
Same for Google Drive!
@arunbugkiller commented on GitHub (May 17, 2025):
@thinkout-titan Could you please help me in using One-Drive for personal files atleast, I have enabled One Drive in the documents sections. Now what next?
@hurxxxx commented on GitHub (May 19, 2025):
See @arunbugkiller #13635 for reference.