我正在尝试使用youtube api v3在youtube上上传文件。我每件事都做得很好,但我有一个问题。当我调试它时,vs说它找不到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;
我使用这个代码
您遗漏了链接到的代码中存在的几个模块;特别是:
using Google.Apis.Auth.OAuth2;
GoogleClientSecrets.cs 需要