gmail API Error 413 on 11mb file
-
Existing postman installation has been working well, but now receiving errors when sending via gmail api. File is ~11mb, but as I understand it, the google api allows up to 35mb. Google is throwing an error 413 (full error from postman log below).
In researching I found this documentation in the gmail api in case it is helpful:
https://developers.google.com/gmail/api/v1/reference/users/messages/insertIt seems to suggest to my untrained eye, that adding /upload/ is required for media greater than 5mb. ???
Please advise, and thanks for a great plugin!
–Ken
Error calling POST https://www.googleapis.com/gmail/v1/users/me/messages/send: (413) <HTML> <HEAD> <TITLE>Request Entity Too Large</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1>Request Entity Too Large</H1> <H2>Error 413</H2> </BODY> </HTML>
- The topic ‘gmail API Error 413 on 11mb file’ is closed to new replies.