Sorry, you need to enable JavaScript to visit this website.

You are here

MMS – Max Files, Max File Size, Gateway Timeout, etc

2 posts / 0 new
Last post

Jamie's picture
by Jamie

MMS – Max Files, Max File Size, Gateway Timeout, etc

Hi,

A couple of MMS (i.e. POST "/messages/mms") questions requiring clarification please…

• Is there a maximum number of file attachments per MMS (i.e. "MMSContent" array)?
• Is there a maximum individual file size per MMS (i.e. each "MMSContent" array item)?
• Is there a maximum total file size per MMS (i.e. all "MMSContent" array items)?
• Is there a script timeout on the POST "/messages/mms" endpoint?

For context, I'm currently unable to send large-ish GIFs (e.g. 2.3MB) via the MMS Messaging API.

When I try to do so, I'm hit with 504 responses, for example…

----------------------------------------

HTTP/1.0 504 Gateway Timeout
Cache-Control: no-cache, private
Connection: keep-alive
Content-Length: 222
Content-Type: application/json
Date: Tue, 31 Oct 2017 02:53:15 GMT
Server: Apigee Router

{
"status":"504",
"code":"TECH-ERR",
"message":"Technical error : Gateway Timeout : An error has occurred while processing your request, please refer to API Docs for summary on the issue"
}

----------------------------------------

As a paying customer, I'd appreciate your help sorting this out as soon as possible.

Kindly,

Jamie/James.

anonymous's picture
by anonymous

Hi James, 
Hi James,  Max size for media is 2 meg, something im adding into the docs and also as part of sample code im working on (also SDKs are on way).  
Log in or register to post comments