Hi, On Wed, Dec 16, 2009 at 4:19 PM, rsft rsft <[email protected]> wrote:
> Is this feature also available on the Java Google App Engine? Yes, using the Python bulkloader. See here for details: http://blog.notdot.net/2009/9/Advanced-Bulk-Loading-Part-5-Bulk-Loading-for-Java -Nick > > > On Wed, Dec 16, 2009 at 7:51 PM, Nick Johnson (Google) < > [email protected]> wrote: > >> Hi, >> >> On Tue, Dec 15, 2009 at 9:21 PM, yadoo <[email protected]> wrote: >> >>> Excellent job Google... Hopefully, google provides us Backup/Restore >>> tools in the future release .... >>> >> >> Backup and restore functionality has been present for some time, see: >> http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Downloading_and_Uploading_All_Data >> >> -Nick Johnson >> >> >>> >>> On Dec 15, 11:50 pm, Dave Peck <[email protected]> wrote: >>> > Well, that gets us partway there. Looking at the docs, it looks like >>> > the output image must still be less than 1MB -- certainly fine for >>> > thumbnailing, but possibly for not all types of tasks. >>> > >>> > Also: right now (unless I've missed an API somewhere) to validate >>> > images you must pass them to the Image API with a "no-op" transform >>> > and see if execute_transforms() succeeds. So if I want to validate >>> a>1MB image, I still have the issue with the output side of the image >>> > >>> > API. >>> > >>> > It would be great if we could execute_transforms() directly back to a >>> > blob and get a BlobInfo back? >>> > >>> > Cheers, >>> > Dave >>> > >>> > On Dec 15, 11:18 am, Matthew Blain <[email protected]> wrote: >>> > >>> > >>> > >>> > > While the limit for passing data directly to the Images (or other) >>> > > APIs has not changed, you can pass a Blob key to the Images API to do >>> > > exactly what you want: convert a 50MB uploaded image to a smaller >>> > > image. >>> > >>> > > More information here: >>> > > >>> http://code.google.com/appengine/docs/python/images/overview.html#Tra... >>> > > >>> http://code.google.com/appengine/docs/java/images/overview.html#Trans... >>> > >>> > > --Matthew >>> > >>> > > On Dec 15, 10:14 am, trung <[email protected]> wrote: >>> > >>> > > > This is awesome. >>> > >>> > > > But the image API limit is still capped at 1MB!!! >>> > >>> > > > I still rather be able to resize a 50MB uploaded image down to 1MB >>> or >>> > > > less to cut down the time and bandwidth. >>> > >>> > > > I assume that increasing the Image API limit is the next logical >>> > > > step. :) >>> > >>> > > > On Dec 14, 8:00 pm, "Jason (Google)" <[email protected]> wrote: >>> > >>> > > > > Hi Everyone. We just released version 1.3.0 of the App Engine SDK >>> for >>> > > > > both Python and Java. The most notable change is the new >>> experimental >>> > > > > Blobstore API which allows billed apps to store files up to 50 >>> MB. The >>> > > > > release also includes some performance tweaks to the Java >>> runtime. >>> > >>> > > > > Blog post: >>> http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-releas... >>> > >>> > > > > Release notes: >>> > > > > Python: >>> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes >>> > > > > Java: >>> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes >>> > >>> > > > > Cheers! >>> > > > > - Jason >>> >>> -- >>> >>> 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. >>> >>> >>> >> >> >> -- >> Nick Johnson, Developer Programs Engineer, App Engine >> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: >> 368047 >> >> -- >> 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- 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.
