C# Youtube api v3添加评论

C# Youtube api v3添加评论,c#,youtube-api,C#,Youtube Api,我需要添加类似的评论 var g = GetTopComments(service, videoid)[0]; g.Snippet.TopLevelComment.Snippet.ViewerRating = "like"; var re = service.CommentThreads.Update(g, "snippet").Execute(); 我认为这目前不受支持,因为Youtube API中没有提到这一点。你可以,但不能评论。这一问题已在本报告中提出,但未

我需要添加类似的评论

  var g = GetTopComments(service, videoid)[0];
      g.Snippet.TopLevelComment.Snippet.ViewerRating = "like";
      var re = service.CommentThreads.Update(g, "snippet").Execute();

我认为这目前不受支持,因为Youtube API中没有提到这一点。你可以,但不能评论。这一问题已在本报告中提出,但未得到答复。 尝试提交功能请求