We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
dsimonson
7 years agoExplorer | Level 4
Getting started - authorizing
My app id is (for example) xxxxxxxxxxx
Why doesn't this URL, pasted into my browser, take me to the page to let me authorize my app?
https://www.dropbox.com/oauth2/authorize?client_id = xxxxxxxxxxx
am I missing quotes? I tried this as well:
https://www.dropbox.com/oauth2/authorize?client_id = "xxxxxxxxxxx"
I know I am missing something, it is just not obvious to me. Thanks.
- You're missing a few parameters that are necessary for the /oauth2/authorize page. (You should be getting a detailed error message at the bottom of that page when you access it like this.)
You can find the full documentation for the required and optional parameters here:
https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize
At a minimum, you also need the "response_type" parameter.
Also, this old blog post was written for the now-retired API v1 (a.k.a. Core API), but the OAuth 2 flow still works the same for API v2:
https://blogs.dropbox.com/developers/2013/07/using-oauth-2-0-with-the-core-api/
- Greg-DBDropbox StaffYou're missing a few parameters that are necessary for the /oauth2/authorize page. (You should be getting a detailed error message at the bottom of that page when you access it like this.)
You can find the full documentation for the required and optional parameters here:
https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize
At a minimum, you also need the "response_type" parameter.
Also, this old blog post was written for the now-retired API v1 (a.k.a. Core API), but the OAuth 2 flow still works the same for API v2:
https://blogs.dropbox.com/developers/2013/07/using-oauth-2-0-with-the-core-api/
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!