【问题标题】:Google Drive file insertion error quotaExceededGoogle Drive 文件插入错误 quotaExceeded
【发布时间】:2013-04-08 00:39:15
【问题描述】:

有时当我尝试将文件插入文件夹时,我会收到此响应

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

什么是“quotaExceeded”?我在哪里可以得到 Google Drive API 的所有错误及其含义的列表?

【问题讨论】:

    标签: android google-drive-api


    【解决方案1】:

    错误列表以及如何处理它们的建议:https://developers.google.com/drive/handle-errors

    如果您已超出配额,您可以在此处请求更多:https://docs.google.com/spreadsheet/viewform?formkey=dG0wOFJPeVRxSUxuMHUzdlZpTkU4Z0E6MQ

    【讨论】:

    • 我看过这个链接,但它没有描述任何接近我所拥有的东西(usageLimits,quotaExceeded)
    • 关于配额的问题,是因为我的应用刚刚启动,请求量很少
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-04-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-13
    • 1970-01-01
    相关资源
    最近更新 更多