Hello,

Does anyone know how to overcome the urlfetch 
RequestPayloadTooLargeException[1] for handling large files in the request? 
Have tried[2], but still same issue


*[1]*
*com.google.appengine.api.urlfetch.RequestPayloadTooLargeException: The 
request to http://xxx.xx.xxx.xx exceeded the 10 MiB limit. at 
com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:157)
 
at 
com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:45)
 
at 
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.fetchResponse(URLFetchServiceStreamHandler.java:571)
 
at 
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.getInputStream(URLFetchServiceStreamHandler.java:450)
 
at 
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.getResponseCode(URLFetchServiceStreamHandler.java:303)*



*[2]*
*connection.setChunkedStreamingMode(1024);*

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6f2513e5-9b64-4d38-aa4f-5f9615544b4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Hossein Amerkashi

Reply via email to