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

Forum Discussion

qazimuneeb1's avatar
qazimuneeb1
Explorer | Level 3
5 years ago

Access my different dropbox accounts

Hi. I have different dropbox accounts for my files for some reason. I want to develop an android application which use dropbox authflow and i put my credentials for specific account and get the files...
  • Greg-DB's avatar
    Greg-DB
    5 years ago

    You do not need to get a different app key for each account. As the developer, you only need to register your app once, at which point you'll receive an app key for the app. The app key only identifies the app, and does not enable access to any particular account. You can use the one app key in your app to allow multiple different accounts to connect to your app. Once the user authorizes the app with the OAuth app authorization flow, the app will receive an access token for that account. If done for multiple accounts, the app will receive a distinct access token per account.

    And yes, if you have more than one app installed using the same app key you will get that security alert. The solution is just to uninstall one of the apps so that you just have only one copy of the app installed with the app key.