Re: [google-appengine] RequestTooLargeError

2013-07-29 Thread Denis Costa
On Sat, Jul 27, 2013 at 12:19 AM, Vinny P wrote: > Are you writing to the datastore in any way, or writing to any > datastore-backed services (for instance, user sessions are stored in the > datastore)? > You stated that you were reading blob files, but the error text you're > showing ("*datasto

Re: [google-appengine] RequestTooLargeError

2013-07-26 Thread Vinny P
On Fri, Jul 26, 2013 at 3:47 PM, Denis Costa wrote: > I'm trying to handle blob files in a task. > > Some files are too large and a exception is raised. RequestTooLargeError: > The request to API call datastore_v3.Put() was too large. > Are you writing to the datastore in any way, or writing to a

[google-appengine] RequestTooLargeError

2013-07-26 Thread Denis Costa
I'm trying to handle blob files in a task. Some files are too large and a exception is raised. RequestTooLargeError: The request to API call datastore_v3.Put() was too large. I have to read the files, and I'm doing something like "BlobReader(blob_key)". There is a way to work with large files i

Re: [google-appengine] RequestTooLargeError

2010-11-08 Thread Robert Kluin
Sorry, but re-read the bullet point about the size limit increases. Specifically the last sentence: "Note that API requests (e.g. memcache.set(), db.put()) are still limited to 1MB in size." http://code.google.com/appengine/docs/python/mail/overview.html#Quotas_and_Limits Robert On Mon,

[google-appengine] RequestTooLargeError

2010-11-08 Thread mattbeedle
I'm having trouble with request size limiting, but I don't understand why. Im this blog post (http://googleappengine.blogspot.com/2009/02/ skys-almost-limit-high-cpu-is-no-more.html) and it seems to say that the limits on requests and responses were increased to 10mb. My application receives emai