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 に答える