Hi All, What is the best way to upload multiple images for a single property entry for Google Base (Housing).. Am trying thru AddImageLink which works fine for one image but with multiple AddImageLink calls in loop though does not present any error but show only one image on Google Base Page of property.. I also tried comma delimited list of images in single AddImageLink call but then it doesn't show any of the image
Here is my pseudo code for i = 0 to 9 entry.GBaseAttributes.AddImageLink(picarray(i)) --- picarray is the arrya having urls of images next i ent = service.Insert(GBaseUriFactory.Default.ItemsFeedUri, entry) What is the best way to provide multiple images in API.. Please provide some pointers.. Thanks in advance, p1j -- You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to google-base-data-...@googlegroups.com. To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en.