gpt4 book ai didi

c# - 身份验证 gmail api C# windows phone 8.1

转载 作者:太空宇宙 更新时间:2023-11-03 13:09:44 24 4
gpt4 key购买 nike

我在使用 c# 的 gmail api 验证我的应用程序时遇到问题。如果有人可以提供帮助,我将不胜感激! myCredintial 和 myServer 是定义服务器类的私有(private)类,每次我在调用 AuthorizeBroker 时收到“System.IO.FileNotFoundException 错误”

if (myServer != null)
return;

Uri secrets = new Uri("ms-appx:///Assets/client_secrets.json");

myCredential = await GoogleWebAuthorizationBroker.AuthorizeAsync(new Uri("ms-appx:///Assets/client_secrets.json", UriKind.RelativeOrAbsolute),
new[] { GmailService.Scope.GmailReadonly },
"user",
CancellationToken.None);
String s = myCredential.UserId;
myServer = new GmailService(new BaseClientService.Initializer()
{
HttpClientInitializer = myCredential,
ApplicationName = "test",
});

最佳答案

默认情况下,解决方案中复制的文件的“Build Action”属性为空,通过将“Build Action”属性更改为Content 解决了该问题。

关于c# - 身份验证 gmail api C# windows phone 8.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29481745/

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