<?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 Downloading part of a file via /get_temporary_link with Range header returns incorrect content-type in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679372#M30577</link>
    <description>&lt;P&gt;When downloading a specific part of a file using the &lt;U&gt;link&lt;/U&gt;&amp;nbsp;received via a &lt;STRONG&gt;/get_temporary_link&lt;/STRONG&gt; call and the HTTP header &lt;U&gt;&lt;STRONG&gt;Range: bytes=...&lt;/STRONG&gt;&lt;/U&gt;, the content-type &lt;U&gt;&lt;STRONG&gt;application/grpc&lt;/STRONG&gt;&lt;/U&gt; is sent instead of the actual content-type of the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET https://uc383828c22b...3d5ecbc28.dl.dropboxusercontent.com/cd/0/get/B61A....17HuE3Lr3UI4EEpPY/file
range:bytes=0-&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Expected&amp;nbsp;Response Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HTTP/1.1 206 Partial Content
---
accept-ranges:bytes
Content-Length:26397831
Content-Range:bytes 0-26397830/26397831
content-type:video/mp4&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Actual Response Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HTTP/1.1 206 Partial Content
---
accept-ranges:bytes
Content-Length:26397831
Content-Range:bytes 0-26397830/26397831
content-type:application/grpc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in this example (actually downloading the full file, but with the Range header), the video file is downloaded with a content-type of &lt;STRONG&gt;application/grpc&lt;/STRONG&gt; rather than &lt;STRONG&gt;video/mp4&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This causes problems when (for example) you want to display a video file in an HTML 5 player using the link received from the &lt;STRONG&gt;/get_temporary_link&lt;/STRONG&gt; call.&amp;nbsp; The HTML 5 player buffers the video file and loads the data in chunks. However, due to the incorrect content type, the browser will not accept the data as video content and will not be able to play it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I've just noticed this problem, and I didn't have any problems with it before. So I think this problem has been introduced recently?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 08:57:40 GMT</pubDate>
    <dc:creator>De L.1</dc:creator>
    <dc:date>2023-04-25T08:57:40Z</dc:date>
    <item>
      <title>Downloading part of a file via /get_temporary_link with Range header returns incorrect content-type</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679372#M30577</link>
      <description>&lt;P&gt;When downloading a specific part of a file using the &lt;U&gt;link&lt;/U&gt;&amp;nbsp;received via a &lt;STRONG&gt;/get_temporary_link&lt;/STRONG&gt; call and the HTTP header &lt;U&gt;&lt;STRONG&gt;Range: bytes=...&lt;/STRONG&gt;&lt;/U&gt;, the content-type &lt;U&gt;&lt;STRONG&gt;application/grpc&lt;/STRONG&gt;&lt;/U&gt; is sent instead of the actual content-type of the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET https://uc383828c22b...3d5ecbc28.dl.dropboxusercontent.com/cd/0/get/B61A....17HuE3Lr3UI4EEpPY/file
