我想上传一个视频到YouTube使用Google脚本。这是我的代码,包括我尝试过的内容和错误。( videoResource, sourceFile, ); // GoogleJsonResponseException: API call to youtube.videos.insert failedstatus ], sourceFile, ); // GoogleJsonResponseException: API call to youtube.vid
当您查看上传文件(原始文件)的原始文件名时,任何使用.Net YoutubeAPIv3C#上传的视频都会被认为是“未知”。access scope allows an application to upload files to the
// authenticated user's YouTube/v3/docs/videoCategories/list
网络服务器会说账户没有被链接(youtube- googel),而实际上它们是链接的,并且用c#编写的桌面应用程序会输出401错误。由于所有凭证都是正确的,我假设这家谷歌公司在没有进一步通知的情况下将他们的api从v2改为v3,这就是他们声明的方式。证据是,在控制台中没有v2,只有youtube data apiv3。关于php版本和桌面c#版本,如何从v2迁移到v3?