We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
oleg22
6 years agoNew member | Level 2
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/f...
oleg22
6 years agoNew member | Level 2
Weare i can get some data as
"account_id": "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc", "uid": "12345"
i send request in java code
{\"access_token\": \"xxxxxxxxxxxx\", \"token_type\": \"bearer\"}
and get a
HttpResponseProxy{HTTP/1.1 400 Bad Request [Server: nginx, Date: Mon, 23 Dec 2019 22:13:46 GMT, Content-Type: application/json, Transfer-Encoding: chunked, Connection: keep-alive, Content-Security-Policy: sandbox; frame-ancestors 'none', X-Dropbox-Request-Id: 6a18347a584a219d1e1d092b6eefb883, X-Frame-Options: DENY, X-Content-Type-Options: nosniff, Content-Disposition: attachment; filename='error'] ResponseEntityProxy{[Content-Type: application/json,Chunked: true]}}
I need to use only HTTP request's without java dropbox API :)
Greg-DB
Dropbox Community Moderator
6 years agoThese 'account_id', 'uid', 'access_token', and 'token_type' values are returned by the Dropbox /oauth2/token endpoint.
You would call the the Dropbox /oauth2/token endpoint if you're using the Dropbox OAuth 2 "code" flow. You can find information on what your request should look like in the documentation for the Dropbox /oauth2/token endpoint.
In any case, make sure you print out the response body for a more specific error message when you get an error like that.
You can see a live demo of the OAuth app authorization flow in this sample app which runs this code.
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!