We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
RandySK
10 months agoNew member | Level 1
No Response to Authorize Command
After I set up my app at DropBox, I did a call from my database application to: the /oauth2/authorize endpoint with my client ID and redirect URI as parameters. I got the response: 302 Found\r\nT...
RandySK
10 months agoNew member | Level 1
>The initial authorization step has to be done on a webpage, yes, where there must be user interaction.
Thanks. What's the URL I need to go to in order to do that first interaction? I have already generated the IDs I should need for that step. I don't see it in the OAuth guide.
DB-Des
Dropbox Community Moderator
10 months agoBased on your original enquiry and the fact that "offline" access was discussed, your authorization URL would look like this:
https://www.dropbox.com/oauth2/authorize?client_id=<APP_KEY>&redirect_uri=https://api.intellexcorp.com&response_type=code&token_access_type=offline
As a reminder, for this flow: Once the app has been authorized by the user, the authorization code will be appended as a query parameter to your redirect_uri. It will most likely look something like this:
https://api.intellexcorp.com?code=<AUTHORIZATION_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!