【发布时间】:2015-01-28 23:07:39
【问题描述】:
我有一个 Android 应用,它使用服务帐户复制电子表格、编辑电子表格并将一些照片上传到第三方 Google 云端硬盘帐户。
应用程序运行正常。但在 1 月 22 日的最后一天,应用程序开始出现故障。
现在它会复制电子表格并进行编辑,但不再上传照片。 我收到了这个错误。
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{re
"code" : 403,
"errors" : [ {
"domain" : "usageLimits",
"message" : "The user has exceeded their Drive storage quota",
"reason" : "quotaExceeded"
} ],
"message" : "The user has exceeded their Drive storage quota"
}
我检查了 API 配额和云端硬盘存储配额,它们都远低于限制。
我没有更改代码,也没有更改任何相关帐户的安全设置。
我找不到任何关于此的已知问题。
还有其他人遇到过类似的情况吗?
【问题讨论】:
-
我最近也看到了这个。
标签: google-drive-api http-status-code-403 quota