我試圖讓使用讓YouTube用戶列出它給了我400錯誤
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"
}
}
錯誤信息說明本身你確定你使用了正確的價值? – Gntem
@ Mr.Phoenix這個參數我從https://developers.google.com/youtube/v3/docs/channels/list檢查 –
它還說右那裏'channelId'和'mySubscribers'都是「過濾器(指定**只有一個**以下參數)」 –