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
suzuka
8 years agoExplorer | Level 4
Api v2 for Auth2
HI,
I am new to dropbox api . Trying to start with java documentation for auth but documentation is so confusing. I found that https://api.dropboxapi.com/oauth2/token should be used but on https://dropbox.github.io/dropbox-api-v2-explorer there is no way to try or on https://www.dropbox.com/developers/documentation/http/documentation It is not on listing too.
suzuka pcworld is correct, it is listed there, just not in the sidebar. Here's the direct link for the OAuth 2 documentation. The OAuth guide may also be useful.
Also, the "Get Token" button on the API Explorer does use the OAuth 2 "token" flow.
In any case though, if you're using Java, we recommend using the official Dropbox API v2 Java SDK, which will do most of this work for you. For example, you can see how the app authorization flow is implemented in this example.
- pcworldExplorer | Level 3
Just search for "/oauth2/authorize" in https://www.dropbox.com/developers/documentation/http/documentation, it's there, it's just missing from the table of contents.
- Greg-DBDropbox Staff
suzuka pcworld is correct, it is listed there, just not in the sidebar. Here's the direct link for the OAuth 2 documentation. The OAuth guide may also be useful.
Also, the "Get Token" button on the API Explorer does use the OAuth 2 "token" flow.
In any case though, if you're using Java, we recommend using the official Dropbox API v2 Java SDK, which will do most of this work for you. For example, you can see how the app authorization flow is implemented in this example.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,917 PostsLatest Activity: 21 minutes ago
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 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!