mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17929] feat: Update OneDrive file picker pivots and enable search #18443
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 @selenecodes on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17929
Check Existing Issues
Problem Description
Right now you're not able to search through your files in OneDrive and the "My Organization" panel is hidden by default.
Relevant file:
4d7fddaf7e/src/lib/utils/onedrive-file-picker.ts (L206-L211)Desired Solution you'd like
I would like to update the
getPickerParamsfunction to enable search. If the user is using oneDrive business I also want to enable the "My Organization" pivotAlternatives Considered
No response
Additional Context
Microsoft file picker configuration schema: https://learn.microsoft.com/en-us/onedrive/developer/controls/file-pickers/v8-schema?view=odsp-graph-online
@selenecodes commented on GitHub (Sep 30, 2025):
What this would look like:

Old/current version:
@selenecodes commented on GitHub (Sep 30, 2025):
I have looked into adding the
shared,sharedLibraries,sitepivots as well however those either don't do anything or (in the case of thesitepivot) actively remove other options (like searching by People/Meetings)@selenecodes commented on GitHub (Oct 1, 2025):
Closing issue since PR was merged