YouTube Data API - How to get “Saved playlists” via API
问题 I'm trying to get all of my playlists through YouTube Data API including the public playlist that I have created and playlists that I liked from YouTube. The playlists that I have liked from YouTube are in separate section which call "Saved playlists". I'm using https://www.googleapis.com/youtube/v3/playlists?part=snippet&channelId={ChannelID}&maxResults=50&key={YOUR_API_KEY} But I'm getting only the playlist that I have created. How can I get the "Saved playlists"? 回答1: I cannot add a