Pardon, I kept getting sidetracked and had only been reading the prose
in the help docs--never saw the delete method in the API till just
now, so I didn't know I could easily just do this:

BlobstoreService blobstoreService =
BlobstoreServiceFactory.getBlobstoreService();
blobstoreService.delete(blobKey);


I get an error when I try to delete from the Blob Viewer in the Admin
site.  I've never been able to delete from there, but I no longer need
that ability, although I'm sure it could come in handy in the
future.

Thanks,
Stephen


On Mar 3, 3:19 pm, bimbo jones <bimbojone...@gmail.com> wrote:
> Hi,
>
> I have that problem too.. i can't delete them from the admin site, what i've
> done is a small servlet that removes the blobs by key.
>
> 2010/3/3 Toby Reyelts <to...@google.com>
>
> > What problems are you seeing deleting files from Blobstore?
>
> > On Wed, Mar 3, 2010 at 2:32 PM, Houston startup coder <
> > stephenh...@gmail.com> wrote:
>
> >> If the Blobstore is not allowing us to delete files, will we be
> >> charged for that data?
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Google App Engine for Java" group.
> >> To post to this group, send email to
> >> google-appengine-j...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/google-appengine-java?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to