There is a new experimental feature: http://code.google.com/appengine/docs/java/blobstore/overview.html#Writing_Files_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.
