On Fri, Jul 26, 2013 at 3:47 PM, Denis Costa <deniscosta...@gmail.com>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 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 ("*datastore_v3.Put() was too large*") only comes from the
datastore.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to