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

kaftanati's avatar
kaftanati
Helpful | Level 6
8 years ago

How I can do unlink() for account at Android (with API v2)?

Android Core API v1 have method for unlink account from app: mAccountManager.unlink(); Now I can't find same functional.
  • Greg-DB's avatar
    8 years ago

    In the API v2 Java SDK, the equivalent would be the calling tokenRevoke to revoke the token, and then throwing the local copy of the access token.