range:bytes=0-&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Expected&amp;nbsp;Response Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HTTP/1.1 206 Partial Content
---
accept-ranges:bytes
Content-Length:26397831
Content-Range:bytes 0-26397830/26397831
content-type:video/mp4&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Actual Response Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HTTP/1.1 206 Partial Content
---
accept-ranges:bytes
Content-Length:26397831
Content-Range:bytes 0-26397830/26397831
content-type:application/grpc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in this example (actually downloading the full file, but with the Range header), the video file is downloaded with a content-type of &lt;STRONG&gt;application/grpc&lt;/STRONG&gt; rather than &lt;STRONG&gt;video/mp4&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This causes problems when (for example) you want to display a video file in an HTML 5 player using the link received from the &lt;STRONG&gt;/get_temporary_link&lt;/STRONG&gt; call.&amp;nbsp; The HTML 5 player buffers the video file and loads the data in chunks. However, due to the incorrect content type, the browser will not accept the data as video content and will not be able to play it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I've just noticed this problem, and I didn't have any problems with it before. So I think this problem has been introduced recently?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:57:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679372#M30577</guid>
      <dc:creator>De L.1</dc:creator>
      <dc:date>2023-04-25T08:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679392#M30580</link>
      <description>&lt;P&gt;Rclone users have reported a similar problem when using anything with `Range:` requests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a long thread here&amp;nbsp;&lt;A href="https://forum.rclone.org/t/failed-to-open-source-not-an-encrypted-file-bad-magic-string/37790" target="_blank" rel="noopener"&gt;https://forum.rclone.org/t/failed-to-open-source-not-an-encrypted-file-bad-magic-string/37790&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my summary is that Range: requests are not working properly. They appear to produce files which have an extra bit of HTTP header in them such as this (from the link above)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;I noticed "application/octet-stream" inside my all files header.&lt;BR /&gt;Because of that, my applications do not recigionize files as valid.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;0000000&lt;/SPAN&gt; &lt;SPAN class=""&gt;000&lt;/SPAN&gt; &lt;SPAN class=""&gt;000&lt;/SPAN&gt; &lt;SPAN class=""&gt;002&lt;/SPAN&gt; &lt;SPAN class=""&gt;000&lt;/SPAN&gt; &lt;SPAN class=""&gt;042&lt;/SPAN&gt; &lt;SPAN class=""&gt;012&lt;/SPAN&gt; &lt;SPAN class=""&gt;236&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt; &lt;SPAN class=""&gt;010&lt;/SPAN&gt; &lt;SPAN class=""&gt;012&lt;/SPAN&gt; &lt;SPAN class=""&gt;030&lt;/SPAN&gt; &lt;SPAN class=""&gt;141&lt;/SPAN&gt; &lt;SPAN class=""&gt;160&lt;/SPAN&gt; &lt;SPAN class=""&gt;160&lt;/SPAN&gt; &lt;SPAN class=""&gt;154&lt;/SPAN&gt; &lt;SPAN class=""&gt;151&lt;/SPAN&gt;
         \&lt;SPAN class=""&gt;0&lt;/SPAN&gt;  \&lt;SPAN class=""&gt;0&lt;/SPAN&gt; &lt;SPAN class=""&gt;002&lt;/SPAN&gt;  \&lt;SPAN class=""&gt;0&lt;/SPAN&gt;   "  \n &lt;SPAN class=""&gt;236&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt;  \&lt;SPAN class=""&gt;b&lt;/SPAN&gt;  \n &lt;SPAN class=""&gt;030&lt;/SPAN&gt;   &lt;SPAN class=""&gt;a&lt;/SPAN&gt;   &lt;SPAN class=""&gt;p&lt;/SPAN&gt;   &lt;SPAN class=""&gt;p&lt;/SPAN&gt;   l   &lt;SPAN class=""&gt;i&lt;/SPAN&gt;
&lt;SPAN class=""&gt;0000020&lt;/SPAN&gt; &lt;SPAN class=""&gt;143&lt;/SPAN&gt; &lt;SPAN class=""&gt;141&lt;/SPAN&gt; &lt;SPAN class=""&gt;164&lt;/SPAN&gt; &lt;SPAN class=""&gt;151&lt;/SPAN&gt; &lt;SPAN class=""&gt;157&lt;/SPAN&gt; &lt;SPAN class=""&gt;156&lt;/SPAN&gt; &lt;SPAN class=""&gt;057&lt;/SPAN&gt; &lt;SPAN class=""&gt;157&lt;/SPAN&gt; &lt;SPAN class=""&gt;143&lt;/SPAN&gt; &lt;SPAN class=""&gt;164&lt;/SPAN&gt; &lt;SPAN class=""&gt;145&lt;/SPAN&gt; &lt;SPAN class=""&gt;164&lt;/SPAN&gt; &lt;SPAN class=""&gt;055&lt;/SPAN&gt; &lt;SPAN class=""&gt;163&lt;/SPAN&gt; &lt;SPAN class=""&gt;164&lt;/SPAN&gt; &lt;SPAN class=""&gt;162&lt;/SPAN&gt;
          c   &lt;SPAN class=""&gt;a&lt;/SPAN&gt;   t   &lt;SPAN class=""&gt;i&lt;/SPAN&gt;   o   n   /   o   c   t   e   t   -   s   t   r
