Я пытаюсь найти способ получить все сообщения из потока, и я так близко, но затем я получаю ошибку.По какой-то причине используемый мной идентификатор видео недействителен, хотя он является действительным .Может быть, я получаю неправильный идентификатор?Вот XMLHttpRequest:
https://www.googleapis.com/youtube/v3/liveChat/messages?liveChatId=hHW1oY26kxQ&part=snippet&key={API-KEY}&maxResults=2000
Вот ответ:
{
"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 \u003ccode\u003eliveChatId\u003c/code\u003e 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 \u003ccode\u003eliveChatId\u003c/code\u003e parameter to ensure that it is correct."
}
}