Hi I'm using the lines from the example posted in this community
curl64.exe -X POST https://content.dropboxapi.com/2/files/download \
--header "Authorization: Bearer xxxxx" \
--header "Dropbox-API-Arg: {\"path\": \"/Aplicaciones/sample.zip\"}" \
--header "Content-Type: application/octet-stream" \ -o"c:/temp/sample.zip"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5920k 100 5920k 0 0 3829k 0 0:00:01 0:00:01 --:--:-- 3829k
curl: (6) Could not resolve host: \
curl: (6) Could not resolve host: \
curl: (6) Could not resolve host: \
curl: (6) Could not resolve host: \
But when i check dropbox.com file are downloading and uploading without problems.
What could be the problem? I'm trying to use the output in order to check if the result were successful or not.!
Thanks
George