- 27 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Box
- Updated on 27 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Box is a cloud content management platform designed to help businesses manage and collaborate on files securely. It provides solutions for file storage, sharing, and collaboration, allowing users to access their content from anywhere while ensuring data security. For detailed information refer to the Box’s official documentation.
Integration Method: API
Tables: Authentication (3002), Detection Finding (2004), File Hosting Activity (6006)
This integration supports the following events.
Event | Description |
---|---|
Events | Retrieves events for a given user or for the entire enterprise. |
This integration supports the following versions.
Box Version Supported | 2.0 |
Box API version Supported | 2.0 |
Note:
As of this document preparation, latest release was on Sept 27, 2024.
Prerequisites
Access to the Box platform to generate API credentials.
Access to the DataBee console.
Configuration Overview
Create an API Client and obtain the required authentication details, including the Client ID and Client Secret.
Create Box Data Feed in the DataBee console with the required API credentials.
DataBee Parameter
Box Parameter
Client ID
API Client ID
Client Secret
API Client Secret
Box Configuration
Create Platform App
Before creating the app, make sure that 2FA (two-factor authentication) is enabled.
Go to Box Account Settings.
Select type of sign-in method as ‘Authentication App’ and click Next.
Configure 2-Step Verification and click submit.
Login to Box Dev Consol.
Click on Create Platform App.
From Box Developer Console, Select Custom App.
Enter an App Name and provide a description. Select Purpose and Categories according to your requirement.
Select authorization method “Server Authentication (Client Credentials Grant)”.
Click on Create App button.
Copy the Client ID for later use.
Click on Fetch Client Secret and complete 2FA.
Change the app access level to App + Enterprise Access.
In Application scope, select all Administrative Actions checkbox and then click on Save Changes.
Note:
You will not be able to view client secrets again after you complete this step. Ensure that you copy it before closing it.
Reference: Reference Events.
Authorize APP
Login to Admin Console after building the App from Developer Console to authorize that app.
From Box Admin Console, Navigate to Integrations.
Navigate to Platform Apps Manager and click on Add Platform App button.
Add Client Id which you have copied from the previous step and click on Next.
Click on Authorize.
In the Admin console navigate to Account & Billing and save Enterprise ID. This is also known as Box Subject ID also which will be required while configuring the DataBee integration.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button
Search for the Box and click it as shown below.
Click on the API Ingest option for the collection method.
Enter feed contact information and click Next.
In the endpoint configuration page, fill in the following:
Authorization Method: OAuth2
API Base URL: this is the base URL that DataBee will interact with.
Client Key: paste the Client Id.
Client Secret: paste the Client Secret.
Box Subject Id: paste the Enterprise Id.
Token URL: Token URL.
Click Submit.
Troubleshooting Tips
Ensure the Client ID and Client Secret are entered correctly. Since you cannot view the secret after the first time, store it securely in a text editor to verify there are no spaces or unexpected characters before configuring the DataBee integration.
Verify that the required Box API scopes/permissions are correctly configured.
Ensure you are using Box API version 2.0, as this integration has been tested against it.