copy_file1 | Copies an existing file to a destination folder in Box. |
copy_folder1 | Copies an existing folder to a destination parent folder in Box. |
create_folder1 | Creates a folder in Box. |
create_metadata_template | Creates an enterprise metadata template. Requires the enterprise scope, display_name, and an optional fields array. |
get_upload_url | Issues a temporary, single-use URL for uploading binary files to Box. See Upload and download URL tools for additional configuration details. |
move_file1 | Moves an existing file to a destination folder in Box. The file ID stays the same and parent_folder_id is required. |
move_folder1 | Moves a folder to a new parent in Box. The folder ID stays the same and parent_folder_id is required. |
set_file_metadata1 | Creates or updates (upserts) custom metadata on a file for a template. Use list_metadata_templates and get_metadata_template_schema to find the scope, template_key, and fields. |
set_folder_metadata1 | Creates or updates (upserts) custom metadata on a folder for a template. Use list_metadata_templates and get_metadata_template_schema to find the scope, template_key, and fields. |
update_file_properties1 | Updates file properties, including name, description, tags, and collections. The name can have up to 255 characters, and the file extension is preserved unless you specify otherwise. The description can have up to 256 characters. You can add or update up to 100 tags. |
update_folder_properties1 | Updates folder properties, including name, description, tags, and collections. The name can have up to 255 characters and must not include /, \, ., .., or leading or trailing spaces. The description can have up to 256 characters. You can update up to 100 tags. |
update_metadata_template | Updates a metadata template by scope and template_key using atomic schema operations (for example, addField, editField, and removeField). |
upload_file1 | Uploads a new file to Box. |
upload_file_version1 | Uploads a new file version by providing the entire file contents to update an existing file in Box. |