In my app I use the YouTube API. I got the "uploads" related playlist of a channel resource, and then list all videos.
This worked fine for some time, but now, this playlist is returning 'unlisted' videos like this:
"status": {
"privacyStatus": "unlisted"
}
Is there a way to filter these videos? I thought they were 'hidden', but they do show up...
Edit: It is even returning private videos:
"status": {
"privacyStatus": "private"
}