【发布时间】:2018-07-31 16:47:12
【问题描述】:
我尝试从 YouTube 的 LiveChat 中列出消息。请求:
GET https://www.googleapis.com/youtube/v3/liveChat/messages?liveChatId=Qfad59EnhUA&part=snippet&key={YOUR_API_KEY}
回复:
404 Not Found
{
"error": {
"errors": [
{
"domain": "youtube.liveChat",
"reason": "liveChatNotFound",
"message": "The live chat that you are trying to retrieve cannot be found. Check the value of the requests <code>liveChatId</code> parameter to ensure that it is correct."
}
],
"code": 404,
"message": "The live chat that you are trying to retrieve cannot be found. Check the value of the requests <code>liveChatId</code> parameter to ensure that it is correct."
}
}
页面https://www.youtube.com/live_chat?is_popout=1&v=Qfad59EnhUA 和 https://www.youtube.com/watch?v=Qfad59EnhUA 存在。
怎么了?
【问题讨论】:
标签: youtube-data-api google-apis-explorer