We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
chip -.
10 years agoNew member | Level 1
Powershell-Download not working api v2
Hi,
I want to download with powershell a file from the dropbox.But I always get a 400 error.
$arg = '{"path": "/'+$SourceFilePath+'.txt"}' $authorization = "Bearer <access token>"
$headers = ...
chip -.
10 years agoNew member | Level 1
Ok the body say: "Error in call to API function "files/download": You provided a non-empty HTTP "Content-Type" header ("application/x-www-form-urlencoded"). This API function requires that the header be missing or empty."
But if I extend the header ($headers.Add("Content-Type", 'application/x-www-form-urlencoded')) as is still the exact same error.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!