[请求组设置时出现HttpError 400

问题描述 投票:0回答:2

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

<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错误的请求。字段groupUniqueId填充了域中的现有组,我是域管理员。

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

google-api-python-client
2个回答
0
投票

更新:到目前为止,问题似乎已解决。


0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.