我想更改我的客户端代码以使用 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
我想更改我的客户端代码以使用 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
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
你能详细说明一下问题吗?
请提供更多详细信息、异常、运行时错误或您正在处理的任何问题,以便我们为您提供帮助!
这些是你要找的机器人吗?
http://www.nuget.org/packages/Google.Apis.Authentication/1.5.0-beta
转到 NuGet,运行搜索“Google APIs OAuth2 客户端库”,然后在加载 0 个结果后,单击“仅稳定”下拉菜单并选择“包含预发布”,它将重新运行搜索并您应该在列表顶部看到它。
我知道这应该是一个评论,但我似乎还不能这样做。