SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Range header not honored #345

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

im on gae and im ive happily been downloading chunks of an document in the past 
using the range header. something like this

        DocsService docsService = newDocService(email);
            docsService.setHeader("Range","bytes="+start+"-"+stop);

docsService.getMedia(mc);

Recently this stopped working. Im not sure if its the servers that no longer 
honor this header or if somethign has changed with the client.

Original issue reported on code.google.com by gearco...@gmail.com on 2 Jun 2011 at 12:27