谷歌云端硬盘文件插入错误超出限额

谷歌云端硬盘文件插入错误超出限额

问题描述:

有时,当我尝试插入一个文件到文件夹中,我得到这个响应谷歌云端硬盘文件插入错误超出限额

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

什么是“超出限额”?我在哪里可以获得Google Drive API的所有错误及其含义的列表?

就如何处理他们提出建议错误列表:https://developers.google.com/drive/handle-errors

如果您已超过配额,你可以要求更多在这里:https://docs.google.com/spreadsheet/viewform?formkey=dG0wOFJPeVRxSUxuMHUzdlZpTkU4Z0E6MQ

+0

我已经看到了这个链接,但它并没有描述任何接近到我所拥有的(usageLimits,quotaExceeded) – 2013-04-07 20:10:58

+1

配额有什么问题,这是因为我的应用程序刚刚启动,并且我的请求数量非常少 – 2013-04-07 20:11:59