flutter_file_picker icon indicating copy to clipboard operation
flutter_file_picker copied to clipboard

Support for OneDrive

Open csnelsonchu opened this issue 1 year ago • 4 comments

Would there be support for OneDrive in the near future? If not what is the best way to contribute to support this integration?

csnelsonchu avatar Jun 01 '23 16:06 csnelsonchu

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

philenius avatar Jun 03 '23 13:06 philenius

Btw, on Windows 11, I can pick files from OneDrive:

pick-from-onedrive

The only prerequisite is that the OneDrive client is running so that the selected file can be downloaded.

philenius avatar Jun 05 '23 21:06 philenius

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?

csnelsonchu avatar Jun 06 '23 02:06 csnelsonchu

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.

12people avatar Dec 29 '23 21:12 12people