【发布时间】:2017-09-11 11:27:51
【问题描述】:
我正在尝试使用
获取我自己的频道订阅者列表https://www.googleapis.com/youtube/v3/subscriptions?part=subscriberSnippet&mySubscribers=true&key={APPKEY}&channelId={channel ID}
但它给了我错误
{
"error": {
"errors": [
{
"domain": "youtube.parameter",
"reason": "incompatibleParameters",
"message": "Incompatible parameters specified in the request: channelId, mySubscribers",
"locationType": "parameter",
"location": ""
}
],
"code": 400,
"message": "Incompatible parameters specified in the request: channelId, mySubscribers"
}
}
【问题讨论】:
-
错误信息说明了你确定你使用的是正确的值吗?
-
@Mr.Phoenix 这个参数我从developers.google.com/youtube/v3/docs/channels/list检查过
-
那里还说
channelId和mySubscribers都是“过滤器(指定以下参数中的一个)” -
请提出任何其他方式,我怎样才能获得我的频道 ID 的订阅者列表
-
stackoverflow.com/questions/28189354/… --- 你必须使用 v2