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.videos.list doesnt have nextPageToken #297

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1
part = id,snippet,contentDetils
maxResults = 50
regionCode = US
chart = mostPopular

It returns no nextPageToken value 

What is the expected output? What do you see instead?
{
 "kind": "youtube#videoListResponse",
 "etag": "\"IHLB7Mi__JPvvG2zLQWAg8l36UU/bfdCicMae2OOW3okBglPSpVwVPk\"",
 "pageInfo": {
  "totalResults": 200,
  "resultsPerPage": 50
 },

There is no token for next page although it returen 200 results.

What version of the product are you using? On what operating system?

Youtube v3

Please provide any additional information below.

Original issue reported on code.google.com by luge...@gmail.com on 20 Apr 2015 at 12:53