&lt;SPAN class=""&gt;0000040&lt;/SPAN&gt; &lt;SPAN class=""&gt;145&lt;/SPAN&gt; &lt;SPAN class=""&gt;141&lt;/SPAN&gt; &lt;SPAN class=""&gt;155&lt;/SPAN&gt; &lt;SPAN class=""&gt;022&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt; &lt;SPAN class=""&gt;010&lt;/SPAN&gt; &lt;SPAN class=""&gt;120&lt;/SPAN&gt; &lt;SPAN class=""&gt;162&lt;/SPAN&gt; &lt;SPAN class=""&gt;157&lt;/SPAN&gt; &lt;SPAN class=""&gt;157&lt;/SPAN&gt; &lt;SPAN class=""&gt;146&lt;/SPAN&gt; &lt;SPAN class=""&gt;040&lt;/SPAN&gt; &lt;SPAN class=""&gt;157&lt;/SPAN&gt; &lt;SPAN class=""&gt;146&lt;/SPAN&gt; &lt;SPAN class=""&gt;040&lt;/SPAN&gt;
          e   &lt;SPAN class=""&gt;a&lt;/SPAN&gt;   m &lt;SPAN class=""&gt;022&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt;  \&lt;SPAN class=""&gt;b&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;This looks like a Dropbox bug to me.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Apr 2023 10:17:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679392#M30580</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2023-04-25T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679395#M30581</link>
      <description>&lt;P&gt;Here is a failing request and response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;I managed to reproduce this with a small file&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file.txt&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;contents&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;shello&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and using&lt;/P&gt;&lt;PRE&gt;rclone cat --offset 3 dropbox:file.txt -vv --dump bodies&lt;/PRE&gt;&lt;P&gt;This made this request&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;2023/04/25 11:20:46 DEBUG :&lt;/SPAN&gt; &lt;SPAN class=""&gt;HTTP&lt;/SPAN&gt; &lt;SPAN class=""&gt;REQUEST&lt;/SPAN&gt; &lt;SPAN class=""&gt;(req&lt;/SPAN&gt; &lt;SPAN class=""&gt;0xc0009fec00&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;2023/04/25 11:20:46 DEBUG :&lt;/SPAN&gt; &lt;SPAN class=""&gt;POST&lt;/SPAN&gt; &lt;SPAN class=""&gt;/2/files/download&lt;/SPAN&gt; &lt;SPAN class=""&gt;HTTP/1.1&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Host:&lt;/SPAN&gt; &lt;SPAN class=""&gt;content.dropboxapi.com&lt;/SPAN&gt;
&lt;SPAN class=""&gt;User-Agent:&lt;/SPAN&gt; &lt;SPAN class=""&gt;rclone/v1.63.0-beta.6980.470db6bcd&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Content-Length:&lt;/SPAN&gt; &lt;SPAN class=""&gt;0&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Authorization:&lt;/SPAN&gt; &lt;SPAN class=""&gt;XXXX&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Content-Type:&lt;/SPAN&gt; &lt;SPAN class=""&gt;application/octet-stream&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Dropbox-Api-Arg:&lt;/SPAN&gt; {&lt;SPAN class=""&gt;"path"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:"id:qqS0afUHwS0AAAAAAA6Nig"&lt;/SPAN&gt;}
&lt;SPAN class=""&gt;Range:&lt;/SPAN&gt; &lt;SPAN class=""&gt;bytes=3-6&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;P&gt;And this response which appears to have muddled up the body with the header&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;2023/04/25 11:20:47 DEBUG :&lt;/SPAN&gt; &lt;SPAN class=""&gt;HTTP&lt;/SPAN&gt; &lt;SPAN class=""&gt;RESPONSE&lt;/SPAN&gt; &lt;SPAN class=""&gt;(req&lt;/SPAN&gt; &lt;SPAN class=""&gt;0xc0009fec00&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;2023&lt;/SPAN&gt;&lt;SPAN class=""&gt;/04/25&lt;/SPAN&gt; &lt;SPAN class=""&gt;11&lt;/SPAN&gt;&lt;SPAN class=""&gt;:20:47&lt;/SPAN&gt; &lt;SPAN class=""&gt;Unsolicited&lt;/SPAN&gt; &lt;SPAN class=""&gt;response&lt;/SPAN&gt; &lt;SPAN class=""&gt;received&lt;/SPAN&gt; &lt;SPAN class=""&gt;on&lt;/SPAN&gt; &lt;SPAN class=""&gt;idle&lt;/SPAN&gt; &lt;SPAN class=""&gt;HTTP&lt;/SPAN&gt; &lt;SPAN class=""&gt;channel&lt;/SPAN&gt; &lt;SPAN class=""&gt;starting&lt;/SPAN&gt; &lt;SPAN class=""&gt;with&lt;/SPAN&gt; &lt;SPAN class=""&gt;"\"\n \n\x18application/octet-stream\x12\x04llo\n"&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt; &lt;SPAN class=""&gt;err=&amp;lt;nil&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class=""&gt;2023/04/25 11:20:47 DEBUG :&lt;/SPAN&gt; &lt;SPAN class=""&gt;HTTP/1.1&lt;/SPAN&gt; &lt;SPAN class=""&gt;206&lt;/SPAN&gt; &lt;SPAN class=""&gt;Partial&lt;/SPAN&gt; &lt;SPAN class=""&gt;Content&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Content-Length:&lt;/SPAN&gt; &lt;SPAN class=""&gt;4&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Accept-Encoding:&lt;/SPAN&gt; &lt;SPAN class=""&gt;identity,gzip&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Accept-Ranges:&lt;/SPAN&gt; &lt;SPAN class=""&gt;bytes&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Content-Range:&lt;/SPAN&gt; &lt;SPAN class=""&gt;bytes&lt;/SPAN&gt; &lt;SPAN class=""&gt;3&lt;/SPAN&gt;&lt;SPAN class=""&gt;-6&lt;/SPAN&gt;&lt;SPAN class=""&gt;/7&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Content-Security-Policy:&lt;/SPAN&gt; &lt;SPAN class=""&gt;sandbox&lt;/SPAN&gt; &lt;SPAN class=""&gt;allow-forms&lt;/SPAN&gt; &lt;SPAN class=""&gt;allow-scripts&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Content-Type:&lt;/SPAN&gt; &lt;SPAN class=""&gt;application/grpc&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Date:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Tue,&lt;/SPAN&gt; &lt;SPAN class=""&gt;25&lt;/SPAN&gt; &lt;SPAN class=""&gt;Apr&lt;/SPAN&gt; &lt;SPAN class=""&gt;2023 10:20:46 &lt;/SPAN&gt;&lt;SPAN class=""&gt;GMT&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Dropbox-Api-Result:&lt;/SPAN&gt; {&lt;SPAN class=""&gt;"name":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"file.txt"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"path_lower":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"/file.txt"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"path_display":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"/file.txt"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"id":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"id:qqS0afUHwS0AAAAAAA6Nig"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"client_modified":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"2022-11-09T12:59:37Z"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"server_modified":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"2022-11-09T12:59:41Z"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"rev":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"5ed093ae1400f082af73a"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"size":&lt;/SPAN&gt; &lt;SPAN class=""&gt;7&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"is_downloadable":&lt;/SPAN&gt; &lt;SPAN class=""&gt;true&lt;/SPAN&gt;, &lt;SPAN class=""&gt;"content_hash":&lt;/SPAN&gt; &lt;SPAN class=""&gt;"483068e5287bde73b67923dae8c200d461d80997108030841a082e628489993b"&lt;/SPAN&gt;}
&lt;SPAN class=""&gt;Etag:&lt;/SPAN&gt; &lt;SPAN class=""&gt;W/"5ed093ae1400f082af73a"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Original-Content-Length:&lt;/SPAN&gt; &lt;SPAN class=""&gt;4&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Server:&lt;/SPAN&gt; &lt;SPAN class=""&gt;envoy&lt;/SPAN&gt;
&lt;SPAN class=""&gt;Strict-Transport-Security:&lt;/SPAN&gt; &lt;SPAN class=""&gt;max-age=31536000;&lt;/SPAN&gt; &lt;SPAN class=""&gt;includeSubDomains;&lt;/SPAN&gt; &lt;SPAN class=""&gt;preload&lt;/SPAN&gt;
&lt;SPAN class=""&gt;X-Dropbox-Request-Id:&lt;/SPAN&gt; &lt;SPAN class=""&gt;e186d6db20684aee82e1123611632a3a&lt;/SPAN&gt;
&lt;SPAN class=""&gt;X-Dropbox-Response-Origin:&lt;/SPAN&gt; &lt;SPAN class=""&gt;far_remote&lt;/SPAN&gt;
&lt;SPAN class=""&gt;X-Robots-Tag:&lt;/SPAN&gt; &lt;SPAN class=""&gt;noindex,&lt;/SPAN&gt; &lt;SPAN class=""&gt;nofollow,&lt;/SPAN&gt; &lt;SPAN class=""&gt;noimageindex&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Apr 2023 10:26:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679395#M30581</guid>
      <dc:creator>ncw</dc:creator>
      <dc:date>2023-04-25T10:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679423#M30584</link>
      <description>&lt;P&gt;Thanks for the report! We're looking into it. I'll follow up here once I have an update on this.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 11:42:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679423#M30584</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-25T11:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679491#M30603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to have an ETA, please ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:40:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679491#M30603</guid>
      <dc:creator>WoisWoi</dc:creator>
      <dc:date>2023-04-25T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679493#M30604</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1689114"&gt;@WoisWoi&lt;/a&gt; I don't have an ETA on a fix to share right now. I'll follow up here once I have any news.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:41:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679493#M30604</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-25T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679525#M30606</link>
      <description>&lt;P&gt;Issue reported hours ago, Dropbox confirmed that there is an issue, status.dropbox.com still says "&lt;SPAN&gt;All Systems Operational". Thats poor to be honest.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:48:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679525#M30606</guid>
      <dc:creator>b3nZol</dc:creator>
      <dc:date>2023-04-25T15:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679527#M30607</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1689394"&gt;@b3nZol&lt;/a&gt; Thanks for the feedback! I'll share this with the team.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:51:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679527#M30607</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-25T15:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679529#M30608</link>
      <description>&lt;P&gt;agree&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:55:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679529#M30608</guid>
      <dc:creator>aniel3000</dc:creator>
      <dc:date>2023-04-25T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679532#M30609</link>
      <description>&lt;P&gt;Any updates? Been a few hours now. And this is a pretty major outage.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:02:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679532#M30609</guid>
      <dc:creator>needo</dc:creator>
      <dc:date>2023-04-25T16:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679533#M30610</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1689463"&gt;@needo&lt;/a&gt; The team is currently working on resolving this issue. We'll follow up once we have an update on this.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:04:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679533#M30610</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-25T16:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679534#M30611</link>
      <description>&lt;P&gt;Hi @Greg-DB, Corruption of all read range-requests is a major issue and affects many Dropbox users. Could you please confirm the priority assigned to this internally at Dropbox?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:05:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679534#M30611</guid>
      <dc:creator>ak2k</dc:creator>
      <dc:date>2023-04-25T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679536#M30612</link>
      <description>&lt;P&gt;I think he just did.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:07:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679536#M30612</guid>
      <dc:creator>WoisWoi</dc:creator>
      <dc:date>2023-04-25T16:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679539#M30613</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1689292"&gt;@ak2k&lt;/a&gt; The team is actively working to resolve this issue as soon as possible.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:09:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679539#M30613</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-25T16:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679550#M30614</link>
      <description>&lt;P&gt;thank u for letting us know&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:37:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679550#M30614</guid>
      <dc:creator>aniel3000</dc:creator>
      <dc:date>2023-04-25T16:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679587#M30615</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I also appreciate the acknowledgement on status.dropbox.com: &lt;A href="https://status.dropbox.com/incidents/gp968mjw7t4d" target="_blank"&gt;https://status.dropbox.com/incidents/gp968mjw7t4d&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 17:08:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679587#M30615</guid>
      <dc:creator>ak2k</dc:creator>
      <dc:date>2023-04-25T17:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679598#M30616</link>
      <description>&lt;P&gt;Didn't see anyone else mention this yet so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This happens even when not requesting part of a file; simply trying to access a `get_temporary_link` response directly returns the wrong content-type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Broke the video viewing part of our mapping application.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 17:42:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679598#M30616</guid>
      <dc:creator>rylincoln</dc:creator>
      <dc:date>2023-04-25T17:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679604#M30617</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1689595"&gt;@rylincoln&lt;/a&gt; In my testing, this issue is not affecting requests&amp;nbsp;not specifying "Range" to the temporary links returned by /2/files/get_temporary_link; I am not seeing the incorrect "Content-Type" in that case. Note that some media/video players do automatically set "Range" themselves though. If you are seeing otherwise however, please share a sample request/response so we can check on it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 17:51:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679604#M30617</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-25T17:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679607#M30618</link>
      <description>&lt;P&gt;&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1689595" target="_blank" rel="noopener"&gt;@rylincoln&lt;/A&gt;&amp;nbsp;That isn't something I can reproduce. Requesting the &lt;SPAN&gt;links returned by /get_temporary_link itself will just give me the correct Content-Type, a 200 HTTP response code and it will download without problems.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(edit) Ah, I see Greg already responded to this...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 18:01:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679607#M30618</guid>
      <dc:creator>De L.1</dc:creator>
      <dc:date>2023-04-25T18:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading part of a file via /get_temporary_link with Range header returns incorrect content-t</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679610#M30619</link>
      <description>&lt;P&gt;@&lt;SPAN&gt;De L.1&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I simply tested by generating a temporary link, copying that link directly into my browser URL and inspecting the request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and i got back content-type: application/grpc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;¯\_(ツ)_/¯ &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 18:05:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Downloading-part-of-a-file-via-get-temporary-link-with-Range/m-p/679610#M30619</guid>
      <dc:creator>rylincoln</dc:creator>
      <dc:date>2023-04-25T18:05:13Z</dc:date>
    </item>
  </channel>
</rss>

