Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
neunygph
9 years agoExplorer | Level 4
Access token and revoke
To whom it may concer, 1. With the API version 2, will the api token get expired ever ? 2. Assuming I want to revoke the token by making a call to /auth/token/revoke. And then try to generate th...
kgashok
9 years agoNew member | Level 2
I did a "revoke" using the API explorer and tried to download a file, it came back and reported that
{
"error_summary": "invalid_access_token/...",
"error": {
".tag": "invalid_access_token"
}
}
However, I could still get access to the files inside my App folder by making API calls using the same access token. How is this possible?
{
"error_summary": "invalid_access_token/...",
"error": {
".tag": "invalid_access_token"
}
}
However, I could still get access to the files inside my App folder by making API calls using the same access token. How is this possible?
Greg-DB
Dropbox Community Moderator
9 years agoHi kgashok, thanks for the report. I can't seem to reproduce this issue though. Are you sure you're using the same exact token? Revoking a token applies to that single token only, but any particular user-app pair can have multiple access tokens.
If it's definitely the same token, please open an API ticket with the all of the relevant requests/responses so we can look into it:
https://www.dropbox.com/developers/contact
If it's definitely the same token, please open an API ticket with the all of the relevant requests/responses so we can look into it:
https://www.dropbox.com/developers/contact
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!