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.