我正在尝试使用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
这样做答案 0 :(得分:0)
您遗漏了与您关联的代码中存在的几个模块;具体是:
using Google.Apis.Auth.OAuth2;
GoogleClientSecrets.cs需要