<?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: API - downloading files bigger than 4GB in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-downloading-files-bigger-than-4GB/m-p/210141#M10473</link>
    <description>&lt;P&gt;Thanks Greg, that's useful to know - and it gives me a convenient place to start looking in the documentation if it comes to having to convince the customer support rep they have to escalate. Since I posted I did a more thorough check of the data and it turns out there are no files between 1 and 4 gb (just a weird coincidence), so it could indeed still be a timeout issue.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2017 22:17:13 GMT</pubDate>
    <dc:creator>Roel V.</dc:creator>
    <dc:date>2017-03-06T22:17:13Z</dc:date>
    <item>
      <title>API - downloading files bigger than 4GB</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-downloading-files-bigger-than-4GB/m-p/209963#M10449</link>
      <description>&lt;P&gt;Are there any restrictions on the size of files downloaded via the HTTP API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a QNAP NAS that tries to sync with my Dropbox account. About 340GB of it works fine; the last 50 GB (spread over 10 files) doesn't. All files that fail are bigger than 4GB. Through some spelunking in the filesystem of the NAS, I've found a log file that says , essentially 'socket is closed prematurely'. I don't have access to the code that is generating this message, nor do I have any first-hand experience writing code against the Dropbox API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to me that somewhere, someone is using a 32-bit integer to keep track of how much has already been downloaded and when that fails, the whole download fails. So, my question is (to try to find out on which side the problem is): is it possible to download files bigger than 4GB through the HTTP api, or should the application do something special (like chunked downloads or so)? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:25:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-downloading-files-bigger-than-4GB/m-p/209963#M10449</guid>
      <dc:creator>Roel V.</dc:creator>
      <dc:date>2019-05-29T09:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: API - downloading files bigger than 4GB</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-downloading-files-bigger-than-4GB/m-p/210115#M10470</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't a file size limit on downloads, but the HTTP requests themselves can time out if they take a long time. The "&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#formats" target="_self"&gt;content-download endpoints&lt;/A&gt;", such as &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;/2/files/download&lt;/A&gt;, do support &lt;A href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.2" target="_self"&gt;Range Retrieval Requests&lt;/A&gt;&amp;nbsp;though. That&amp;nbsp;is a way of downloading portions of a file at a time, so it can be used to help avoid problems like this when downloading large files. This is something the developer of the app would need to implement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, from the information you shared I can't be sure if that's the actual issue. Since you mentioned all of the failures occur over 4GB, the issue may actually be with the local filesystem itself.&amp;nbsp;For example, I believe FAT32 only supports files up to 4GB. That's outside the scope of&amp;nbsp;Dropbox API support though, so I can't offer much insight on that.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 21:12:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-downloading-files-bigger-than-4GB/m-p/210115#M10470</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-03-06T21:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: API - downloading files bigger than 4GB</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-downloading-files-bigger-than-4GB/m-p/210141#M10473</link>
      <description>&lt;P&gt;Thanks Greg, that's useful to know - and it gives me a convenient place to start looking in the documentation if it comes to having to convince the customer support rep they have to escalate. Since I posted I did a more thorough check of the data and it turns out there are no files between 1 and 4 gb (just a weird coincidence), so it could indeed still be a timeout issue.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 22:17:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-downloading-files-bigger-than-4GB/m-p/210141#M10473</guid>
      <dc:creator>Roel V.</dc:creator>
      <dc:date>2017-03-06T22:17:13Z</dc:date>
    </item>
  </channel>
</rss>

