anandsekar272 / google-api-java-client

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

Should use supportsMediaDownload flag from Discovery to determine if a method supports media download #708

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example:

- drive v2: drive.files.get has no supportsMediaDownload, so the Java client 
*SHOULD NOT* have media download methods in the class ...Drive.Files.Get (but 
it does!)

- adsense v1.1: adsense.reports.generate has supportsMediaDownload, so the Java 
client *SHOULD* have media download methods in the class 
...Adsense.Requests.Generate (but it doesn't!)

Original issue reported on code.google.com by dar...@google.com on 15 Jan 2013 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 15 Jan 2013 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 23 Jan 2013 at 2:44

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Feb 2013 at 2:38

GoogleCodeExporter commented 9 years ago

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