We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
raymondc
4 years agoNew member | Level 2
Revoke credential
Hello,
When using access token, there is the function
DropboxClient.auth().tokenRevoke()
to revoke the token (cases when one would want to do this is when the user decides to log out).
Now with the new workflow, DbxCredentials are used instead of access tokens. Is there a function that does something similar?
Since the token gets refreshed from time to time. Does refreshing revoke the previously used token?
The same tokenRevoke method can be used with the new short-lived access tokens as well. Calling it will revoke the short-lived access token used, as well as the corresponding refresh token and other short-lived access tokens for that refresh token, if any.
Just performing an access token refresh does not invalidate previous access tokens.
- Greg-DBDropbox Staff
The same tokenRevoke method can be used with the new short-lived access tokens as well. Calling it will revoke the short-lived access token used, as well as the corresponding refresh token and other short-lived access tokens for that refresh token, if any.
Just performing an access token refresh does not invalidate previous access tokens.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 5 hours 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!