今天我使用以下链接使用 nuget 包管理器更新了镜像 api 客户端。
https://www.nuget.org/packages/Google.Apis.mirror.v1
之后我重建了我的项目。但它给我带来了很多问题。
我需要澄清以下方法的新方法是什么。或者有没有我们可以使用的参考文件。
Oauth2Service userService = new Oauth2Service(initializer);
String userId = userService.Userinfo.Get().Fetch().Id;
我们可以使用 Excute() 方法而不是 Fetch() 吗?
而且当我运行它时,它会给出以下错误
Method 'get_BasePath' in type 'Google.Apis.Oauth2.v2.Oauth2Service' from assembly 'Google.Apis.Oauth2.v2, Version=1.3.0.15233, Culture=neutral, PublicKeyToken=null' does not have an implementation
我们必须进行哪些修改才能应用此升级。