Re: [appengine-java] Beating the 1MB datastore restriction

2010-09-08 Thread Ikai L (Google)
Have you taken a look at this? http://code.google.com/appengine/docs/java/blobstore/overview.html On Wed, Sep 8, 2010 at 8:02 AM, Rafael Barrera Oro wrote: > Hello there! > > I am trying to implement a basic file sharing service and, as you may > already know, the datastore imposes a 1MB limit f

[appengine-java] Beating the 1MB datastore restriction

2010-09-08 Thread Rafael Barrera Oro
Hello there! I am trying to implement a basic file sharing service and, as you may already know, the datastore imposes a 1MB limit for the size of any blob, i thought that i could bypass this obstacle by spliting the file into several blobs but found out that the mentioned limit applies for the wh