Hi. I'm developing a GWT-GAE app and I am using the blobstore to store images.
In my app I have called some code (via RPC) to delete these blobs when they are not needed, but the blobs are still there (when I look in the blob viewer in the console) 5 days later... I have read in some places that the blobs can take a while to be deleted, but this doesn't seem right?! As far as I can tell the delete command worked (I didn't get an exception thrown for example). The code I am calling on the server is: blobstoreService.delete(blobKey); Incidently, I am also trying to delete an Entity I created earlier using datastore.delete(entityKey) and the results are the same as with the blob. I just don't get it! Am I missing something somewhere? Appreciate any help... Thanks! Cormac. -- 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.
