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

How do you select file from dropbox #78

Closed
premtemp1 opened this issue May 9, 2019 · 3 comments
Closed

How do you select file from dropbox #78

premtemp1 opened this issue May 9, 2019 · 3 comments

Comments

@premtemp1
Copy link

Hello,
How can I use this plugin to get file from dropbox or iCloud Drive

@miguelpruivo
Copy link
Owner

Hi @premtemp1 you may want to check the README file. There’s plenty examples there of how to setup and use this package. Anyway, a simple usage that allows you to pick files from clouds is:

String filePath = await FilePicker.getFilePath(type: FileType.ANY);

This will let you pick anything but feel free to use some extension filters if needed.

Closing as this isn’t actually an issue.

@premtemp1
Copy link
Author

@miguelpruivo ,
I can pick the file from iCloud , However, gDrive nor dropbox
does not show as an option on iOS

@miguelpruivo
Copy link
Owner

@premtemp1 you’ve to have the Dropbox and/or google drive apps installed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants