Last active
August 31, 2017 05:37
-
-
Save allenmichael/f4fb1e83a5eafc335179ed8acc4022f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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