Android Question Dropbox file delete

Rusty

Well-Known Member
Licensed User
Longtime User
Is it possible to delete a file from Dropbox with the skd? If so, how can this be done?
Thanks,
Rusty
 

DonManfred

Expert
Licensed User
Longtime User
Is it possible to delete a file from Dropbox with the skd?
Delete with the SDK, yes.
If so, how can this be done?
Actually not with the actual Dropbox-Library (3.0). This lib does not expose this functionality.
Someone need to write a new version of this lib(wrapper). As i got the source of it from Erel i suppose it should be me to extend it ;)
i´ll put this into the wrapper tomorrow (actually on my way to work and this evening is my cinema-day)
 
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
Erel, yes, I am using the DropboxSync rel 3.0 library.

Manfred, Thanks for this information, I appreciate you doing this. Please let me know when it is exposed
 
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
Thanks Erel.
There is a variable named "manager" that doesn't compile. Can you advise?
Rusty
 
Upvote 0
Top