Quick Start
Make your first Dropbox API call in minutes
1. Create a Dropbox app
Head to the Dropbox App Console and click Create app.
- Choose Scoped access as the API type.
- Select the access type your app needs:
- App folder: Access limited to a single folder in the user’s Dropbox.
- Full Dropbox: Access to all files and folders in the user’s Dropbox.
- Name your app and click Create app.
2. Configure permissions
On the Permissions tab of your app’s settings, enable the scopes your app needs:
Click Submit to save your permission changes.
3. Get an access token
For testing, generate a short-lived access token from the Settings tab of your app in the App Console. For production apps, implement the OAuth 2.0 flow.
4. Make your first API call
Begin listing the contents of the root folder:
A successful response contains entries:
5. Upload a file
A successful response contains the uploaded file’s metadata:
Next steps
- Explore the API Reference for the full list of endpoints.
- Learn about Authorization for production OAuth flows.
- Read about File Access for advanced file operations.