Google Drive file insertion error quotaExceeded

2019-05-19 02:15发布

Sometimes when I try to insert a file into a folder, I get this response

{
"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"
}

What is "quotaExceeded"? Where can I get a list of all errors and their meanings of Google Drive API?

1条回答
劳资没心,怎么记你
2楼-- · 2019-05-19 03:18

List of errors with advice on how to handle them: https://developers.google.com/drive/handle-errors

If you have exceeded your quota you can request more here: https://docs.google.com/spreadsheet/viewform?formkey=dG0wOFJPeVRxSUxuMHUzdlZpTkU4Z0E6MQ

查看更多
登录 后发表回答