admin管理员组

文章数量:1124009

Playlists are actually existed on a channel. I can see them on youtube but when I try to get all playlists on a channel with API, I get an empty result.

Request:

curl -X GET ";channelId=[channel ID]&key=[key]&maxResults=50" --header 'Accept: application/json'

Reply:

{
  "kind": "youtube#playlistListResponse",
  "etag": "PqCO86vmlUDWFiOBSqOsOZRp5jE",
  "pageInfo": {
    "totalResults": 0,
    "resultsPerPage": 50
  },
  "items": []
}

本文标签: