请求组设置时的HttpError 400

时间:2013-10-09 09:30:53

标签: google-api-python-client

执行正常工作的代码时出错了。获取组设置失败了:

<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 explorer也会失败,并显示不同的错误消息:400 Bad Request 字段groupUniqueId填充了域中的现有组,我是域管理员。

您可以尝试API Explorer来确认此错误吗? T.I.A。

2 个答案:

答案 0 :(得分:0)

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

答案 1 :(得分:0)

更新:截至目前,问题似乎已得到解决。