Youtube Data API V3: Insert a reply to a comment
问题 I couldn't find out whether it's possible to respond to replies of a Comment Thread or not... I get an Error: { "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." } } My request was like this: POST https:/