We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

seizo's avatar
seizo
Helpful | Level 6
8 years ago

The design of Dropbox's AUTH CODE page.

I'm creating an Android app that accesses to Dropbox API. To access Dropbox, users have to get access token using OAuth 2.0. In this process, before getting the access token, users have to copy...
  • Greg-DB's avatar
    Greg-DB
    8 years ago

    Thanks for the additional information! I'll send this along as a request to optimize this page, but I can't make any promises.

     

    We do still highly recommend trying a redirect URI though. The /oauth2/authorize, which is still used even if you use a redirect URI, does also allow the user to switch Dropbox accounts. (In fact, switching accounts after hitting "Allow" would be too late to change what account is linked to the app anyway.)

     

    It sounds like you may not want to use a redirect URI because it sometimes doesn't give the user a chance to switch though, since it may automatically redirect the user if they've already authorized the app. If that's the case, you should set force_reapprove=true to disable that behavior.