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"
}
Since you are the owner of that channel it returns all the videos available. IF you were trying to see someone else's uploads, it would show only public ones.
Look at my open source project: Android Direct Lite to see, how I show only public ones.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With