Skip to content

Instantly share code, notes, and snippets.

@allenmichael
Last active February 28, 2018 18:07
Show Gist options
  • Select an option

  • Save allenmichael/515df907ebdfc1a5b7c6ca2083ec6f5f to your computer and use it in GitHub Desktop.

Select an option

Save allenmichael/515df907ebdfc1a5b7c6ca2083ec6f5f to your computer and use it in GitHub Desktop.
# Metadata commands
box files metadata create 278109288966 enterprise cli
box files metadata update 278109288966 enterprise cli --replace -p "/settings" -v "of"
box files metadata update 278109288966 enterprise cli --remove -p "/settings"
box files metadata update 278109288966 enterprise cli -a -p "/settings" -v "off"
# Metadata Date Value
box files metadata update 278109288966 enterprise cli -a -p "/home" -v "2002-10-02T10:00:00-05:00"
# Metadata Enum Value
box files metadata update 278109288966 enterprise cli -a -p "/env" -v "admin"
# User commands
box users search allenmichael -m
# Change storage to 10 GB
box users update 3161365130 --disk-space 1073741824
# Collaboration comands
box files collaborations add 278109288966 --user-id 275111793 --editor
# Metadata template commands
box metadata-templates list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment