-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.4.2, 3.9
-
None
-
MOODLE_34_STABLE, MOODLE_39_STABLE
When using googledrive as a repository for uploading assignments, if the assignment is too big (>5MG), an rtf file is generated with the following message:
Google Drive. The converted attached .rtf contains only error text:
"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."
}
Need to include a warning about the file size and if possible a way to increase the file size, and or another way to get the file if the json string returned has this error message.
- has been marked as being related by
-
MDL-69620 The Google Drive plugin / mod does not work well with large files
-
- Open
-