vito/system/commands/common/storage/download-from-dropbox.sh
Saeed Vaziry 5c72f12490 init
2023-07-02 12:47:50 +02:00

5 lines
225 B
Bash

curl -o __dest__ --location --request POST 'https://content.dropboxapi.com/2/files/download' \
--header 'Accept: application/json' \
--header 'Dropbox-API-Arg: {"path":"__src__"}' \
--header 'Authorization: Bearer __token__'