box_upload_file_from_path_tool
Upload files to Box from a server filesystem path. Specify file path, destination folder ID, and optional new file name. Returns details of the uploaded file.
Instructions
Upload a file to Box from a filesystem path.
Args: file_path (str): Path on the server filesystem to the file to upload. folder_id (str): The ID of the destination folder. Defaults to root ("0"). new_file_name (str): Optional new name to give the file in Box. If empty, uses the original filename.
return: str: Information about the uploaded file (ID and name).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | ||
folder_id | No | 0 | |
new_file_name | No |