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?