在GAE,BigQuery和服务帐户上使用Google Api客户端时找不到404错误

时间:2013-01-28 18:49:47

标签: google-app-engine http-status-code-404 google-bigquery

本周末,我们的GAE应用程序遇到了通过GAE和服务帐户上的Google客户端API库访问BigQuery API的问题。我们无法弄清楚或解释这是怎么发生的,它只发生在 2013年1月26日1:58:21 GMT-8 2013年1月26日之间约20分钟2 :20:58 PM GMT-8

因为它的私有代码我只能包含一些涉及api库的片段:

Exception: 404�: Not Found�: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404�: Not Found�:
    at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:143)�:   
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:114)�:   
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)�:    
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:417)�:    
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:328)�:    
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:449)�:    
at ...

我们正在使用google-api-services-bigquery库的v2-rev48-1.12.0-beta。 我进入了Web客户端控制台,我收到了一条未找到的消息,但没有说明它的含义。如果我收到消息,我可以包含项目ID。

如果谷歌正在处理类似于GAE系统状态的服务的状态视图,我也不确定在哪里提交票证。

0 个答案:

没有答案