2

我想更改我的客户端代码以使用 Prediction 1.6,但它使用新的 Google APIs 1.5.X,我无法创建所需的身份验证器。

使用 Google.Apis.Oauth2.v2 为 Google.Apis.Services.BaseClientService.Initializer 创建身份验证器的示例?

我能够使用以前的 Google.Apis.Authentication.OAuth2 创建此身份验证器,但它不再适用于 APIs 1.5.X

4

3 回答 3

0

Ok, based on that example i founded that it uses a nuget package named "Google APIs OAuth2 Client Library" but i downloaded a nugget package named "Google.Apis.Oauth2.v2 Client Library". Similar names but not the same. I was not able to find the correct one on nugget page. If you perform a search on that package it wont show up. I had to use Visual Studio Nugget searcher and activate "show prerealese packages" to install it

于 2013-09-22T23:26:20.590 回答
0

你能详细说明一下问题吗?

  1. 为什么不能创建所需的身份验证器?确切的问题是什么?
  2. 在我们的示例存储库中,您有许多关于如何使用 OAuth2 流的代码示例。看看这个示例 - https://code.google.com/p/google-api-dotnet-client/source/browse/?repo=samples#hg%2FTasks.SimpleOAuth2。如果您可以运行此示例,您可以使用它的部分代码,并将其复制到您需要的解决方案中。

请提供更多详细信息、异常、运行时错误或您正在处理的任何问题,以便我们为您提供帮助!

于 2013-09-22T22:42:43.297 回答
0

这些是你要找的机器人吗?

http://www.nuget.org/packages/Google.Apis.Authentication/1.5.0-beta

转到 NuGet,运行搜索“Google APIs OAuth2 客户端库”,然后在加载 0 个结果后,单击“仅稳定”下拉菜单并选择“包含预发布”,它将重新运行搜索并您应该在列表顶部看到它。

我知道这应该是一个评论,但我似乎还不能这样做。

于 2013-10-11T16:27:41.530 回答