Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
achillis
10 years agoNew member | Level 2
Exchange the authorization code for a re-useable access token - OAuth 2.0 - /oauth2/authorize
When using OAuth 2.0 during /oauth2/authorize while ommiting the redirect url:
https://api.dropbox.com/oauth2/authorize?response_type=code&client_id=<key>scope=&state=<state>
This is the [code flow]
the user then is directed to authorize the app, once the app is authorized the user is taken to a page that reads:
Enter this code into <app-name> to finish the process.
GooKWtwe54AAAAAAABABSUl_Ruv1COvpBBCuWQ5kv2g (code changed)
it takes the user here: https://www.dropbox.com/1/oauth2/authorize_submit
1) please help me understand how I need to exchange this code for an access token.
2 Replies
- Greg-DB10 years ago
Dropbox Community Moderator
[Cross-linking for reference: https://stackoverflow.com/questions/40595734/exchanging-a-dropbox-authorization-code-for-a-re-useable-access-token-with-php-a ]
I just posted an answer on StackOverflow, but in short, you can use /oauth2/token to exchange an authorization code for an access token:
https://www.dropbox.com/developers/documentation/http/documentation#authorization
- achillis10 years agoNew member | Level 2
Greg, you are a genius. Sometimes the issue is so small it is easily overlooked!
FYI, the problem was in:
- https://www.dropbox.com/oauth2/token
+ https://api.dropbox.com/oauth2/token
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!