I'm trying receiving playlistId using videoId and channelId with youtube data API. The problem is that videoId and channelId are the only values sent via Google PubSubHubbub Hub regarding video updates and I need to store only information related to predefined playlistIds.
playlistId is missing in video list API response, as well as I was not able to find a way to retrieve playlistId using search API.
Is there any option to retrieve playlistId using videoId and channelId?
Help! Thanks!