<?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: How to get the upload progress for p Dropbox?  in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29216#M18084</link>
    <description>&lt;P&gt;Thanks Gregory!&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 10:46:38 GMT</pubDate>
    <dc:creator>Ray F.11</dc:creator>
    <dc:date>2016-04-07T10:46:38Z</dc:date>
    <item>
      <title>How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29211#M18079</link>
      <description>&lt;P&gt;I need to get the progress of the upload to Dropbox to mount a progress bar (JProgressBar). &lt;BR /&gt;
Is how to do this or do I have to give a manipulated into things? hehehe&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:10:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29211#M18079</guid>
      <dc:creator>Suporte DES B.</dc:creator>
      <dc:date>2019-05-29T09:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29212#M18080</link>
      <description>&lt;P&gt;All they give is an estimate of remaining time to sync files ("Syncing [2 files remaining, 4 mins left]"), but be aware that this time estimate is highly inaccurate.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 21:36:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29212#M18080</guid>
      <dc:creator>Chris R.</dc:creator>
      <dc:date>2015-01-09T21:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29213#M18081</link>
      <description>&lt;P&gt;Are you referring to the Dropbox desktop client, or an app you made that uses the Dropbox API? If it's the later, what SDK/library are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 23:37:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29213#M18081</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-09T23:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29214#M18082</link>
      <description>&lt;P&gt;I would like to expose a progress bar on my iOS app using the SwiftyDropbox API to upload a file. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I can only update the progress bar when a file completes a upload so the resolution is very poor. &amp;nbsp;Is there a way to get finer detail about bytes transferred periodically. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only way I can think about doing this is to use the session upload. &amp;nbsp;I don't see this as being a great solution. &amp;nbsp;It would be great if there were an example of doing this somewhere (i.e. splitting up the file, and sending it using a session.)&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:30:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29214#M18082</guid>
      <dc:creator>Ray F.11</dc:creator>
      <dc:date>2016-04-07T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29215#M18083</link>
      <description>&lt;P&gt;Ray, I have a sample of registering a progress callback for files.download in SwiftyDropbox here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/35659454/swiftydropbox-download-progress/35659995#35659995" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/35659454/swiftydropbox-download-progress/35659995#35659995&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It should work the same way for files.upload.&lt;/P&gt;
&lt;P&gt;There's also a sample of using upload sessions here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/smarx/4bd20487ddf37a5942bf" rel="nofollow noreferrer"&gt;https://gist.github.com/smarx/4bd20487ddf37a5942bf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 09:08:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29215#M18083</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-07T09:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29216#M18084</link>
      <description>&lt;P&gt;Thanks Gregory!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 10:46:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29216#M18084</guid>
      <dc:creator>Ray F.11</dc:creator>
      <dc:date>2016-04-07T10:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29217#M18085</link>
      <description>&lt;P&gt;its so annoying to see no progress bar ....the time is so so so so so in accurate its been 3 min for 3 hours now. i don`t know what kind of watch they are using&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 21:00:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29217#M18085</guid>
      <dc:creator>Girum S.</dc:creator>
      <dc:date>2016-07-30T21:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29218#M18086</link>
      <description>&lt;P&gt;Hi Girum, this thread is posted in the "API Development" forum, for programmers using the&amp;nbsp;Dropbox API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you're trying to share some feedback regarding one of the&amp;nbsp;Dropbox apps, so you'd be better served by opening a new thread in the "Production Feedback" forum:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/new?community_post%5Btopic_id%5D=200209235" rel="nofollow noreferrer"&gt;https://www.dropboxforum.com/hc/en-us/community/posts/new?community_post%5Btopic_id%5D=200209235&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 00:04:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/29218#M18086</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-02T00:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199513#M18087</link>
      <description>&lt;P&gt;In dropbox-core-sdk-2.1.1, how to get the progress of the upload&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 05:55:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199513#M18087</guid>
      <dc:creator>Elina</dc:creator>
      <dc:date>2016-12-27T05:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199545#M18088</link>
      <description>Hi Elina, the Dropbox Java SDK doesn't currently offer transfer progress information like this, but I'll be sure to pass this along as a feature request. You can find more information, including a possible workaround, here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/issues/66" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/issues/66&lt;/A&gt;</description>
      <pubDate>Tue, 27 Dec 2016 15:20:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199545#M18088</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-27T15:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199632#M18089</link>
      <description>&lt;P&gt;Thanks Gregory! Read this article before, but the method provided here is only applicable to the download, you have a better recommendation for the upload program?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 01:58:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199632#M18089</guid>
      <dc:creator>Elina</dc:creator>
      <dc:date>2016-12-28T01:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199634#M18090</link>
      <description>No, unfortunately I don't have another recommendation. I've sent this along as a feature request.</description>
      <pubDate>Wed, 28 Dec 2016 02:05:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199634#M18090</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-28T02:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199637#M18091</link>
      <description>&lt;P&gt;Thanks Gregory! I really hope dropbox can achieve this function at an early date&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 02:32:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/199637#M18091</guid>
      <dc:creator>Elina</dc:creator>
      <dc:date>2016-12-28T02:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the upload progress for p Dropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/297839#M18092</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/339678"&gt;@Elina&lt;/a&gt;&amp;nbsp;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:24:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-upload-progress-for-p-Dropbox/m-p/297839#M18092</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-18T20:24:11Z</dc:date>
    </item>
  </channel>
</rss>

