Manage files
Download files
ARGUMENTS PER SEPARATED VALUE
ID ID of the file to download
EXAMPLE
box files:download --bulk-file-path path/to/csv/file.csv --destination path/to/destination/folder
- See documentation files.md
- See example: files-download.csv
Update file records
USAGE
$ box files:update ID
ARGUMENTS PER SEPARATED VALUE
ID ID of the file to update (*required*)
Name new name for each file
Description new description for each file
EXAMPLE
box files:update --bulk-file-path path/to/csv/file.csv
- See documentation files.md
- See example: files-update.csv
Upload files
ARGUMENTS PER SEPARATED VALUE
PATH Path to the file to be uploaded
EXAMPLE
box files:upload --bulk-file-path path/to/csv/file.csv
- See documentation files.md
- See example: files-upload.csv