google-code-export / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
1 stars 3 forks source link

APIs explorer not showing correct response #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.playlistItems.
list?part=snippet&id=UULsooMJoIpl_7ux2jvdPB-Q&_h=25&
2. Press execute button
3. 
https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId=UULs
ooMJoIpl_7ux2jvdPB-Q&key={MYKEY}

What is the expected output? What do you see instead?
The reponse for method 1+2 should be the same as for method 3. However, in one 
case the items array is empty ("totalResults": 0), while it is not empty in the 
other case ("totalResults": 86)

What version of the product are you using? On what operating system?
v3 on OS X 10.9.4

Please provide any additional information below.

Original issue reported on code.google.com by yprojec...@gmail.com on 25 Jul 2014 at 8:33