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

Picker let me choose dropbox files, but return null #9

Open
cristiandaulisio opened this issue Jul 16, 2021 · 4 comments
Open

Picker let me choose dropbox files, but return null #9

cristiandaulisio opened this issue Jul 16, 2021 · 4 comments

Comments

@cristiandaulisio
Copy link

Hello,

i have a problem when i pick a dropbox file that picker let me choose.
when i click it, i receive null in files[] instead path as normal files.

is fixable? or i can hidden the dropbox folder?

Thanks

p.s What are the values of pickermode?

@farfromrefug
Copy link
Member

@Atomico001 did you try on a real device?

@cristiandaulisio
Copy link
Author

@farfromrefug Thanks for answer, yes real device (Xiaomi mi9t with Android 10)

@farfromrefug
Copy link
Member

@Atomico001 dont know anything about the dropbox files and how it works. This plugin uses a generic api so it should work. And i dont have dropbox :s you need to investigate this on your own. Sorry

@cristiandaulisio
Copy link
Author

cristiandaulisio commented Jul 16, 2021

@farfromrefug Ok,
don't know if it is usefull for you, but i found how hide dropbox, onedrive and all external provider with:
Can you insert this setting? or i need to fork it?

intent.putExtra(android.content.Intent.EXTRA_LOCAL_ONLY, true);

atleast now i see only item that work.
Now i try to see if it is possible fix Dropbox/Onedrive path.

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