-
Notifications
You must be signed in to change notification settings - Fork 560
Description
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Is your feature request related to a problem? Please describe.
I recently reported an issue with the OneDrive File picker in dark mode (Issue #5363 ) so I just out of curiosity looked up if there is some kind of official way to select file and found one which I'm suggesting here.
Describe the solution you'd like
When selecting file from Onedrive draw.io could use the official File Picker instead of the custom one.
Here is the documentation for the file picker.
https://learn.microsoft.com/en-us/onedrive/developer/controls/file-pickers/
I haven't tried this so I don't know how good it is or how easy it is to implement. I will leave that to you to decide.
Primary reason I wanted to suggest this is that the Google file picker is the official one as well so it would make sense to also do the same for OneDrive.
Describe alternatives you've considered
You could keep it the way it is but this solution could make maintenance easier.
Additional context
No extra context