You need to upgrade to  SDK 1.1.9 to take advantage of the new
limits.

Version 1.1.9 - February 2, 2009

    * HTTP Request and Response limit raised to 10MB from 1MB. Note
that API call limits remain at 1MB.
          o http://code.google.com/p/googleappengine/issues/detail?id=78
    * urllib and urllib2 now available, implemented using urlfetch.
Also adds additional stubs which may enable other modules.
          o http://code.google.com/p/googleappengine/issues/detail?id=61
          o http://code.google.com/p/googleappengine/issues/detail?id=68
          o http://code.google.com/p/googleappengine/issues/detail?id=572
          o http://code.google.com/p/googleappengine/issues/detail?id=821
    * Early release of a new data bulk upload tool, bulkloader.py
          o 
http://code.google.com/appengine/docs/python/tools/uploadingdata.html
    * New remote_api for datastore at google.appengine.ext.remote_api
    * Single property descending indexes are automatically generated.
    * Added db.Query support for IN and != operators.
          o http://code.google.com/p/googleappengine/issues/detail?id=751
    * Fixed issue where gql date/time parsing could not handle Unicode
strings.
    * Fixed issue with db model instance key() returning the wrong key
for unsaved instances with parent as key
          o http://code.google.com/p/googleappengine/issues/detail?id=883
    * New run_in_transaction_custom_retries method for datastore.
    * Fixed issue with relative dev_appserver datastore and history
paths.
          o http://code.google.com/p/googleappengine/issues/detail?id=845
    * Static files and skipped files are not readable in
dev_appserver, to match the behavior on App Engine.
          o http://code.google.com/p/googleappengine/issues/detail?id=550
    * Images API allows multiple transforms of the same type in one
request. A limit of 10 total transforms per request has been added.
    * PIL import will work with both PIL.Image and Image.
          o http://code.google.com/p/googleappengine/issues/detail?id=929
    * Fixed an issue with sending email in dev_appserver when the
application code changed.
          o http://code.google.com/p/googleappengine/issues/detail?id=182
    * Memcache counters (incr/decr) do nothing on non positive
integers to match the behavior on App Engine.
          o http://code.google.com/p/googleappengine/issues/detail?id=918

On Feb 13, 9:00 am, Marzia Niccolai <ma...@google.com> wrote:
> Hi,
>
> The new limits are now live, but keep in mind the API request size
> restrictions are still in place.  This means URLFetch requests/responses are
> still currently limited to 1MB, as well as datastore entity size, etc.
>
> -Marzia
>
> On Fri, Feb 13, 2009 at 6:10 AM, Carter Rabasa <carter.rab...@gmail.com>wrote:
>
>
>
> > I am currently getting a urlfetch.ResponseTooLargeError on an attempt
> > to retrieve a 1.5MB file.  I figure it will take time to roll-out the
> > changes to all instances, any idea when the push will be complete?
>
> > Thanks,
> > Carter Rabasa
> >http://www.socialdm.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to