You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

zainulabd786's avatar
zainulabd786
Explorer | Level 3
6 years ago

is it possible to connect dropbox business account and user account with one app?

I have one app created in my dropbox developer console, Currently, this app allows a user to connect the Business account, but I also want enable Individual users to connect their dropbox with my app, Is it possible with one single app or do I have to create separate apps for both?

  • Greg-DB's avatar
    Greg-DB
    6 years ago

    In that case, it sounds like you do want access to both Dropbox Business API functionality (to list and access all members of the team) if it is a Business team, as well the Dropbox API functionality, if it's not a Business account. In that case, yes, you would need to register and use two apps: a Dropbox Business API app as well as a Dropbox API app.

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

    Exactly how you should set this up depends on what exactly you want to enable for your app.

    If you want any kind of Dropbox account to each be able to connect to your app, you should register a "Dropbox API" app with the "app folder" or "full Dropbox" permission. Whether or not the end-user has a Business account, they will be able to connect to that app, and use the Dropbox API functionality.

    If you want to access the Dropbox Business API, for functionality specific to Dropbox Business accounts, you would need to register a "Dropbox Business API" app. Only Business teams would be able to connect to that.

    (It's only if you wanted both, i.e., the individual access for any kind of account, in addition to the Business-specific functionality access for just Business teams, would you need to register both types.)

    • zainulabd786's avatar
      zainulabd786
      Explorer | Level 3

      You mean I will have to create two apps in my app console? One for Individual users and one for Business users

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

        This depends on what piece(s) of functionality you want exactly. Can you elaborate on what you want to build?

        For example, if you just want to interact with the files in the end-user's account, you just need one "Dropbox API" app with the "app folder" or "full Dropbox" permission. That can be used by both Business and non-Business accounts.