Today I updated the mirror api client using nuget package manager using following link.
https://www.nuget.org/packages/Google.Apis.mirror.v1
After that I rebuilt my project. But it gives me a lot of problems.
I need to clarify what are the new methods for following method. Or are there any reference document that we can use.
Oauth2Service userService = new Oauth2Service(initializer);
String userId = userService.Userinfo.Get().Fetch().Id;
and can we use Excute() method instead of Fetch()?
and also when I run this it gives following error
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
what are the modifications we have to have to apply this upgrade.