flutter_file_picker
flutter_file_picker copied to clipboard
Support for OneDrive
Would there be support for OneDrive in the near future? If not what is the best way to contribute to support this integration?
Hi @csnelsonchu , I assume that you're referring to our Windows desktop implementation? Thanks for letting us know that files from OneDrive cannot be picked. Our Windows implementation uses the OPENFILENAMEW
struct. You could browse the official documentation here: https://learn.microsoft.com/en-us/windows/win32/api/commdlg/ns-commdlg-openfilenamew
Maybe, you'll find a flag that enables picking of OneDrive/cloud files
Btw, on Windows 11, I can pick files from OneDrive:
The only prerequisite is that the OneDrive client is running so that the selected file can be downloaded.
Hi guys, I am actually looking to use flutter web to select from from one-drive cloud storage. I'm guessing that is not supported, correct?
Are any web services supported, though? If it's in scope, it would only be fair to also support other services. If it's not in scope, then it's best left for another package.