Phoenixasuga / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

direct download/upload should update progress more often #582

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Java 6

Please describe the feature requested.
If you enable direct upload or download, you only get begin and end 
notifications, even if the size of your request / response is quite large. 
Seems like it should be generally knowable(ish) via a sun.net.ProgressSource, 
especially if not operating in chunked/streaming mode.

Original issue reported on code.google.com by nherr...@google.com on 7 Aug 2012 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 2 Nov 2012 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 11 Dec 2012 at 1:36

GoogleCodeExporter commented 9 years ago
And if you are running on Android there's no sun.net.ProgressSource.  I think 
progress reporting is an important reason to use resumable.

Original comment by yan...@google.com on 20 Jan 2013 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 12 Feb 2013 at 6:00