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?