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

oleg22's avatar
oleg22
New member | Level 2
6 years ago

Eror 409 Conflict on auth request on Java code

Hello i have such problem with request for getting OAuth 2.0 token with part of documentation"token from oauth 1.0
Have some code with request

curl -X POST https://api.dropboxapi.com/2/auth/token/from_oauth1 \
    --header "Authorization: Basic <my basic token>" \
    --header "Content-Type: application/json" \
    --data "{\"oauth1_token\": \"<my token>\",\"oauth1_token_secret\": \"<my token secret\"}"

 And Java request as 

"{\"oauth1_token\": \""+app_token+"\",\"oauth1_token_secret\": \""+token_secret+"\"}";

where app_token and token_secret is Static Strings with app token and token secret.
And have eror 409 Conflict
I look my code for spaces on token or secret or request but dont see it.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,915 PostsLatest Activity: 6 hours ago
333 Following

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!