I zip things before putting them in data store, this lets you go larger than
1m in many cases, and up to 6m on many XML files.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Sam Edwards
Sent: Wednesday, April 06, 2011 6:48 PM
To: Google App Engine
Subject: [google-appengine] Re: URLFetch 1MB Request Limit

There is a new experimental feature:
http://code.google.com/appengine/docs/java/blobstore/overview.html#Writing_F
iles_to_the_Blobstore

or you can check the size, and if it's over 1 mb, you can split it into
multiple pieces?

On Apr 6, 7:33 am, Gwyn O'Howell <[email protected]> wrote:
> I am at the tail end of developing an App which takes documents from 
> google docs and exports them into another system via urlfetch calls. 
> Everything works fine, until the size of the doc exceeds 1MB, due to 
> the !MB Request Limit with URLFetch. What I am trying to do doesn't 
> seem like an unusual practice - taking documents from google docs into 
> another web based system, yet we are now restricted by this 1MB limit, 
> which is very low in comparison to the 32MB Response limit. This limit 
> doesn't seem to be negotiable with the quotas. Does anyone know why 
> this limit is so low? And if there is anything I can do to get around it?!
>
> Thanks.
> Gwyn

--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to