Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
padee06
4 years agoNew member | Level 2
Uploading and downloading from dropbox always get curl: (6) Could not resolve host: \
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 "Drop...
Greg-DB
Dropbox Community Moderator
4 years agoYour curl client appears to be trying to interpret each "\" character as a separate host, when those are supposed to just be characters to continue the command on a new line.
I don't know exactly what shell you're using, but for the sake of simplicity you can take out the "\" characters and new lines, so the entire command is on one unbroken line, to try to get this working in your environment.
Jorge M.16
4 years agoHelpful | Level 6
Thanks Greg!! It work fine!!.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!