vaibhavraghuvanshi58 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Youtube api v3 activities totalResults changes with changing maxResults #278

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. GET 
https://www.googleapis.com/youtube/v3/activities?part=id&channelId=UCpcsv3Ow-8Ih
oUGDEfPetsQ&maxResults=5&key={YOUR_API_KEY}
2. GET 
https://www.googleapis.com/youtube/v3/activities?part=id&channelId=UCpcsv3Ow-8Ih
oUGDEfPetsQ&maxResults=50&key={YOUR_API_KEY}

What is the expected output? What do you see instead?
Look at the pageInfo->totalResults it changes with changing maxResults.
Shouldn't it remain same.

What version of the product are you using? On what operating system?
X-JavaScript-User-Agent:  Google APIs Explorer

Please provide any additional information below.

Original issue reported on code.google.com by sinfli...@hotmail.com on 3 Mar 2013 at 9:25

GoogleCodeExporter commented 8 years ago
Hi, this looks like an issue with the API itself rather than the client 
libraries. Could you ask the question on StackOverflow with the tag 
youtube-api, and the team should get a chance to review it there. Thanks!

Original comment by ianbar...@google.com on 22 Mar 2013 at 6:21