Bug P2
Status Update
Comments
ad...@gmail.com <ad...@gmail.com> #2
I encountered that issue with my project. I have time-based trigger that appoints next run using time-based trigger.
ti...@gmail.com <ti...@gmail.com> #3
Can we reasonably assume that ES5 will not be removed before this issue is resolved?
@mr...@gmail.com: You probably should star this issue (if you haven't yet) if you are affected by it.
@mr...@gmail.com: You probably should star this issue (if you haven't yet) if you are affected by it.
Description
- Description
Youtube search.list API returns nextPageToken even when there is only 1 result
- API request with parameters used (DO NOT include your credential)
GET
- Result (copy and paste a JSON response you received)
{
"kind": "youtube#searchListResponse",
"etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/hpgB0nwVnLVQQAUwvOVUN-mowVo\"",
"nextPageToken": "CDIQAA",
"regionCode": "JP",
"pageInfo": {
"totalResults": 57942,
"resultsPerPage": 50
},
"items": [
{
"kind": "youtube#searchResult",
"etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/7URwbaDov0s9jFTdZN0kQlmIhQE\"",
"id": {
"kind": "youtube#channel",
"channelId": "UCyoJtdZAQ-otQP52ePVKI_g"
},
"snippet": {
"publishedAt": "2017-05-14T01:00:20.000Z",
"channelId": "UCyoJtdZAQ-otQP52ePVKI_g",
"title": "Light in the Window Productions",
"description": "We here at Light in the Window Productions pride ourselves on being different in many aspects. One is that we have many different types of videos all on one ...",
"thumbnails": {
"default": {
"url": "
},
"medium": {
"url": "
},
"high": {
"url": "
}
},
"channelTitle": "Light in the Window Productions",
"liveBroadcastContent": "upcoming"
}
}
]
}
- Expected result
nextPageToken is null
and pageInfo.totalResults is 1
- Is it 100% reproducible? Yes
- Reproducible API explorer link