Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Richard S.51
7 years agoExplorer | Level 3
tokenRevoke() won't unlink app on android
Hi,
I'm making an android app using dropbox api v2.
I want users to be able to revoke their token and unlink my app from dropbox from within the app itself;
Essentially "logging out" of dropbox from the app.
I seem to have gotten it to work using the tokenRevoke() method:
mDbxClient.auth().tokenRevoke();However when i log onto my personal dropbox, the app is still in the "linked apps" list in the settings.
How can i fully remove the app from dropbox?
1 Reply
- Greg-DB7 years ago
Dropbox Community Moderator
The 'tokenRevoke' method will only revoke a specific access token. The Dropbox API doesn't offer a way to fully unlink an app (e.g., the way the user can on https://www.dropbox.com/account/connected_apps ), but I'll pass this along as a feature request.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!