mmallis87 / google-apis-explorer

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

NextPageToken does not work in v3 youtube subscriptions list #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 
https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.subscriptions.
list
2. Try to get NextPageToken from the response.
3.

What is the expected output? What do you see instead?
NextPageToken should give the next page so you can get all results.
NextPageToken is always null no matter how many results you get.

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

Please provide any additional information below.

Original issue reported on code.google.com by nights...@gmail.com on 27 May 2015 at 4:24