You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Aristide
8 years agoHelpful | Level 7
How to switch from one account to another java SDK V2 (Android)?
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
Ok, Greg K thank you.
I had this issue because i had used a given class of Android sample.
DropboxClientFactory.init(dropboxAccessToken); dropBoxService = DropboxClientFactory.getClient();
DropBoxClientFactory.init() method check if the client is null before to initiate a new one.Solved for me.
Greg-DB
8 years agoDropbox Staff
The access token you use identifies which account you connect to. You can store and re-use multiple different access tokens to support using multiple different accounts.
There's some more information here:
- Aristide8 years agoHelpful | Level 7
Ok, Greg K thank you.
I had this issue because i had used a given class of Android sample.
DropboxClientFactory.init(dropboxAccessToken); dropBoxService = DropboxClientFactory.getClient();
DropBoxClientFactory.init() method check if the client is null before to initiate a new one.Solved for me.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf 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!