Hi, It would be faster to retrieve the entry directly:
http://picasaweb.google.com/data/entry/api/user/USERNAME/albumid/ALBUM_ID Replacing "USERNAME" and "ALBUM_ID" with whatever they actually are. Cheers, -Jeff On Sep 25, 9:58 pm, Pratik Goswami <[EMAIL PROTECTED]> wrote: > Hi... > > The main problem is like this- i m passing my album id as parameter in > my custom updateAlbum(String AlbumID) function and i want AlbumEntry > for that particular AlbumID...So i can make delete operation on that > AlbumEntry. > > This time i m applying a trick, i m using userFeed and getting all > albumEntries in List. Then in if loop i m checking all albumids with > my passed albumID. If both matches then m performing Delete > operation... > > Do u have any other way then this?? If u need i will send my code. > > On Sep 26, 2:40 am, "Jeff Fisher (Google)" <[EMAIL PROTECTED]> > wrote: > > > You need to retrieve the existing album entry and then issue a DELETE > > on its edit link: > > >http://code.google.com/apis/picasaweb/developers_guide_protocol.html#... > > > Are you having difficulty doing this in a particular client library? > > > Cheers, > > -Jeff > > > On Sep 25, 2:16 am, Pratik Goswami <[EMAIL PROTECTED]> wrote: > > > > Hello friends. > > > > i m new to picasa web API. I am able to insert a new album but I want > > > to DELETE an existing album on picasa web album. I have albumid of > > > that album. I have picasaweb service object in which i have set user- > > > id and password. What else need to delete? > > > > Thanks in advance... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" 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-Picasa-Data-API?hl=en -~----------~----~----~----~------~----~------~--~---
