【发布时间】:2015-08-09 17:15:03
【问题描述】:
我是 Google oAuth 和 YouTube API 的新手。我正在尝试遵循https://developers.google.com/youtube/v3/code_samples/dotnet 的示例 - 特别是上传视频示例。我正在使用 VB.NET - Visual Studio 2013。我已经通过 nuget 添加了库。当我添加导入语句时,我得到了 Google.Apis.Auth.OAuth2、Google.Apis.YouTube.v3 和 Google.Apis.YouTube.v3.Data 的命名空间或类型。 Google.Apis.Services、Upload 和 Util.Store 工作正常。我怀疑我在某处缺少参考,但我找不到要查找或添加的内容。我的项目在 .Net 4.5.1 中。我参考了 Google.Apis、Google.Apis.Core 和 Google.Apis.PlatformServices。据我所知,我需要对 Google.Apis.Auth.OAuth2 的引用,但我找不到。
【问题讨论】:
标签: vb.net youtube youtube-api youtube-data-api