4 messages in com.googlegroups.google-picasa-data-api[PWA API] Image caption or Title can ...
FromSent OnAttachments
Youngfe27 Jul 2008 06:21 
Jeff Fisher (Google)28 Jul 2008 12:49 
Lawrence20 Aug 2008 21:51 
Jeff Fisher (Google)21 Aug 2008 11:26 
Subject:[PWA API] Image caption or Title can not be updated
From:Youngfe (ywfe@gmail.com)
Date:07/27/2008 06:21:07 AM
List:com.googlegroups.google-picasa-data-api

Hi

I have code like follows to upload an image and update it's Image Title or Caption. But I fould the images were loaded but the image title or caption were still missing. Any Help?

Dim entry As PicasaEntry = Me.PicasaService.Insert(PostUri, fileStream, "image/jpeg",ImageTitle) Dim bb As New PhotoAccessor(entry) bb.PhotoTitle = ImageTitle fileStream.Close() entry.Title.Text = Row.ItemCode entry = entry.Update() Much Thanks