Skip to content

Instantly share code, notes, and snippets.

@allenmichael
Last active August 31, 2017 05:37
Show Gist options
  • Save allenmichael/f4fb1e83a5eafc335179ed8acc4022f7 to your computer and use it in GitHub Desktop.
Save allenmichael/f4fb1e83a5eafc335179ed8acc4022f7 to your computer and use it in GitHub Desktop.
# Change this file path
$FILE_PATH = "C:\Users\AM\Documents\Welcome.pptx"
$USER_ID = box users create otis --app-user --id-only;
$FOLDER_ID = box folders create 0 first-folder --as-user $USER_ID --id-only;
box files upload $FILE_PATH --as-user $USER_ID -p $FOLDER_ID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment