'With the video ID of YouTube, can you bring the name of the playlist to which this video belongs?
I am using the api below to collect the video ID of a channel.
https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&key={}&playlistId={uploads}
In order to collect the videos uploaded by the channel manager, all the videos are fetched from the channel's "uploads" playlist.
I am looking for a way to find out which playlist the videoID belongs to. Is it possible to check which playlist a video belongs to by using only videoID in Java Spring?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
