YouTube Api - 为新视频设置访问控制(等效API V2)

时间:2015-05-20 16:16:57

标签: .net vb.net youtube-api

我使用的是Youtube .Net Api V3。我没有找到禁止评论,评分的参数。我看到Youtube Api V2具有访问控制参数来执行此操作。 (https://developers.google.com/youtube/2.0/developers_guide_protocol_uploading_videos#Setting_Access_Controls

我也试图禁止嵌入选项,但它似乎没有效果。

Dim videoStatus As New VideoStatus
With videoStatus
  .Embeddable = False
  .PrivacyStatus = "private"
End With

1 个答案:

答案 0 :(得分:0)

我相信API v3中尚未提供此功能。请参阅此问题项:https://code.google.com/p/google-api-dotnet-client/issues/detail?id=473

此外,关于SO的类似问题: How to disable comments in YouTube API v3