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?
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