<?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 Chunked download via Chooser in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chunked-download-via-Chooser/m-p/129713#M3763</link>
    <description>&lt;P&gt;If a user uses the dropbox chooser to select a file, in order to copy it to another system, is it possible to use the link to download the file in chunks.&lt;/P&gt;
&lt;P&gt;We tried using the range HTTP parameter but it seemed to be ignored and returned the full file.&lt;/P&gt;
&lt;P&gt;Also is there a limit to the amount of data that can be returned from the HTTP get?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is the sort of link we are using ( returned from the chooser)&lt;/P&gt;
&lt;TABLE id="chooser-demo-tbl"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="demo-urls"&gt;&lt;A href="https://www.dropbox.com/s/xgeuv5gqkxyo3xo/Getting%20Started.pdf?dl=0" target="blank_" rel="nofollow noreferrer"&gt;https://www.dropbox.com/s/xgeu.....yo3xo/Getting%20Started.pdf?dl=0&lt;/A&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Wed, 29 May 2019 09:36:17 GMT</pubDate>
    <dc:creator>Stuart d.8</dc:creator>
    <dc:date>2019-05-29T09:36:17Z</dc:date>
    <item>
      <title>Chunked download via Chooser</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chunked-download-via-Chooser/m-p/129713#M3763</link>
      <description>&lt;P&gt;If a user uses the dropbox chooser to select a file, in order to copy it to another system, is it possible to use the link to download the file in chunks.&lt;/P&gt;
&lt;P&gt;We tried using the range HTTP parameter but it seemed to be ignored and returned the full file.&lt;/P&gt;
&lt;P&gt;Also is there a limit to the amount of data that can be returned from the HTTP get?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is the sort of link we are using ( returned from the chooser)&lt;/P&gt;
&lt;TABLE id="chooser-demo-tbl"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV id="demo-urls"&gt;&lt;A href="https://www.dropbox.com/s/xgeuv5gqkxyo3xo/Getting%20Started.pdf?dl=0" target="blank_" rel="nofollow noreferrer"&gt;https://www.dropbox.com/s/xgeu.....yo3xo/Getting%20Started.pdf?dl=0&lt;/A&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:36:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chunked-download-via-Chooser/m-p/129713#M3763</guid>
      <dc:creator>Stuart d.8</dc:creator>
      <dc:date>2019-05-29T09:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Chunked download via Chooser</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chunked-download-via-Chooser/m-p/129714#M3764</link>
      <description>&lt;P&gt;Using the Range header would be the right way to limit the return size, and download files in chunks.&lt;/P&gt;
&lt;P&gt;The best solution here is to use the "direct" link type, which gives you a direct link to the file content, as opposed to the "preview" link type, as you have in your post. The preview link type gives you a link to a preview page, as opposed to the content itself, so you can't directly use a Range request. You can find more information on the link types &lt;A href="https://www.dropbox.com/developers/chooser" target="_blank" rel="nofollow noreferrer"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you can't use the direct link type for some reason (e.g., if the four hour expiration is too short for your app), you can technically make this work with the preview link type. To do so, you can first request the preview link with the dl=1 or raw=1 URL parameter, instead of dl=0, as documented &lt;A href="https://www.dropbox.com/help/201" target="_blank" rel="nofollow noreferrer"&gt;here&lt;/A&gt;. Then you can issue a Range request to the returned URL (which should start with&amp;nbsp;&lt;A href="https://dl.dropboxusercontent.com/content_link/" rel="nofollow noreferrer"&gt;https://dl.dropboxusercontent.com/content_link/&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:35:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Chunked-download-via-Chooser/m-p/129714#M3764</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-02T02:35:36Z</dc:date>
    </item>
  </channel>
</rss>

