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
eyra
8 years agoNew member | Level 2
Auth redirect url
Why does the redirect url after the Authorization process look like "#access_token=IuAX.........". The # at the start prevents my server code from getting the url parameters. Using .request().query...
- 8 years agoThat's the OAuth 2 "token" flow, where the access token is returned on the redirect URI fragment. That's meant more for client-side apps. For server-side apps, you should use the "code" flow. You can find more information here:
https://www.dropbox.com/developers/documentation/http/documentation#authorization
Rich
8 years agoSuper User II
Moved to the API forum.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,883 PostsLatest Activity: 4 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!