に返信を挿入し、私はエラーを取得:YouTubeのデータAPI V3:...</p> <p>を、私はそれがコメントスレッドかどうかの回答に応答することが可能ですかどうかを調べることができませんでしたコメント
{
"error": {
"errors": [
{
"domain": "youtube.comment",
"reason": "operationNotSupported",
"message": "Not all comments can be replied to. Check the comment threads canReply field.",
"locationType": "other",
"location": "body.snippet"
}
],
"code": 400,
"message": "Not all comments can be replied to. Check the comment threads canReply field."
}
}
私の要求は、このようなものだった:
POST https://www.googleapis.com/youtube/v3/comments?part=snippet&key= {} YOUR_API_KEYエルス
{
"snippet": {
"parentId": "ID of the comment to reply to",
"textOriginal": "Hello World!"
}
}
あなたは可能性があり、GEコメントのスレッドと+ PersonToReplyToで始まるコメントを送信してください...