Cloud content management and file sharing platform for businesses.

Changelog

4 versions
v1.2.0 Latest
  • Added AddSharedLinkToFile, AddSharedLinkToFolder, CopyFolder, CreateComment, GetFolder, RenameFile and RenameFolder components.
  • UploadFile: declared the Entries array on the output port so downstream components can reference the uploaded file.
v1.1.0
  • 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

17
Add Shared Link To File icon

Add Shared Link To File

Add or update a shared link on a file. Configure access levels, passwords, expiration dates, and download/preview permissions.
Add Shared Link To Folder icon

Add Shared Link To Folder

Adds or updates a shared link on a folder.
Create Comment icon

Create Comment

Creates a new comment on a file.
Copy Folder icon

Copy Folder

Creates a copy of an existing folder to a destination parent folder.
Create Folder icon

Create Folder

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

Delete Folder

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

Delete File

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

Download File

Download a file by its file ID and store it in the 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.
Get Folder icon

Get Folder

Retrieve information about a specific folder, including the first 100 items in item_collection.
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.
Rename File icon

Rename File

Rename a file by its ID.
Rename Folder icon

Rename Folder

Renames a folder by ID.
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.