今日、次のリンクを使用して、nuget パッケージ マネージャーを使用してミラー API クライアントを更新しました。
https://www.nuget.org/packages/Google.Apis.mirror.v1
その後、プロジェクトを再構築しました。しかし、それは私に多くの問題をもたらします。
次のメソッドの新しいメソッドを明確にする必要があります。または、使用できる参照ドキュメントはありますか。
Oauth2Service userService = new Oauth2Service(initializer);
String userId = userService.Userinfo.Get().Fetch().Id;
Fetch() の代わりに Excute() メソッドを使用できますか?
また、これを実行すると、次のエラーが発生します
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
このアップグレードを適用するために必要な変更は何ですか。