GoogleClientSecrets.cs找不到youtube api v3

时间:2014-10-16 12:55:52

标签: c# youtube-api

我正在尝试使用youtube api v3在youtube上传文件。我做得很好,但我有一个问题。当我调试它时说它找不到GoogleClientSecrets.cs然后找不到NewtonsoftJsonSerializer.cs。怎么了?我已经使用nuget console更新了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

这样做

1 个答案:

答案 0 :(得分:0)

您遗漏了与您关联的代码中存在的几个模块;具体是:

using Google.Apis.Auth.OAuth2;
GoogleClientSecrets.cs需要