为什么使用Google Cloud Datastore API资源管理器会出现503服务不可用错误? [英] Why do I get 503 Service Unavailable errors using the Google Cloud Datastore API explorer?

查看:150
本文介绍了为什么使用Google Cloud Datastore API资源管理器会出现503服务不可用错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Google Cloud Console中的API资源管理器提交了以下请求:

I submitted the following request using the API explorer in the Google Cloud Console:

{
"query": {
"kinds": [
{
"name": "Car"
}
],
"filter": {
"propertyFilter": {
"property": {
"name": "car_name"
},
"operator": "equal",
"value": {
"stringValue": "Honda"
}
}
}
}
}

我得到以下答复:

{
"error": {
"errors": [
{
"domain": "global",
"reason": "backendError",
"message": "Backend Error"
}
],
"code": 503,
"message": "Backend Error"
}
}

我也已通过OAuth进行了身份验证.为什么这行不通?

I've authenticated with OAuth as well. Why won't this work?

推荐答案

有时我自己会看到这些错误. AFAIK,这基本上是说:您所做的一切都正确,但是Google在处理您的请求时遇到了一些麻烦."

I see these errors myself sometimes. AFAIK, this basically says "You did everything right, but Google is having some trouble handling your request."

如果您经常看到这种情况,则应检查status.cloud.google.com以查看是否存在任何已知问题.

If you see this happening a lot, you should check status.cloud.google.com to see if there are any known issues.

简而言之:关于503后端错误,您无能为力. :(

In short: there's not much you can do about a 503 Backend Error. :(

这篇关于为什么使用Google Cloud Datastore API资源管理器会出现503服务不可用错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