Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆

Forum Discussion

chelizi's avatar
chelizi
Helpful | Level 5
4 years ago
Solved

moblie app using /oauth2/authorize interface redirect_uri problem

     We plan to use the HTTP interface instead of the Android SDK when connecting to the dropbox. There is a problem in using the redirect_uri parameter in /oauth2/authorize.      After the authenti...
  • Greg-DB's avatar
    Greg-DB
    4 years ago

    Yes, you can use the redirect_uri option for this. The redirect URI you supply doesn't actually need to be an HTML web page. You should use the PKCE option, and use a redirect URI that goes directly to your app, e.g., by using a custom URL scheme that you register for your app.