box_file_copy_tool
Copy files between Box folders with optional renaming and version selection. Duplicate content to new locations while maintaining original files.
Instructions
Copy a file to a specified destination folder in Box. Args: file_id (str): The ID of the file to copy. destination_folder_id (str): The ID of the destination folder. new_name (str, optional): Optional new name for the copied file. version_number (int, optional): Optional version number of the file to copy. Returns: dict[str, Any]: Dictionary containing the copied file information or error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| destination_folder_id | Yes | ||
| new_name | No | ||
| version_number | No |