<?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: Progress Listener for Downloads? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84176#M2555</link>
    <description>&lt;P&gt;Thanks Gregory.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2015 13:32:24 GMT</pubDate>
    <dc:creator>Aaron M.10</dc:creator>
    <dc:date>2015-07-22T13:32:24Z</dc:date>
    <item>
      <title>Progress Listener for Downloads?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84173#M2552</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Just wondering if anyone knows whether&amp;nbsp;the Dropbox API Core (Java) supports some sort of &lt;CODE&gt;ProgressListener&lt;/CODE&gt; capability OR will I need to write one myself?&lt;/P&gt;

&lt;P&gt;I have a website that uses the old "dropbox-java-sdk v1.3" (org.syncloud) and this came with a class &lt;CODE&gt;com.dropbox.client2.ProgressListener&lt;/CODE&gt; that could be used to update the UI for&amp;nbsp;download progress such that the progress of larger downloads could be presented to the user i.e. % completed of total bytes read. My users now expect this so updating to below version I have regressed functionality (or so it seems).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dependency&amp;gt;
  &amp;lt;groupId&amp;gt;com.dropbox.core&amp;lt;/groupId&amp;gt;
  &amp;lt;artifactId&amp;gt;dropbox-core-sdk&amp;lt;/artifactId&amp;gt;
  &amp;lt;version&amp;gt;[1.7,1.8)&amp;lt;/version&amp;gt;
&amp;lt;/dependency&amp;gt;



&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyone come across this problem or know of a solution?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:41:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84173#M2552</guid>
      <dc:creator>Aaron M.10</dc:creator>
      <dc:date>2019-05-29T09:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Listener for Downloads?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84174#M2553</link>
      <description>&lt;P&gt;Moved to the API forum.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:14:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84174#M2553</guid>
      <dc:creator>Rich</dc:creator>
      <dc:date>2015-07-21T19:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Listener for Downloads?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84175#M2554</link>
      <description>&lt;P&gt;Unfortunately, the current version of the Java Core SDK doesn't offer a progress listener,&amp;nbsp;but I'll be sure to pass this along as a request.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 01:45:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84175#M2554</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-07-22T01:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Listener for Downloads?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84176#M2555</link>
      <description>&lt;P&gt;Thanks Gregory.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 13:32:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84176#M2555</guid>
      <dc:creator>Aaron M.10</dc:creator>
      <dc:date>2015-07-22T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Listener for Downloads?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84177#M2556</link>
      <description>&lt;P&gt;How to Obtain the java core sdk upload / download progress ?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 15:32:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84177#M2556</guid>
      <dc:creator>1. 11</dc:creator>
      <dc:date>2016-05-20T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Listener for Downloads?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84178#M2557</link>
      <description>&lt;P&gt;The Java SDK still doesn't offer upload/download progress listeners, but I'll add your vote to the feature request.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 23:58:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/84178#M2557</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-05-20T23:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Listener for Downloads?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/297841#M18094</link>
      <description>&lt;P&gt;The Dropbox API v2 Java SDK now offers progress listeners for uploads and downloads. This has been released in v3.0.9:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/releases/tag/v3.0.9" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/releases/tag/v3.0.9&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There's an example of using it with with the uploadAndFinish method ( &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/DbxUploader.html#uploadAndFinish-java.io.InputStream-long-com.dropbox.core.util.IOUtil.ProgressListener-" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/DbxUploader.html#uploadAndFinish-java.io.InputStream-long-com.dropbox.core.util.IOUtil.ProgressListener-&lt;/A&gt; ) for an upload here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/upload-file/src/main/java/com/dropbox/core/examples/upload_file/Main.java#L50" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/upload-file/src/main/java/com/dropbox/core/examples/upload_file/Main.java#L50&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It works the same way with file downloads; the download method ( &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/DbxDownloader.html#download-java.io.OutputStream-com.dropbox.core.util.IOUtil.ProgressListener-" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/DbxDownloader.html#download-java.io.OutputStream-com.dropbox.core.util.IOUtil.ProgressListener-&lt;/A&gt; ) optionally takes a ProgressListener parameter the same way.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 20:25:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Progress-Listener-for-Downloads/m-p/297841#M18094</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-18T20:25:47Z</dc:date>
    </item>
  </channel>
</rss>

