roniest / google-apis-explorer

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

youtube.playlistItems.list - YouTube Data API v3 - empty response #283

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Send request to list playlist item with videoId: O9am8ydTv9I from playlist with 
playlistId: PLZ03IiQibklIr_9kow7Uu0eW2aNQ-E1EX (set part: id,snippet)

What is the expected output? What do you see instead?
I expect to see the playlist item in the "items" tag 
--------------------------------
"items": [
  {

   "kind": "youtube#playlistItem",
   "etag": ".........etc....",
   "id": ".......etc. etc....."
-----------------------------------------

Instead I see an empty "items" array
-----------------------------------------
"items": [
 ]
-----------------------------------------

What version of the product are you using? On what operating system?
Windows 7 Ultimate
YouTube Data API v3
Google Chrome Version 41.0.2272.118 m

Please provide any additional information below.
The videos exists in the playlist.

Original issue reported on code.google.com by thra...@gmail.com on 4 Apr 2015 at 9:20