On Mon, Nov 3, 2014 at 12:53 AM, <[email protected]> wrote:

> I uploaded about 400 files. And I can see them in blob viewer. The problem
> is I can only select 30 files at most each time. How do I delete all 400
> files at once?
> Does any one know?
>


Is your code designed to store the files to Google Cloud Storage, or to the
older blobstore? If you've been storing to Cloud Storage, then the new
cloud console has an useful file browser built-in - go to
cloud.google.com/console and select your project, then drill down to
Storage -> Cloud Storage -> Storage browser.

If you've been saving to the blobstore, you may have to delete all of the
files programmatically. Here's the function you want to call:
https://cloud.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreService#delete(com.google.appengine.api.blobstore.BlobKey...)
<https://cloud.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreService#delete(com.google.appengine.api.blobstore.BlobKey...)>


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to