我无法从https://developers.google.com/drive/quickstart-cs编译源代码
1>d:\work\CSharp\ConsoleApplication1\Program.cs(22,27,22,49): 错误 CS1502: 'Google.Apis.Drive.v2.DriveService.DriveService(Google.Apis. Services.BaseClientService.Initializer)' 有一些无效参数
1>d:\work\CSharp\ConsoleApplication1\Program.cs(22,44,22,48):错误 CS1503:参数 1:无法从 'Google.Apis.Authentication.OAuth2.OAuth2Authenticator' 转换为 'Google.Apis. Services.BaseClientService.Initializer'
这两个错误用var service = new DriveService(auth);
字符串引用。有任何想法吗?