Increase media size limit
-
Hi! Our form lets people upload up to 10 files of up to 50 MB each, but sometimes we get the following error that prevents our notification emails (which have the files attached) from being sent. It looks like a limit is set to around just 36 MB total. How can we adjust that limit to let the email go through when people submit more/bigger files?
{
??“error”: {
????“code”: 413,
????“message”: “Media is too large. Limit: 36700160”,
????“errors”: [
??????{
????????“message”: “Media is too large. Limit: 36700160”,
????????“domain”: “global”,
????????“reason”: “failedPrecondition”
??????}
????],
????“status”: “FAILED_PRECONDITION”
??}
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Increase media size limit’ is closed to new replies.