I totally agree. The 1MB size limit for database entities could remain for all I care. Just give me the chance to resize my users' 5MB images to ~300k versions. Besides, the 10MB request size limit seems out of place when seen beside the image api size limit.
On Nov 16, 9:32 pm, Bjoern <[email protected]> wrote: > The latter - it throws an error if the image you try to manipulate is > bigger than 1MB in memory. > > On Nov 16, 8:03 pm, Eli Jones <[email protected]> wrote: > > > I haven't used the Image api.. but.. do you mean the limit of 1MB for > > storing entities in the Datastore? Or, does it just throw errors if you try > > to manipulate an image in memory that is over 1MB? > > > If you're just trying to get a 1MB image into the datastore, you could break > > it up into 1mb chunks before sticking it in the datastore. -- 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=.
