Android Question Dropbox API V2 implications

lordbb

Member
Licensed User
Longtime User
Sorry to be obtuse, but I can't determine from looking at the Dropbox-V2 API info, as to whether or not my code will need re-writing.

So can some tell me if DropboxSync V3 libary functions will continue to work?
Specifically .linkaccount, .uploadfile, .unlinkaccount.
I upload small (<1K) text files to a dropbox folder.
Thank you.

b
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

lordbb

Member
Licensed User
Longtime User
Is there any simple examples of using a fixed dropbox?
Your sample DBXV2TV is overwhelming to me.
I have a db "App Key" and "App Secret" key. You don't use that terminology in your code, so I don't know if that is the same as token or not.
VERY frustrated that DB deemed it necessary to drop AP1-sync since it was so easy to use.
b
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I have a db "App Key" and "App Secret" key.
You can use this token and secret to connect to YOUR Dropbox (using your Dropbox-space) without problem.

VERY frustrated that DB deemed it necessary to drop AP1-sync since it was so easy to use.
DO NOT bother me with this! Write a mail to Dropbox if you want to talk about this. I´m NOT the right person to talk to regarding the deprecation of the DropboxSync.
 
Last edited:
Upvote 0

Turbo3

Active Member
Licensed User
Longtime User
Where exactly does the secret go? xxxx.yyyy("secret")?

In the old DropboxSync it was manager.Initialize(key, secret, "manger") what is the format now?
 
Last edited:
Upvote 0
Top