Phoenixasuga / google-api-java-client

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

resumable direct downloads #579

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?
https://tools.ietf.org/html/rfc2616#section-14.16

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Java 6, non App Engine

If you call getMediaHttpDownloader().setDirectDownloadEnabled(true) on a 
Storage.Objects.Get 
object(google-api-services-storage-v1beta1-rev3-1.7.2-beta.jar), and you have a 
back-off policy set (which is true by default), if the single-request download 
fails, it never retries it with a Content-Range header sent to fulfill the 
remainder of the request.

http://code.google.com/p/google-api-java-client/source/browse/google-api-client/
src/main/java/com/google/api/client/googleapis/media/MediaHttpDownloader.java#14
3

Original issue reported on code.google.com by nherr...@google.com on 6 Aug 2012 at 10:23

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 6 Aug 2012 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Oct 2012 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 24 Oct 2012 at 5:26

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/7086060

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

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 16 Feb 2013 at 1:25