Forum Discussion

phunction's avatar
phunction
Helpful | Level 5
7 years ago
Solved

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

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!