Updated Delay after curl to allow for a better upload success on Document to Dropbox API .txt
This commit is contained in:
@@ -29,7 +29,7 @@ DELAY 500
|
||||
STRING curl -X POST https://content.dropboxapi.com/2/files/upload -H "Authorization: Bearer <API access token here>" -H "Dropbox-API-Arg: {\"path\": \"/Backup/backup.zip\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}" -H "Content-Type: application/octet-stream" --data-binary @backup.zip
|
||||
DELAY 1000
|
||||
ENTER
|
||||
DELAY 500
|
||||
DELAY 10000
|
||||
STRING rm /tmp/Backup/backup.zip
|
||||
ENTER
|
||||
DELAY 500
|
||||
|
||||
Reference in New Issue
Block a user