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 <[email protected]> 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 <[email protected]> > > > What problems are you seeing deleting files from Blobstore? > > > On Wed, Mar 3, 2010 at 2:32 PM, Houston startup coder < > > [email protected]> 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 > >> [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<google-appengine-java%[email protected]> > >> . > >> 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 > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%[email protected]> > > . > > 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 [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-java?hl=en.
