Learn how to make the most out of the Dropbox Community here 💙.
Forum Discussion
Aristide
8 years agoHelpful | Level 7
Switch from one account to another java SDK V2 ?
Hello, Is there a way to switch from one account to another without revoking the accessToken. Since I migrated to V2 I can not manage several accounts with my app. I always come back to the same ac...
- 8 years ago
This is because the client was not reinitialized in the DropBoxClientFactory.java provided in the android SDK example. Now everything is ok with:
//make sDbxClient public in DropBoxFactory before DropboxClientFactory.sDbxClient = null;
Aristide
8 years agoHelpful | Level 7
This is because the client was not reinitialized in the DropBoxClientFactory.java provided in the android SDK example. Now everything is ok with:
//make sDbxClient public in DropBoxFactory before DropboxClientFactory.sDbxClient = null;
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,966 PostsLatest Activity: 2 days ago
If you need more help you can view your support options (expected response time for an email or 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!