By linking Dropbox with Fostr, your team can manage cloud files and shared content without ever leaving the AI workspace. The integration setup ensures a secure connection, lets you define how permissions are handled, and organizes folders and documents so they appear as usable Records and Actions across Fostr.
Step 1: Explore the Dropbox API
Open the Dropbox API documentation.
Review the available endpoints and SDKs. Dropbox provides examples in several languages that can be useful for quick testing.
Step 2: Register an App and Obtain Credentials
Log into your Dropbox account and open the App Console.
Step 3: Create an Access Token
In the App Console, run the OAuth 2.0 flow to create a token.
Step 4: Confirm Permissions and Scopes
Check that your Dropbox app has the scopes necessary for Fostr to work properly:
files.metadata.read
files.content.read
files.content.write
If you plan to use shared or team spaces, also include team-related scopes.