Can't create replies to some existing youtube comments
问题 I have a software, which allows you to create a reply to a comment on your youtube video. Therefore I use the youtube API v3 comments.insert method. POST https://www.googleapis.com/youtube/v3/comments?part=id%2Csnippet&access_token=[access_token] { "snippet": { "parentId": "parentId", "textOriginal": "test message" } } Most of the time the requests are successful. But for some comments I can't create replies this way. The API always returns: { "error": { "errors": [ { "domain": "youtube