我在执行以前工作的代码时遇到错误。获取组设置失败:
<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 来确认此错误吗?