Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OneDrive #1299

Open
csnelsonchu opened this issue Jun 1, 2023 · 4 comments
Open

Support for OneDrive #1299

csnelsonchu opened this issue Jun 1, 2023 · 4 comments
Labels
desktop The issue applies to Windows, Linux or MacOS implementations. feature-candidate This issue might result in a feature to be implemented suggestion New feature or request web Issue applies to Web platform

Comments

@csnelsonchu
Copy link

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

@csnelsonchu csnelsonchu added the suggestion New feature or request label Jun 1, 2023
@philenius philenius added the feature-candidate This issue might result in a feature to be implemented label Jun 3, 2023
@philenius
Copy link
Collaborator

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 philenius added desktop The issue applies to Windows, Linux or MacOS implementations. windows labels Jun 3, 2023
@philenius
Copy link
Collaborator

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.

@csnelsonchu
Copy link
Author

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?

@philenius philenius added web Issue applies to Web platform and removed windows labels Jun 7, 2023
@12people
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop The issue applies to Windows, Linux or MacOS implementations. feature-candidate This issue might result in a feature to be implemented suggestion New feature or request web Issue applies to Web platform
Projects
None yet
Development

No branches or pull requests

3 participants