小编Abd*_*Abd的帖子

Google Drive Rest Api 文件导出限制

我使用rest api“ https://www.googleapis.com/drive/v3/files/fileId/export ”“参考页面”来获取谷歌文档

当我尝试获取我遇到 json 错误的文件时,我的文档大小约为 5 MB:

{
  "error": {
    "errors": [
      {
        "domain": "global",
        "reason": "exportSizeLimitExceeded",
        "message": "This file is too large to be exported."
      }
    ],
    "code": 403,
    "message": "This file is too large to be exported."
  }
}
Run Code Online (Sandbox Code Playgroud)

有什么办法可以解决这个错误吗?

rest google-drive-api

8
推荐指数
1
解决办法
3460
查看次数

标签 统计

google-drive-api ×1

rest ×1