<?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: Does server close the connection once download a file over 90 minutes? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Does-server-close-the-connection-once-download-a-file-over-90/m-p/266283#M15620</link>
    <description>&lt;P&gt;HTTPS connections can time out, so to download large files, I&amp;nbsp;recommend using "&lt;A href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35" target="_self"&gt;Range Retrieval Requests&lt;/A&gt;" to download in pieces. For example, issuing such a request to download the first 1000 bytes of a file using /2/files/download would look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://content.dropboxapi.com/2/files/download \
    --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \
    --header "Dropbox-API-Arg: {\"path\": \"&amp;lt;FILE_PATH&amp;gt;\"}" \
    --header "Range: bytes=0-999"
&lt;/PRE&gt;</description>
    <pubDate>Fri, 23 Feb 2018 17:14:39 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-02-23T17:14:39Z</dc:date>
    <item>
      <title>Does server close the connection once download a file over 90 minutes?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Does-server-close-the-connection-once-download-a-file-over-90/m-p/266203#M15615</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a 50GB file in my dropbox but I can't download whole file with download API over a month, the connection&amp;nbsp;always&amp;nbsp;been closed&amp;nbsp;after 90min but my download process works fine on other files (only few GB)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it any limitation about the connection? maybe it will automatically closed after 90 min or something else? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Does-server-close-the-connection-once-download-a-file-over-90/m-p/266203#M15615</guid>
      <dc:creator>Adam L.26</dc:creator>
      <dc:date>2019-05-29T09:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does server close the connection once download a file over 90 minutes?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Does-server-close-the-connection-once-download-a-file-over-90/m-p/266283#M15620</link>
      <description>&lt;P&gt;HTTPS connections can time out, so to download large files, I&amp;nbsp;recommend using "&lt;A href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35" target="_self"&gt;Range Retrieval Requests&lt;/A&gt;" to download in pieces. For example, issuing such a request to download the first 1000 bytes of a file using /2/files/download would look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://content.dropboxapi.com/2/files/download \
    --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \
    --header "Dropbox-API-Arg: {\"path\": \"&amp;lt;FILE_PATH&amp;gt;\"}" \
    --header "Range: bytes=0-999"
&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Feb 2018 17:14:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Does-server-close-the-connection-once-download-a-file-over-90/m-p/266283#M15620</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-23T17:14:39Z</dc:date>
    </item>
  </channel>
</rss>

