Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
{
"error": {
"code": 403,
"message": "This file is too large to be exported.",
"errors": [
{
"domain": "global",
"message": "This file is too large to be exported.",
"reason": "exportSizeLimitExceeded"
}
]
}
}
The request is:
GET /drive/v3/files/<id>/export?alt=media&mimeType=text/csv HTTP/1.1
I don't see any documentation regarding file limits, and there seems to be no workaround documented. Searches on Google for the "exportSizeLimitExceeded" reason give scant results, and no suggested solutions.