- 21 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Dropbox
- Updated on 21 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Dropbox is a cloud storage service that allows users to store files online and access them from any device with an internet connection. For detailed information, please refer to the Dropbox’s official documentation.
Integration Method: API
Tables: Detection Finding (2004), User Inventory (5003), File Hosting Activity (6006), Authentication (3002)
This integration supports the following events.
Event | Description |
---|---|
Members | Retrieves the lists of members of a team. |
Team Events | Retrieves team events. |
This integration supports the following versions.
Dropbox Version | Business Plan |
Dropbox API version | v2 |
Prerequisites
The user should have Dropbox Business plan to get Members and Team events.
The app which we create for OAuth credential should have team_data.member, members.read, events.read permissions to get Members and Team events.
The user should have access to the DataBee console.
Configuration Overview
Create an App in the App console with the required permissions.
Add the Dropbox data feed in the DataBee console with the below parameters.
DataBee Parameter
Dropbox Parameter
Client Key
App key
Client Secret
App secret
Authorization Code
Access code
Dropbox Configuration
Register an app in Dropbox app console
To get access to Dropbox API first we need to create an App. To create an app, follow the steps below.
Access the Dropbox app console. On the log in page enter your Dropbox log in credentials.
Click on Create app.
Select the configuration below while creating the app.
Choose an API: Scoped access New
Choose the type of access you need: Full Dropbox
Name your app: enter the Unique name of your app.
Click on Create app.
Add permissions to app
We require enough permissions to get Members and Team event data. To add permissions to app, follow the below steps.
Once app is created, click on Permissions tab shown below.
Select the below required permissions and click on Submit button.
team_data.member
members.read
events.read
Get App key and App secret
Click on Settings tab.
Store the App key and click Show to reveal the App secret. Save both for later use during DataBee configuration and when generating the Authorization code.
Generate Access Code
Access the Dropbox OAuth Authorize Page. Replace <client_id> with the App key obtained in the previous step, then click Continue.
Click on Allow.
After clicking on allow we will get the Access code that we need to add during DataBee configuration.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for the Dropbox and click it as shown below
Click on the API Ingest option for collection method.
Enter feed contact information and click Next.
In the configuration page, confirm the following:
Authorization Method: OAuth2
API Base URL: this is the base URL that DataBee will interact with.
Client Key: paste the App key obtained in the Dropbox app console.
Client Secret: paste the App secret obtained in the Dropbox app console.
Authorization Code: paste the Access Code which we have generated previously.
Token URL: this is the token URL which will be used to generate tokens.
Event Types: preselected for all the event types that integration pulls.
Click Submit.
Troubleshooting Tips
If you are facing an invalid grant or code has already been used error this might be possibly due to Access code having been used multiple times. In that case generate a new authorization code and reconfigure the DataBee feed. Ensure the client key, client secret are pasted correctly.
If you are facing 400 response codes with error Your app is not permitted to access this endpoint this might be possibly due to missing permissions. Ensure that all the required permissions to the app are granted correctly as per the above-mentioned steps.