Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.42 KB

files.md

File metadata and controls

59 lines (40 loc) · 1.42 KB

box files

Manage files

box files:download ID

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

box files:update ID

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

box files:upload PATH

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