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 (So they can't unlink a device) how can they now use the new dropbox account within my app since it is still linked to another dropbox account?

They are signed in the dropbox app iteself on the device with their new account but it does not affect my app.

 

Thanks.

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

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    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.

    • phunction's avatar
      phunction
      Explorer | Level 4

      Thanks, I was hoping there was a way it could be done outside of the app but I don't think there is.

      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff

        For reference, users can unlink apps from https://www.dropbox.com/account/connected_apps but that just revokes the access tokens for that app, making any further attempts to use the access tokens fail.

        The app would still need to throw away its copies of the access tokens and prompt the user to relink the app if they want.

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