I've tried the Dropbox Sync Library and have it working but are there any support for allowing the user to browse folders and files in Dropbox, this so the user can point out where to save/load files?
Do I need to develop this functionality or is it somehow available through a Dropbox intent?
But is it even possible to retrieve files from a users dropbox account?
The app i'm writing need to access already created files (created with a .net application) that are located somewhere on the users dropbox account.
Is this possible with B4A and the Dropbox sync library?
Thanks, I understand that the sync api works this way but are there any other working solutions for B4A that you know of that would allow this kind of functionality?
It feels as if this would be a somewhat common functionlity to be able to read an already created file in the users dropbox account...