Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a bunch of albums that I need to delete from Picasaweb. Is there a way to do this, or do I have to go through them one at a time to delete them?

share|improve this question

3 Answers

up vote 7 down vote accepted

You could use the Google Command Line tool.

google picasa list  
google picasa delete --title "Your album name"  

You would have to create a batch file to delete multiple albums by name.

Or try typing in part of an album name as a wildcard. Experiment with it. It will prompt you with a confirmation on every album that matches the wildcard as seen below:

yes | google picasa delete --title "2010."
HINT: No need to include "google" in interactive mode
Are you SURE you want to delete album "2010.8.09"? (y/N): y
Are you SURE you want to delete album "2010.08.09"? (y/N): y
Are you SURE you want to delete album "2010.08.14"? (y/N): y
Are you SURE you want to delete album "2010.07.29"? (y/N): y
Are you SURE you want to delete album "2010.06.09"? (y/N): y
share|improve this answer

There doesn't appear to be a way to delete multiple albums from the web interface. You'll need to do them one at a time. (It makes sense, really. Imagine the mess you would make if you deleted whole swaths of your albums at once in error.)

There may be something you can do from the Picasa application itself, but I can't check on that from here.

share|improve this answer
The Picasa application has a feature that will allow you to delete all empty albums in one step. – Shannon Wagner May 15 '12 at 16:56
1  
@ShannonWagner: Care to provide some details? – Al Everett May 15 '12 at 17:21
Sorry... In Picasa 3, the feature to delete empty web albums is found at Tools | Experimental | Delete Empty Web Albums (productforums.google.com/forum/#!category-topic/picasa/…). I have used this feature many times. – Shannon Wagner May 15 '12 at 18:13

You can remove multiple PWA online albums from within the Picasa application: http://support.google.com/picasa/answer/187407

ToolsBatch UploadRemove Online → Simply select the albums you'd like to remove and click OK.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.