DriveAPIにてエラーが頻発しています。

77 views
Skip to first unread message

與倉和明

unread,
Jul 23, 2020, 2:38:02 AM7/23/20
to Google Apps API Japan
運用しているGCE上のアプリケーションで、7/23 AM5:00頃よりDriveAPIのエラー率が
100%近くになっています。
エラーメッセージは以下です。
==
警告: com.google.api.client.http.HttpResponseException: 403 Forbidden
{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "quotaExceeded",
    "message": "The download quota for this file has been exceeded",
    "locationType": "other",
    "location": "quota.download"
   }
  ],
  "code": 403,
  "message": "The download quota for this file has been exceeded"
 }
}
==
Quota割当量は余裕が十分あり、念のため、先ほど増やしてもらいましたが、現象は
変わりません。
調査したところ、DriveAPIの特定のメソッドでエラーが発生していました。
(Java)> driveService.files().get("XXXX").executeMediaAndDownloadTo(outputStream);
ファイルリスト取得や、メタ情報取得などのメソッドは問題なく動作しており、
且つ、GCE上でなく、ローカル実行では問題ありません。

皆様のところで、似たような現象は発生していないでしょうか?

よろしくお願いいたします。

Reply all
Reply to author
Forward
0 new messages