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?