【问题标题】:GoogleClientSecrets.cs not found youtube api v3GoogleClientSecrets.cs 未找到 youtube api v3
【发布时间】:2014-10-16 12:55:52
【问题描述】:

我正在尝试使用 youtube api v3 在 youtube 上上传文件。我做的一切都很好,但我有一个问题。当我调试它时说它找不到 GoogleClientSecrets.cs 然后 NewtonsoftJsonSerializer.cs 找不到。怎么了?我已经使用 nuget 控制台更新了Install-Package Google.Apis.YouTube.v3

我已经使用了

using Google.Apis.Services;
using Google.Apis.Upload;
using Google.Apis.YouTube.v3;
using Google.Apis.YouTube.v3.Data;

我正在使用 this code 这样做

【问题讨论】:

    标签: c# youtube-api


    【解决方案1】:

    您遗漏了您链接到的代码中存在的几个模块;具体来说:

    using Google.Apis.Auth.OAuth2;
    

    GoogleClientSecrets.cs 需要

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-06-22
      • 1970-01-01
      • 1970-01-01
      • 2020-07-24
      • 2015-12-06
      • 2016-11-05
      • 2014-05-11
      相关资源
      最近更新 更多