FME Flow: 2024.2
Configuring Your Dropbox Account App
Before creating Dropbox Watch Publisher or a Dropbox Subscriber on a Dropbox account, you must configure the account with an app and generate an OAuth2 access token for it.
Note The Dropbox access token expires after a four-hour session. For longer access, configure your app for offline access with a refresh token. For more information:
- Login to your Dropbox account and navigate to https://www.dropbox.com/developers/apps.
- On the My apps page, click Create app.
- On the Create a new app on the Dropbox Platform page:
- Choose an API: Select Dropbox API.
- Choose the type of access you need: Select Full Dropbox.
- Name your app: Provide a name for your app.
- Review the Dropbox API Terms and Conditions and check the box.
- Click Create app. A page opens for your app.
- On the Permissions tab, enable the following permissions:
- account_info.read
- files.metadata.write
- files.metadata.read
- files.content.write
- files.content.read
- On the Settings tab:
- Under OAuth2 > Generated access token, click Generate.
- Copy the generated token.