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

Forum Discussion

phunction's avatar
phunction
Explorer | Level 4
6 years ago

Switching Dropbox

Hi, I am using API2 with my app to allow users to transfer files to/from dropbox. However, if a user of the app changes dropbox accounts, and they no longer have access to the first dropbox account...
  • Greg-DB's avatar
    6 years ago

    The Dropbox account that your app connects to is controlled by the access token the app is using. (Every Dropbox API access token identifies a specific app-account pair.)

    When the user first authorizes your app, they allow it to access the account they sign in to at that time, and the resulting access token is then always for that particular account.

    If you want to switch what account the app is connecting to, you can just throw away the access token it's currently using. Then, you can prompt the user to authorize the app again, in order to allow it to connect to the new account, and so get an access token for that account. The user doesn't need to unlink the app from the old account.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 3 minutes ago
325 Following

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 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!