nativescript-community / ui-document-picker

A NativeScript plugin that allows you to select files from the device.
https://nativescript-community.github.io/ui-document-picker/
Apache License 2.0
10 stars 8 forks source link

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

Open cristiandaulisio opened 3 years ago

cristiandaulisio commented 3 years ago

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 commented 3 years ago

@Atomico001 did you try on a real device?

cristiandaulisio commented 3 years ago

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

farfromrefug commented 3 years ago

@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 commented 3 years ago

@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.