Re: [appengine-java] Re: Detecting orphaned blobs in the Blobstore

2011-04-08 Thread lorenoolive...@gmail.com
Hi Didier, I'm not sure if I understand your idea. The get method you pointed is a method of a map that is retrieved by the getUploadedBlobs, from BlobstoreService right? If so, it only make sense to call getUploadedBlobs right after the blobstore redirect the request back to my application (accor

[appengine-java] Re: Detecting orphaned blobs in the Blobstore

2011-04-07 Thread Didier Durand
Hi, You get the key of your blob via BlobKey blobKey = blobs.get("myFile") (see http://code.google.com/appengine/docs/java/blobstore/overview.html) So, I would personally store all the "myFile" ids that I distributed from the server side and in an asynchronous queue task would do to see if the ge