Some of the channels giving zero videos result even though there are existing videos on those channels. But on some channels it's working fine.
Here is the channel example which is not returning result.
channel id: UCsmyfPVdui2ZjOQSdM6CHWA
My question is, is youtube API v3 not returning result from inactive channels? Or what is the reason(s) behind this? Thank you so much in advance.
Tried to read youtube API docs. but can't find relating to this issue.
Here is the curl I'm using: https://www.googleapis.com/youtube/v3/search?key=&channelId=UCsmyfPVdui2ZjOQSdM6CHWA&part=snippet,id&order=date&maxResults=50&pageToken=CDIQAA
NOTE: This is working fine on some channels and not working on some channels too.