Android Question Dropbox Sync Library browse for file(s)

DSD

Member
Licensed User
Longtime User
Hello,

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?

Thanks

/Mattias
 

DSD

Member
Licensed User
Longtime User
Thanks for answering.

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?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can access any file that is stored in your app Dropbox folder. For example:
SS-2014-04-24_16.49.02.png

This is how the Sync API works.

The user can access this folder.
 
Upvote 0

DSD

Member
Licensed User
Longtime User
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...
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top