Hi Cormac,
  Maybe you should include some logging to make sure the code is being
run, and log the keys too.  Seems a little odd that you're having
issues deleting bobstore blobs and datastore entities.

  For testing the datastore, if the code is running and the key is
correct, perhaps you should try to fetch the entity right before /
after the delete call.  If the before fetch also doesn't work, maybe
the key is not getting passed in correctly.  If after fetch returns
nothing, the delete worked and something is re-putting the entity.



Robert




On Thu, Feb 24, 2011 at 15:15, Cormac McLoughlin
<cormac.mclough...@gmail.com> wrote:
> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to