Manage folders
Create a new folder
USAGE
$ box folders:create PARENTID NAME
ARGUMENTS
PARENTID ID of parent folder to add new folder to, use '0' for the root folder
NAME Name of new folder
EXAMPLE
box folders:create --bulk-file-path path/to/csv/folders-create.csv
- See documentation folders.md
- See example: folders-create.csv
Add metadata to a folder
USAGE
$ box folders:metadata:add ID
ARGUMENTS
ID ID of the folder to add metadata to
ALIASES
$ box folders:metadata:create
EXAMPLE
box folders:metadata:add --bulk-file-path path/to/csv/folders-metadata-add.csv
- See documentation folders.md
- See example: folders-metadata-add.csv
Update a folder
USAGE
$ box folders:update ID
ARGUMENTS
ID ID of the folder to update
EXAMPLE
box folders:update --bulk-file-path path/to/csv/folders-update.csv
- See documentation folders.md
- See example: folders-update.csv