<?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 Intermittent api.dropboxapi.com port 443: Connection timed out in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Intermittent-api-dropboxapi-com-port-443-Connection-timed-out/m-p/274422#M16341</link>
    <description>&lt;P&gt;Hello Dropbox Cummunity,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am getting intermittent&lt;SPAN&gt;&amp;nbsp;api.dropboxapi.com port 443: Connection timed out when calling the access point "/docs/get_metadata" for multiple docs (foreach or loop), I know its not an error on my end but what can be done about this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also getting: "Error: read&amp;nbsp;ECONNRESET" also when i use the access point "/docs/get_metadata&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think since i am trying to download my entire dropbox paper account&amp;nbsp;every few hours as i write this script&amp;nbsp;and getting meta data for each one all at once, (less than 1,000 at a time), the dropbox api server is intentionally cutting the connection. I want to know the limits so I do not get these errors.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:13:34 GMT</pubDate>
    <dc:creator>mbushpilot2b</dc:creator>
    <dc:date>2019-05-29T09:13:34Z</dc:date>
    <item>
      <title>Intermittent api.dropboxapi.com port 443: Connection timed out</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Intermittent-api-dropboxapi-com-port-443-Connection-timed-out/m-p/274422#M16341</link>
      <description>&lt;P&gt;Hello Dropbox Cummunity,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am getting intermittent&lt;SPAN&gt;&amp;nbsp;api.dropboxapi.com port 443: Connection timed out when calling the access point "/docs/get_metadata" for multiple docs (foreach or loop), I know its not an error on my end but what can be done about this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also getting: "Error: read&amp;nbsp;ECONNRESET" also when i use the access point "/docs/get_metadata&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think since i am trying to download my entire dropbox paper account&amp;nbsp;every few hours as i write this script&amp;nbsp;and getting meta data for each one all at once, (less than 1,000 at a time), the dropbox api server is intentionally cutting the connection. I want to know the limits so I do not get these errors.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Intermittent-api-dropboxapi-com-port-443-Connection-timed-out/m-p/274422#M16341</guid>
      <dc:creator>mbushpilot2b</dc:creator>
      <dc:date>2019-05-29T09:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent api.dropboxapi.com port 443: Connection timed out</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Intermittent-api-dropboxapi-com-port-443-Connection-timed-out/m-p/274599#M16367</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The Dropbox API does have a rate limiting system, but we don't have any specific numbers documented. It is only designed to prevent abuse though, and is accordingly relatively generous.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Further, if/when the API does rate limit you, it would always return an actual HTTPS response with an explicit error. It wouldn't just terminate or time out the connection, so what you're seeing here is a different issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It sounds like you're just hitting basic general service availability problems,&amp;nbsp;perhaps due to the amount of&amp;nbsp;documents&amp;nbsp;you're trying to access. That being the case, you should just add some automatic retrying in your code, ideally with an exponential backoff.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 19:13:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Intermittent-api-dropboxapi-com-port-443-Connection-timed-out/m-p/274599#M16367</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-01T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent api.dropboxapi.com port 443: Connection timed out</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Intermittent-api-dropboxapi-com-port-443-Connection-timed-out/m-p/274918#M16392</link>
      <description>Thanks! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@42A7BB9FC7BA595B8C9F1F5D66A5EBF4/emoticons/1f44c.png" alt=":ok_hand:" title=":ok_hand:" /&gt;</description>
      <pubDate>Thu, 03 May 2018 13:02:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Intermittent-api-dropboxapi-com-port-443-Connection-timed-out/m-p/274918#M16392</guid>
      <dc:creator>mbushpilot2b</dc:creator>
      <dc:date>2018-05-03T13:02:18Z</dc:date>
    </item>
  </channel>
</rss>

