Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I have the latest version of dropbox v2 sdk. (3.1.0)
I want to do token authentication from v1 to v2.
However, the following functions do not exist.
+ (BOOL)checkAndPerformV1TokenMigration:
(nonnull DBTokenMigrationResponseBlock)responseBlock
queue:(nullable NSOperationQueue *)queue
appKey:(nonnull NSString *)appKey
appSecret:(nonnull NSString *)appSecret;
Is there another way?
I need help.
Thank you.
I just checked this in v3.1.0 and I do see checkAndPerformV1TokenMigration defined and working. There's some sample code in the readme.
Can you double check that you got 3.1.0 installed? If so, please share the code you're using and error/output you're getting.
I just checked this in v3.1.0 and I do see checkAndPerformV1TokenMigration defined and working. There's some sample code in the readme.
Can you double check that you got 3.1.0 installed? If so, please share the code you're using and error/output you're getting.
Oh! I had a big mistake.
This happens because the names of working folders are similar.
I have verified version 3.1.0 and found that the feature exists.
Thank you very much.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!