Yes, the datastore has a 1MB limit on entities. You can use the blobstore for larger objects. http://code.google.com/appengine/docs/java/blobstore/
On Sun, Dec 12, 2010 at 8:01 PM, dadada <[email protected]> wrote: > hi all, > > is there a 1mb limitation for google app engine? > > I am want to upload photos which are all more than 1mb. what can be > the possible solution? the clients will be on browser and mobile. > > can i compress the data on browser? > > Thank you! > bryan > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
