zilzar / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

DocumentsRequest.Download(...4 parameters...) should not build the url manually #538

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DocumentsRequest.Download(...4 parameters...) should not build the download url 
manually. 
It should work like DocumentsRequest.Download(Document document, string 
exportFormat) that uses document.DocumentEntry.Content.Src.ToString() as 
download url.

Original issue reported on code.google.com by fht...@gmail.com on 29 Aug 2011 at 7:45

GoogleCodeExporter commented 9 years ago
Thanks Fabrizio, no patch this time? :)

Original comment by ccherub...@google.com on 29 Aug 2011 at 10:08

GoogleCodeExporter commented 9 years ago
Path attached. Sorry for the delay.  :)

Note: the baseDomain parameter is not used anymore. But I have not removed it 
for method signature compatibility.

Original comment by fht...@gmail.com on 30 Aug 2011 at 6:31

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks!
Committed in rev. 1127

Original comment by ccherub...@google.com on 30 Aug 2011 at 11:53