0

我在执行以前工作的代码时遇到错误。获取组设置失败:

<HttpError 400 when requesting https://www.googleapis.com/groups/v1/groups/<group email>?alt=json returned "A system error has occurred"> () {'status': '400', 'alternate-protocol': '443:quic', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'expires': 'Wed, 09 Oct 2013 08:36:59 GMT', 'server': 'GSE', 'cache-control': 'private, max-age=0', 'date': 'Wed, 09 Oct 2013 08:36:59 GMT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'application/json; charset=UTF-8'

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "A system error has occurred"
   }
  ],
  "code": 400,
  "message": "A system error has occurred"
 }
}


此外,API 资源管理器也失败了,显示不同的错误消息:400 Bad Request。
字段 groupUniqueId 填充了域中的现有组,我是域管理员。

您可以尝试使用 API Explorer 来确认此错误吗?

4

2 回答 2

0

我可以确认 GET 存在问题,我尝试了工作代码和 API 资源管理器以及多个域。

于 2013-10-09T13:18:57.620 回答
0

更新:就在不久前,问题似乎已经解决。

于 2013-10-09T16:47:20.810 回答