有人知道Google健身API至少针对端点返回了错误500:
https://www.googleapis.com/fitness/v1/users/me/dataset
吗?
我正在测试我的应用,自大约7个小时前开始一直收到错误500。还尝试使用相同的方法使用Google API Explorer(采取了必要的预览步骤进行授权):
https://developers.google.com/apis-explorer/?hl=en_US#p/fitness/v1/fitness.users.dataset.aggregate?userId=me&_h=2&resource=%257B%250A++%2522aggregateBy%2522%253A+%250A++%255B%250A++%255D%252C%250A++%2522endTimeMillis%2522%253A+%25221529467200000%2522%252C%250A++%2522startTimeMillis%2522%253A+%25221529899200000%2522%250A%257D&
这是回应:
cache-control: private, max-age=0
content-encoding: gzip
content-length: 122
content-type: application/json; charset=UTF-8
date: Thu, 28 Jun 2018 17:12:12 GMT
expires: Thu, 28 Jun 2018 17:12:12 GMT
server: GSE
vary: Origin, X-Origin
{
"error": {
"errors": [
{
"domain": "global",
"reason": "backendError",
"message": "Backend Error"
}
],
"code": 500,
"message": "Backend Error"
}
}
导航到Google API资源管理器页面中的Google支持时,我登陆了这里。所以,我希望有人能看到这个:)