← Back to Exporter
How to Grant Dropbox Access and Create an Access Token
This guide walks you through creating a Dropbox app and generating a long-lived access token for the Paper exporter. It takes ~2 minutes.
Step 1: Create a Dropbox App
- Go to the Dropbox App Console and sign in.
- Click Create app.
- Choose Scoped access (recommended for security).
- Select your Dropbox folder access: Full Dropbox.
- Enter a name (e.g., "Paper Exporter") and click Create app.
Step 2: Set Permissions (Scopes)
- In your new app's page, go to the Permissions tab.
- Enable these scopes (check the boxes):
files.metadata.read
(to list files)
files.content.read
(to export content)
- Click Submit to save. (It may take a minute to propagate.)
Step 3: Generate the Access Token
- Go to the Settings tab.
- Scroll to OAuth 2 section.
- Click Generate under "Generated access token".
- Copy the token (starts with
sl.
)—paste it into the exporter!
Tips:
- Tokens are long-lived but revocable—regenerate if compromised.
- For the exporter, no OAuth flow needed; just the token.
- If errors occur (e.g., scope issues), double-check permissions and regenerate.
Questions? Check Dropbox Docs or the exporter's status logs.
← Back to Exporter