<?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: Saver timeout on some files, no intermediate progress in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/211321#M10611</link>
    <description>&lt;P&gt;Any news on getting progress events from dropbox saver? &amp;nbsp;I&amp;nbsp;tried it again and it's still doing the same thing - lots of progress events with a value of 0, followed by a final progress event with a value of 1. &amp;nbsp;No fractional numbers indicating actual progress.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2017 06:32:52 GMT</pubDate>
    <dc:creator>TimL</dc:creator>
    <dc:date>2017-03-13T06:32:52Z</dc:date>
    <item>
      <title>Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207490#M10166</link>
      <description>&lt;P&gt;I just implemented dropbox Saver on our site, and&amp;nbsp;I'm having some trouble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested with two files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first file is about 12MB and downloads from the provided URL to the dropbox account successfully in about 5 seconds.&lt;/P&gt;&lt;P&gt;The second file is about 20MB and times out after 5 minutes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I manually tested both URLs (in incognito mode on Chrome) and both resolve properly. &amp;nbsp;The bigger file takes about 30-40 seconds to download from the URL to my laptop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Strangely, when downloading the file that successfully downloads,&amp;nbsp;I get a progress indicator every few seconds from the progress event. &amp;nbsp;The progress starts at 0, every few seconds I get another progress of 0, and then at the end I get a progress of 1. &amp;nbsp;It's never anything in between 0 and 1. &amp;nbsp;Is there a way to get decimals showing progress between 0 and 1, such as 0.25 when the progress is at 25%?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I download the files from the server directly to my browser, I get a download progress bar in my browser, so I'm pretty sure the server is reporting the size of the file in some manner.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code for reporting progress:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; progress: function(progress) {&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log("Dropbox Progress", progress * 100);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:25:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207490#M10166</guid>
      <dc:creator>TimL</dc:creator>
      <dc:date>2019-05-29T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207543#M10170</link>
      <description>Can you share the full error you're getting for the time out failure?&lt;BR /&gt;&lt;BR /&gt;For the progress issue, the expected behavior is float values between 0 and 1, so we'll look into it.</description>
      <pubDate>Sun, 19 Feb 2017 22:36:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207543#M10170</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-19T22:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207567#M10172</link>
      <description>&lt;P&gt;I tried it again tonight - with no code changes, with the same user account, the same dropbox account, the same files - and&amp;nbsp;the timeout didn't happen. &amp;nbsp;Strange. &amp;nbsp;It concerns me that the behaviour is not consistent - and I'm not confident that this is resolved. &amp;nbsp;We'll wait and see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know what you find out about the progress detail. &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 04:56:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207567#M10172</guid>
      <dc:creator>TimL</dc:creator>
      <dc:date>2017-02-20T04:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207672#M10189</link>
      <description>Thanks! I'll follow up here once I have an update for you.</description>
      <pubDate>Mon, 20 Feb 2017 21:23:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207672#M10189</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-20T21:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207903#M10204</link>
      <description>By the way, we did find an issue that could cause a timeout error like that. That should be fixed now.&lt;BR /&gt;&lt;BR /&gt;I don't have an update on the progress issue yet.</description>
      <pubDate>Wed, 22 Feb 2017 00:15:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/207903#M10204</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-22T00:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/211321#M10611</link>
      <description>&lt;P&gt;Any news on getting progress events from dropbox saver? &amp;nbsp;I&amp;nbsp;tried it again and it's still doing the same thing - lots of progress events with a value of 0, followed by a final progress event with a value of 1. &amp;nbsp;No fractional numbers indicating actual progress.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 06:32:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/211321#M10611</guid>
      <dc:creator>TimL</dc:creator>
      <dc:date>2017-03-13T06:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/211429#M10620</link>
      <description>I don't have an update on this yet. I'll follow up here once I do.</description>
      <pubDate>Mon, 13 Mar 2017 17:54:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/211429#M10620</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-03-13T17:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/220789#M11700</link>
      <description>&lt;P&gt;It looks like the progress-always-at-zero bug has been around for almost 2 years -&amp;nbsp;&lt;A href="https://www.dropboxforum.com/t5/API-support/download-or-saving-progress-alwayes-quot-0-quot-using-drop-ins/td-p/124551" target="_blank"&gt;https://www.dropboxforum.com/t5/API-support/download-or-saving-progress-alwayes-quot-0-quot-using-drop-ins/td-p/124551&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any update on this? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we can't get this fixed soon, can the documentation be updated to tell other deverlopers that the progress feature is broken?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 05:21:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/220789#M11700</guid>
      <dc:creator>TimL</dc:creator>
      <dc:date>2017-05-12T05:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/220912#M11708</link>
      <description>Thanks for checking in. I don't have an update on this yet unfortunately. I'll check in with the team, and ask them to document this.</description>
      <pubDate>Fri, 12 May 2017 18:32:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/220912#M11708</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-12T18:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/265190#M15562</link>
      <description>&lt;P&gt;Any update on this bug?&amp;nbsp; It was first reported back in July 2015, so it's been a known issue for about 2.5 years now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd love to finish building out dropbox support for my client, but this bug is preventing me from deploying.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:49:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/265190#M15562</guid>
      <dc:creator>TimL</dc:creator>
      <dc:date>2018-02-15T18:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Saver timeout on some files, no intermediate progress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/265194#M15563</link>
      <description>No, I don't have an update on this unfortunately. I'll bring it up with the team again.</description>
      <pubDate>Thu, 15 Feb 2018 19:05:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saver-timeout-on-some-files-no-intermediate-progress/m-p/265194#M15563</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-15T19:05:01Z</dc:date>
    </item>
  </channel>
</rss>

