gpt4 book ai didi

java - 在获取特定数据集的 BQ 表列表时获取 AppIdentityServiceFailureException getAccessToken

转载 作者:行者123 更新时间:2023-12-01 17:59:01 26 4
gpt4 key购买 nike

当我尝试获取特定数据集中存在的表列表时,出现此错误。我无法在网上找到任何解决方案。有什么想法吗?

问题是我上个月就可以使用这个方法了。代码和环境没有变化。我无法理解为什么它突然停止工作。

com.google.appengine.api.appidentity.AppIdentityServiceFailureException
at com.google.appengine.api.appidentity.AppIdentityServiceImpl.getAccessToken(AppIdentityServiceImpl.java:290)
at com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.intercept(AppIdentityCredential.java:100)
at com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential$AppEngineCredentialWrapper.intercept(AppIdentityCredential.java:245)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:897)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:499)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:432)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:549)```

最佳答案

如文档 AppIdentityService (Google App Engine API for Java) 中所述:

getAccessToken(java.lang.Iterable scopes) OAuth2 access token to act on behalf of the application.

这表明在身份验证中需要使用方法 getAccessToken(),因为它使用的是 OAuth2,需要进一步的身份验证。

在下面的文档中,详细介绍了如何在您的应用程序中使用该方法并确认 token 将在您的系统中发送和接收。

如果这些信息对您有帮助,请告诉我!

关于java - 在获取特定数据集的 BQ 表列表时获取 AppIdentityServiceFailureException getAccessToken,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60666392/

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