<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dropbox returns 405 often on HEAD requests in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/679928#M30653</link>
    <description>&lt;P&gt;Thanks for the report. I'll ask the team to look into this.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 15:30:58 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-04-26T15:30:58Z</dc:date>
    <item>
      <title>Dropbox returns 405 often on HEAD requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/679891#M30652</link>
      <description>&lt;P&gt;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?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example of this. (I have deleted this file but you can reproduce with pretty much any file in dropbox)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;% 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 &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 17:28:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/679891#M30652</guid>
      <dc:creator>bobbotron</dc:creator>
      <dc:date>2023-05-02T17:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox returns 405 often on HEAD requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/679928#M30653</link>
      <description>&lt;P&gt;Thanks for the report. I'll ask the team to look into this.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 15:30:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/679928#M30653</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-26T15:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox returns 405 often on HEAD requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/680501#M30680</link>
      <description>&lt;P&gt;Thanks Greg-DB! Any updates on this, or a timeline for a fix?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 14:43:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/680501#M30680</guid>
      <dc:creator>bobbotron</dc:creator>
      <dc:date>2023-04-28T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox returns 405 often on HEAD requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/680513#M30681</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1691202"&gt;@bobbotron&lt;/a&gt; I don't have news or a timeline on this right now. I'll follow up here once I have any updates.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 15:49:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/680513#M30681</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-28T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox returns 405 often on HEAD requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/684539#M30816</link>
      <description>&lt;P&gt;This should be fixed now. Please let us know if you're still seeing any issues.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 19:47:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-returns-405-often-on-HEAD-requests/m-p/684539#M30816</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-05-15T19:47:54Z</dc:date>
    </item>
  </channel>
</rss>

