Dropbox



Www.dropbox.com

Dropbox is a leading global collaboration platform that’s transforming the way people and teams work together. We’re on a mission to unleash the world’s creative energy by designing a more enlightened way of working. For help with your Dropbox account, please visit our help center or contact support.You can also get in touch with a Dropbox Business sales representative or reseller by submitting your information below.

The Dropbox desktop application is available for Windows, Mac, and Linux operating systems. (Visit this article instead if you are running Windows 10 in S mode).Once installed, you’ll have the Dropbox desktop app, Dropbox in your taskbar (Windows) or menu bar (Mac), and a Dropbox folder on your computer.

Dropbox

Legacy App Types

Prior to the introduction of scopes, Dropbox API apps would select only their level of content access (described below). Business API apps would select from one of four permission types to determine the API calls they have access to:

  • Team information – Information about the team and aggregate usage data
  • Team auditing – Team information, plus the team's detailed activity log
  • Team member file access – Team information and auditing, plus the ability to perform any action as any team member
  • Team member management – Team information, plus the ability to add, edit, and delete team members

For compatibility, these deprecated app types remain selectable - but over the coming months we will begin to transition these apps to equivalent scopes. If you have an existing app on these types, don’t worry - this transition does not require code change.

Dropbox Login

Content Access

Dropbox App

As you create your Dropbox application, you will also be prompted to select the scope of file access. Currently, these two options are:

Dropbox loginHome

Dropbox Personal

  • App Folder: Your application will be able to take actions allowed by its scopes on data within its app folder only (in the /apps folder). This option is suitable for apps that export content or manage only their content.
  • Full Dropbox: Your application will be able to take actions allowed by its scopes on all data within the user’s Dropbox account. This permission is appropriate when your application needs to regularly access pre-existing content in the user’s account.

Minimal Access

Dropbox.com Login

Always ask for the least amount permissions required by your applications. Requesting more scope and content access than required may result in end users not accepting your OAuth request and could impact your app review process.

Dropbox.com/connect

Www.dropbox.com

When using API scopes, you may also ask for minimal permissions at authorization time - then re-authorize at later time if and when your application requires more permissions from the user.