<?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: Functionality changes in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/577881#M26962</link>
    <description>&lt;P&gt;Update: in order to temporarily accommodate clients that don’t properly support automatically handling “Transfer-Encoding: chunked”, we’re temporarily rolling back this change, so that these links will no longer use “Transfer-Encoding: chunked” and will instead return “Content-Length” on HTTP/1.1. We will begin rolling that out starting around 2/17. That will be in place until around 3/1. At that point, we will begin using “Transfer-Encoding: chunked” and no longer returning “Content-Length” on HTTP/1.1 again.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Going forward, please ensure that your clients are able to automatically handle both chunked encoding and non-chunked encoding automatically.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 21:59:24 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-02-14T21:59:24Z</dc:date>
    <item>
      <title>Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/575628#M26846</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I play some audio files from dropbox all was great but yesterday something went wrong. I use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;get_temporary_link&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;to get link of the file.&lt;/P&gt;
&lt;P&gt;When I play .ogg file via temporary link in my player (on android) and seek to some position player starts to play from beginning.&lt;/P&gt;
&lt;P&gt;I suppose that there was some changes on Dropbox, maybe some headers changed.&lt;/P&gt;
&lt;P&gt;When I download this file and play locally everything is fine. I also tried to load such ogg file to github and it works fine.&lt;BR /&gt;Please tell me what could happen since yesterday and how to fix it.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:47:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/575628#M26846</guid>
      <dc:creator>grp3</dc:creator>
      <dc:date>2022-04-27T12:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/576054#M26847</link>
      <description>&lt;P&gt;Are you able to retrieve any specific error message or output?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We did recently update these links to use "Transfer-Encoding: chunked" (and accordingly not return the "Content-Length" header) on HTTP/1.1, but HTTP clients should automatically handle this. It's possible yours doesn't, however.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, that change was rolled out earlier than you're describing. When was the last time specifically that you saw this working?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 15:53:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/576054#M26847</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-07T15:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/576161#M26858</link>
      <description>&lt;P&gt;Thank you for reply!&lt;/P&gt;&lt;P&gt;Users started to report issue the 3rd February in the evening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked Content-Length in Postman and it was there. These headers I got from Postman:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;accept-encoding: identity,gzip
accept-ranges: bytes
cache-control: max-age=60
content-disposition: attachment; filename="2.ogg"; filename*=UTF-8''2.ogg
content-length: 3018658
content-security-policy: sandbox
content-type: audio/ogg
date: Fri, 04 Feb 2022 20:04:06 GMT
etag: 1642877210753874d
pragma: public
referrer-policy: no-referrer
server: envoy
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: Origin
x-content-security-policy: sandbox
x-content-type-options: nosniff
x-dropbox-request-id: b6165d08b11c4e86ab427e2ef3f9151a
x-dropbox-response-origin: far_remote
x-robots-tag: noindex, nofollow, noimageindex, noindex, nofollow, noimageindex
x-server-response-time: 16
x-webkit-csp: sandbox&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that .ogg audio did not preload.&lt;/P&gt;&lt;P&gt;Except .ogg files I also have .m4a as duplicates. It is strange, but I switched to .m4a and it works. I compared headers of .ogg and .m4a and they were identical.&lt;/P&gt;&lt;P&gt;Now my app seems to work fine, but I am not sure the same won't happen with .m4a.&lt;/P&gt;&lt;P&gt;Do you know why .m4a works, but .ogg does not?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 20:51:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/576161#M26858</guid>
      <dc:creator>grp3</dc:creator>
      <dc:date>2022-02-07T20:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/576211#M26863</link>
      <description>&lt;P&gt;I'm not aware of any reason off hand that .m4a should works but .ogg wouldn't. Note that using Postman may not be representative of your actual video player client on Android though, as they may use different HTTP versions or features. Are you able to get any logging output for the actual client on Android?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 23:22:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/576211#M26863</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-07T23:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/577384#M26924</link>
      <description>&lt;P&gt;I tried to get headers from android, but I didn't find working solution to do it. Thank you for you answers!&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 11:21:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/577384#M26924</guid>
      <dc:creator>grp3</dc:creator>
      <dc:date>2022-02-12T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/577881#M26962</link>
      <description>&lt;P&gt;Update: in order to temporarily accommodate clients that don’t properly support automatically handling “Transfer-Encoding: chunked”, we’re temporarily rolling back this change, so that these links will no longer use “Transfer-Encoding: chunked” and will instead return “Content-Length” on HTTP/1.1. We will begin rolling that out starting around 2/17. That will be in place until around 3/1. At that point, we will begin using “Transfer-Encoding: chunked” and no longer returning “Content-Length” on HTTP/1.1 again.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Going forward, please ensure that your clients are able to automatically handle both chunked encoding and non-chunked encoding automatically.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 21:59:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/577881#M26962</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-14T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/578102#M26984</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1227674"&gt;@grp3&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;I created an issue tracker:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://issuetracker.google.com/issues/219687412" target="_blank"&gt;https://issuetracker.google.com/issues/219687412&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You are welcome &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;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Feb 2022 17:40:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/578102#M26984</guid>
      <dc:creator>Aristide</dc:creator>
      <dc:date>2022-02-15T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality changes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/582952#M27154</link>
      <description>&lt;P&gt;Update: the team has been able to complete some further updates to our infrastructure to be able to support the previous non-chunked behavior going forward indefinitely. That means that we plan to continue returning Content-Length (and not 'Transfer-Encoding: chunked') in the future and will not be reverting this as previously planned. (Regardless, for HTTP compatibility in general, we still recommend you make sure your HTTP clients support both types.) Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 12:37:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Functionality-changes/m-p/582952#M27154</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-11T12:37:38Z</dc:date>
    </item>
  </channel>
</rss>

