On Fri, Feb 13, 2009 at 6:11 PM, Will <[email protected]> wrote:
> Is the limit on datastore entry to be lifted soon, or will be around for a > while? Is it possible now for a user to upload a 10MB file and save into 10 > datastore entries? > It is possible for the user to upload a 10MB file, and for the app to save it into 10 datastore entities. The upload and the datastore save need to complete within the 30 second request time limit, though. I have nothing to report yet on plans to raise the API call limit. -- Dan On Sat, Feb 14, 2009 at 12:47 AM, Marzia Niccolai <[email protected]> wrote: > >> Hi, >> >> You can upload and serve static files up to 10MB, so if you are using >> static files you should not have an issue. However, the limit on datastore >> entity size is still 1MB, so you couldn't store a 10MB file in the datastore >> after a user upload, for instance. >> >> -Marzia >> >> >> On Fri, Feb 13, 2009 at 8:17 AM, Neves <[email protected]> wrote: >> >>> >>> That´s right. Any body knows if I´m right? >>> >>> On 13 fev, 12:35, "Michael O'Brien" <[email protected]> wrote: >>> > I would imagine the 10MB is for static files that are served directly >>> > by your app... >>> > >>> > Michael >>> > >>> > On Feb 13, 1:55 pm, Neves <[email protected]> wrote: >>> > >>> > >>> > >>> > > The new HTTP request/response limit is 10MB, but the datastorage >>> limit >>> > > still 1MB. So, if I upload a 10MB file, I need to split it em 10MB >>> > > parts to storage it? >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
