roniest / google-apis-explorer

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

Not item in the response #296

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Try to receive info about one playlist

2.GET 
https://www.googleapis.com/youtube/v3/search?part=snippet&q=PL8i09dj_8lqK29yqahg
D5CBJwL5tPMiwr&key={YOUR_API_KEY}

3.Response with an item, but empty. 

200 OK 
- Show headers -  
{
 "kind": "youtube#searchListResponse",
 "etag": "\"IHLB7Mi__JPvvG2zLQWAg8l36UU/qiWE0NOZ8Q8Px-nScyC93z_Zges\"",
 "pageInfo": {
  "totalResults": 1,
  "resultsPerPage": 5
 },
 "items": [
 ]
}

What is the expected output? 

Well, the system says there is an item, but in items there is nothing at all.

What do you see instead?

The information about that playlist.

What version of the product are you using? 

Youtube api v3

On what operating system?

Linux Mint 16 Petra.

Please provide any additional information below.

Original issue reported on code.google.com by manuel.s...@gmail.com on 19 Apr 2015 at 8:34