mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 10:51:36 +00:00
5 lines
234 B
PHP
5 lines
234 B
PHP
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 }}'
|