Cloud content management and file sharing platform for businesses.

Changelog

3 versions
v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Box API.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial version

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Actions

10
Create Folder icon

Create Folder

Creates a new folder in the specified parent.
Delete File icon

Delete File

Deletes a file by ID (moves to trash unless permanently deleted via separate endpoints).
Delete Folder icon

Delete Folder

Deletes a folder by ID. Use recursive=true to delete non-empty folders.
Download File icon

Download File

Download a file from Box by its file ID. The file is downloaded and stored in Appmixer's file storage.
Find Files or Folders icon

Find Files or Folders

Search for files and folders by name, content, type, owner, etc. This component will return a maximum of 200 records per search. Note: Box Search uses an index that may take several minutes to index newly created or modified files. If a recently created file is not found, wait a few minutes and try again.
Get File icon

Get File

Retrieves detailed information about a file by its ID from Box.
Lock File icon

Lock File

Lock a file to prevent other users from modifying it. When a file is locked, only the user who locked it can make changes to the file until the lock is released.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Box API.
Unlock File icon

Unlock File

Removes a lock from a file, allowing other users to modify the file. This endpoint is used to unlock files that were previously locked.
Upload File icon

Upload File

Upload a file to a specified folder in Box. Maximum file size is 50MB. If a file with the same name already exists in the target folder, a 409 Conflict error will be thrown.