Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
dsimonson
8 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/
1 Reply
- Greg-DB8 years ago
Dropbox Community Moderator
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/
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!