We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
timrobinson33
2 years agoHelpful | Level 5
file downloads have wrong content-type header
Hello,
I'm testing out dropbox v2 files api. when I call "POST https://content.dropboxapi.com/2/files/download" API, the downloaded file seems to be always returned with the content-type header set to application/octet-stream. Am I doing something wrong or is this to be expected?
As far as I can tell the contents of file file are OK, it's just the header that's wrong
Receiving a 'Content-Type: application/octet-stream' response header on a successful /2/files/download call is the expected behavior.
The Dropbox API doesn't return specific mime types for files, but you can get the file extension from the file name and keep your own file extension to mime type mapping as desired.
- Greg-DBDropbox Staff
Receiving a 'Content-Type: application/octet-stream' response header on a successful /2/files/download call is the expected behavior.
The Dropbox API doesn't return specific mime types for files, but you can get the file extension from the file name and keep your own file extension to mime type mapping as desired.
- timrobinson33Helpful | Level 5
Thanks - it seems a bit strange that a web-based file transfer API doesn't support content types but that's their decision I guess.
For unrelated reasons I ended up using "files/get_temporary_link" instead of "files/download" and strangely enough when you download the file from the temporary link, the content-type appears correctly. I guess this might be another workaround for someone who doesn't want to map the mime types manually
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 months agoIf 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 or Facebook.
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!