We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
TheKrominator
6 years agoExplorer | Level 3
Dropbox Bearer token is too short
When I log in to DropBox, I get approved and receive my auth token. But, the token is too short!
I should receive : "################################-###############################"
but I get : ...
- 6 years ago
It sounds like you're using the "code" flow, so Dropbox will return an "authorization code", not an access token. When using the code flow, once you receive the authorization code, you need to then exchange it for an access token using /oauth2/token.
Check out the /oauth2/authorize and /oauth2/token documentation for more information on how this works.
Greg-DB
Dropbox Community Moderator
6 years agoIt sounds like you're using the "code" flow, so Dropbox will return an "authorization code", not an access token. When using the code flow, once you receive the authorization code, you need to then exchange it for an access token using /oauth2/token.
Check out the /oauth2/authorize and /oauth2/token documentation for more information on how this works.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!