18 messages in com.googlegroups.google-picasa-data-apiRe: deleting photo| From | Sent On | Attachments |
|---|---|---|
| sunitha | 25 Feb 2008 21:22 | |
| Jeff Fisher (Google) | 26 Feb 2008 10:11 | |
| sunitha | 26 Feb 2008 16:25 | |
| sunitha | 26 Feb 2008 16:30 | |
| Jeff Fisher (Google) | 26 Feb 2008 17:03 | |
| sunitha | 26 Feb 2008 19:19 | |
| sunitha | 26 Feb 2008 19:25 | |
| Jeff Fisher (Google) | 27 Feb 2008 10:12 | |
| sunitha | 27 Feb 2008 10:48 | |
| Jeff Fisher (Google) | 27 Feb 2008 11:05 | |
| sunitha | 27 Feb 2008 11:46 | |
| sunitha | 29 Feb 2008 10:08 | |
| Jeff Fisher (Google) | 29 Feb 2008 12:53 | |
| sunitha | 29 Feb 2008 13:44 | |
| Ryan Boyd (Google) | 29 Feb 2008 19:28 | |
| sunitha | 03 Mar 2008 10:49 | |
| Ryan Boyd (Google) | 03 Mar 2008 11:16 | |
| sunitha | 03 Mar 2008 11:36 |
| Subject: | Re: deleting photo![]() |
|---|---|
| From: | sunitha (suni...@gmail.com) |
| Date: | 02/26/2008 04:25:00 PM |
| List: | com.googlegroups.google-picasa-data-api |
Hi Jeff
Thanks for your response.
I would like to delete the photo based on some url or image id periodically using .net api.
Is that possible.
That means if I save the media.content.attributes["url"] in my DB and later on to delete in picasa based on that url.
Thanks for your help.
On Feb 26, 10:12 am, "Jeff Fisher (Google)" <api....@google.com> wrote:
Hi sunitha,
Deleting a photo can be done by using the delete method on a PicasaEntry corresponding to a photo:
http://code.google.com/apis/picasaweb/developers_guide_dotnet.html#De...
Note that this is identical to sending a HTTP DELETE to either the edit-link or the media-edit link for that entry as specified in the protocol guide:
http://code.google.com/apis/picasaweb/gdata.html#Delete_Photo
You want to use the media.content.attributes["url"] link to download the photo contents. The mediauri is the media-edit link to update the contents of the image.
Cheers, -Jeff
On Feb 25, 9:23 pm, sunitha <suni...@gmail.com> wrote:
Hi
Is there a way to delete the existing photo by mediauri.content url or based on other attributes.
I am tying to save the photo uploaded in picasa to my local disk and using the mediauri.content. Is that url is correct to save photo or do I need to use the media.content.attributes["url"].
I am confused with that urls.
Thanks for any help.- Hide quoted text -




