cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

tokenRevoke() won't unlink app on android

tokenRevoke() won't unlink app on android

Richard S.51
Explorer | Level 3

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 1

Greg-DB
Dropbox Staff
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.
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?