<?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 v2 send HTTP &amp;quot;Range&amp;quot; request not working in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147496#M4816</link>
    <description>&lt;P&gt;thanks Gregory, i will check it.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2016 02:08:41 GMT</pubDate>
    <dc:creator>Norbert K.2</dc:creator>
    <dc:date>2016-01-12T02:08:41Z</dc:date>
    <item>
      <title>API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147489#M4809</link>
      <description>&lt;P&gt;Hi dropbox,&lt;/P&gt;
&lt;P&gt;------------&lt;/P&gt;
&lt;P&gt;app permission type: App folder&lt;/P&gt;
&lt;P&gt;API version: dropbox API v2&lt;/P&gt;
&lt;P&gt;description: HTTP request with "Range" header field not working.&lt;/P&gt;
&lt;P&gt;------------&lt;/P&gt;
&lt;P&gt;A HTTP request with "Range" header should works like:&lt;/P&gt;
&lt;P&gt;Request:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;GET /test_320x180.mp4
Range: bytes=1000-
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;206 Partial Content
Content-Type: video/mp4
Content-Length: 64656927
Accept-Ranges: bytes
Content-Range: bytes 1000-64656926/*&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But got these:&lt;/P&gt;
&lt;P&gt;&lt;IMG id="wysiwyg_image_1" src="https://www.dropboxforum.com/hc/user_images/lDfYsZJjz7OhldphCr3U1Q.png" alt="" /&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; POST /2/files/download HTTP/1.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Host: content.dropboxapi.com&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; User-Agent: curl/7.43.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Accept: */*&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Authorization: Bearer h4CFOpR9f5UAAAAAAAAnRbDUUE……&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Dropbox-API-Arg: {"path": "/test.png"}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; Range: bytes=2000-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;0 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0 --:--:--&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;0:00:01 --:--:-- &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; HTTP/1.1 200 OK&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Server: nginx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Date: Sun, 08 Nov 2015 15:39:07 GMT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Content-Type: application/octet-stream&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Content-Length: 14659&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; Connection: keep-alive&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; pragma: no-cache&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; cache-control: no-cache&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; original-content-length: 14659&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; dropbox-api-result: {"name": "test.png", "path_lower": "/test.png", "id": "id:wPJq19T.....", "client_modified": "2015-11-08T09:18:28Z", "server_modified": "2015-11-08T10:18:28Z", "rev": "1f3f632b5f", "size": 14659}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; X-Server-Response-Time: 186&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; X-Dropbox-Request-Id: 4079fdd986580631468b829d8d20bebe&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; X-Robots-Tag: noindex, nofollow, noimageindex&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;lt;&lt;/P&gt;
&lt;P class="p1"&gt;-------------------&lt;/P&gt;
&lt;P class="p1"&gt;Can not finish my job&amp;nbsp;without "Range"'s help.&lt;/P&gt;
&lt;P class="p1"&gt;Help please, thank you so much!&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:38:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147489#M4809</guid>
      <dc:creator>David W.152</dc:creator>
      <dc:date>2019-05-29T09:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147490#M4810</link>
      <description>&lt;P&gt;API v2 doesn't currently support Range Retrieval Requests, but we are planning on adding it in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 03:38:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147490#M4810</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-10T03:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147491#M4811</link>
      <description>&lt;P&gt;Thanks Gregory!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 03:43:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147491#M4811</guid>
      <dc:creator>David W.152</dc:creator>
      <dc:date>2015-11-10T03:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147492#M4812</link>
      <description>&lt;P&gt;Dear Gregory!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please don't hesitate to implement this feature &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; It would be extremely helpful...&lt;/P&gt;
&lt;P&gt;The absence of it is painful &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2015 08:59:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147492#M4812</guid>
      <dc:creator>Norbert K.2</dc:creator>
      <dc:date>2015-12-20T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147493#M4813</link>
      <description>&lt;P&gt;Thanks for the feedback, Norbert! I'm sending it along.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 01:44:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147493#M4813</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-21T01:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147494#M4814</link>
      <description>&lt;P&gt;Dear Gregory,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to ask, when can we expect the range support for downloading? (partial download)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now if i have for example 4 video file, and all with 500MB length, and if i want to peek into these video files to get their codec, or other metadata, &lt;STRONG&gt;i am forced to download 2GB data instead of ~2KB!!!&lt;/STRONG&gt; &lt;EM&gt;That is insane... I can't believe it.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 23:12:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147494#M4814</guid>
      <dc:creator>Norbert K.2</dc:creator>
      <dc:date>2016-01-10T23:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147495#M4815</link>
      <description>&lt;P&gt;This is still planned, but I don't have a timeline to share right now unfortunately.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a workaround, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers-v1/core/docs#files-GET" target="_blank" rel="nofollow noreferrer"&gt;/files (GET) on API v1&lt;/A&gt; with Range Retrieval Requests, with the same OAuth 2 auth.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 02:06:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147495#M4815</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-12T02:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147496#M4816</link>
      <description>&lt;P&gt;thanks Gregory, i will check it.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 02:08:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147496#M4816</guid>
      <dc:creator>Norbert K.2</dc:creator>
      <dc:date>2016-01-12T02:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147497#M4817</link>
      <description>&lt;P&gt;Dear Gregory!&lt;/P&gt;
&lt;P&gt;I tested API v1, and i can download partial content which is good. Thanks.&lt;/P&gt;
&lt;P&gt;But ... as is see API v1 is not support file access with ID. only with file path.&lt;/P&gt;
&lt;P&gt;This is good while&amp;nbsp;i have no special characters in name.&lt;/P&gt;
&lt;P&gt;With special characters (for example: &lt;EM&gt;öüóőúéáűí&lt;/EM&gt;) i got the path in encoded form. \u000&lt;/P&gt;
&lt;P&gt;If i try to read file content for file with special \u000 encode characters in its name, i got error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;"backslash not supported."&amp;nbsp;the&amp;nbsp;url encoding not helps. The question is:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can i read file content with API v1 for files with special characters in the name?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 07:45:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147497#M4817</guid>
      <dc:creator>Norbert K.2</dc:creator>
      <dc:date>2016-03-04T07:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147498#M4818</link>
      <description>&lt;P&gt;You need to URI encode the path in the URL. For example, to download a portion of a file at "/tést.txt" using curl:&lt;/P&gt;
&lt;PRE&gt;curl "https://content.dropboxapi.com/1/files/auto/t%C3%A9st.txt" \&lt;BR /&gt; -H "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \&lt;BR /&gt; -H "Range:bytes=0-3"&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Mar 2016 08:11:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147498#M4818</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-04T08:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 send HTTP "Range" request not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147499#M4819</link>
      <description>&lt;P&gt;ah, i need to url encode the UTF8 representation of the path. it works, thanks! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 17:28:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-send-HTTP-quot-Range-quot-request-not-working/m-p/147499#M4819</guid>
      <dc:creator>Norbert K.2</dc:creator>
      <dc:date>2016-03-04T17:28:53Z</dc:date>
    </item>
  </channel>
</rss>

