gpt4 book ai didi

c# - Google 登录错误在 Windows 10 UAP 应用程序上

转载 作者:行者123 更新时间:2023-11-30 21:53:16 25 4
gpt4 key购买 nike

我在 Windows 10 上遇到了这个奇怪的问题,我使用的代码与我的 Windows 8.1 应用程序相同,但我无法通过 Google 登录进行身份验证。

我做错了什么?

public async Task<string> LogIntoGoogle()
{
try
{
credential = await GoogleWebAuthorizationBroker.AuthorizeAsync(
new Uri("ms-appx:///Assets/client_secrets.json"),
new[] { "https://www.googleapis.com/auth/plus.profile.emails.read" },
"user",
CancellationToken.None);

return credential.Token.AccessToken;

}
catch (Exception exe)
{

var data = exe;
}
return "";
}

编辑:看起来我只有 2 个谷歌引用:

enter image description here

Edit2:是的,我缺少 Google.Api.Core 引用。

最佳答案

您确定您拥有所有正确的引用资料吗?用于谷歌登录?你应该有 3 个。

更新:看起来您缺少 Google.Api.Core 引用

关于c# - Google 登录错误在 Windows 10 UAP 应用程序上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34026416/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com