作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试获取特定数据集中存在的表列表时,出现此错误。我无法在网上找到任何解决方案。有什么想法吗?
问题是我上个月就可以使用这个方法了。代码和环境没有变化。我无法理解为什么它突然停止工作。
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/
当我尝试获取特定数据集中存在的表列表时,出现此错误。我无法在网上找到任何解决方案。有什么想法吗? 问题是我上个月就可以使用这个方法了。代码和环境没有变化。我无法理解为什么它突然停止工作。 com.go
我是一名优秀的程序员,十分优秀!