

The code flow is the recommended OAuth flow for all types of applications. If you’re using one of the SDKs, see their tutorials and sample apps for reference after reviewing this guide. Using one of these SDKs is recommended when possible. While doc will cover details of OAuth using HTTP calls, remember that Dropbox SDKs will take care of some of the OAuth 2 process automatically for you. Your end-users will connect to that app via the OAuth flow. Keep in mind that this is only for your own account - you'll need to use the standard OAuth flow to obtain access tokens for other users.ĭo not instruct your users to register their own Dropbox application to use your app - you just need to register your app once. 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. 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. This permission is appropriate when your application needs to regularly access pre-existing content in the user’s account.Īlways ask for the least amount permissions required by your applications.


If you have an existing app on these types, don’t worry - this transition does not require code change.
