I have been using the YouTube search, channel, playlist api to collect video info. But recently, some problem has occurred.
For example, I want to collect all videos and playlists in 'MassageASMR' channel.
https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=UCgOfiuubHnhVrc9IEcSk1Nw&maxResults=50&key={YOUR_API_KEY}
but some videos info was not returned.
https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=UCgOfiuubHnhVrc9IEcSk1Nw&q=ASMR+Crinkle+Heaven+5&key={YOUR_API_KEY}
This video(title is 'ASMR Crinkle Heaven 5') is definitely belong in this channel. And this video info can be viewed using '/search' api with 'q' param. But when searching all videos using '/search' api without 'q' param, I can't find this video info with in all pages.
I guess, many videos can not be retrieved. I received a feedback message that some videos in my app are not visible.
Is there a problem with the API or do I change the param value?