I'm using the YouTube API 3 for a client and am not getting all current videos.
The API Explorer has 4 results: https://www.googleapis.com/youtube/v3/search?part=id%2C+snippet&channelId=UCwB4tpXCMWi-bw5HpMlY6Bg&maxResults=50&key={YOUR_API_KEY}
And here is the client YouTube page: http://www.youtube.com/user/goldensteinart/videos which has 7 videos. They must all be public or they wouldn't appear on the page, right?
What am I missing?