cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dropbox returns 405 often on HEAD requests

Dropbox returns 405 often on HEAD requests

bobbotron
Explorer | Level 4

I maintain some software that ingests files from dropbox. Recently it has started failing because dropbox often returns a 405 "Method not allowed" error on HEAD operations. Is this a known issue, is there a fix pending for this? 

 

Here's an example of this. (I have deleted this file but you can reproduce with pretty much any file in dropbox)

 

 

 

 

% curl -s  -I "https://www.dropbox.com/s/0f8gimqdxyid48e/test.txt?dl=1" | grep "HTTP"
HTTP/2 302 
% curl -s  -I "https://www.dropbox.com/s/0f8gimqdxyid48e/test.txt?dl=1" | grep "HTTP"
HTTP/2 302 
% curl -s  -I "https://www.dropbox.com/s/0f8gimqdxyid48e/test.txt?dl=1" | grep "HTTP"
HTTP/2 302 
% curl -s  -I "https://www.dropbox.com/s/0f8gimqdxyid48e/test.txt?dl=1" | grep "HTTP"
HTTP/2 405 
% curl -s  -I "https://www.dropbox.com/s/0f8gimqdxyid48e/test.txt?dl=1" | grep "HTTP"
HTTP/2 302 
% curl -s  -I "https://www.dropbox.com/s/0f8gimqdxyid48e/test.txt?dl=1" | grep "HTTP"
HTTP/2 302 
% curl -s  -I "https://www.dropbox.com/s/0f8gimqdxyid48e/test.txt?dl=1" | grep "HTTP"
HTTP/2 405 

 

 

 

 

4 Replies 4

Greg-DB
Dropbox Staff

Thanks for the report. I'll ask the team to look into this.

bobbotron
Explorer | Level 4

Thanks Greg-DB! Any updates on this, or a timeline for a fix?

Greg-DB
Dropbox Staff

@bobbotron I don't have news or a timeline on this right now. I'll follow up here once I have any updates.

Greg-DB
Dropbox Staff

This should be fixed now. Please let us know if you're still seeing any issues.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    bobbotron Explorer | Level 4
What do Dropbox user levels mean?