4 messages in com.googlegroups.google-picasa-data-apiRe: Retrieving the image extension
FromSent OnAttachments
sunitha18 Mar 2008 13:30 
Jeff Fisher (Google)18 Mar 2008 14:41 
sunitha18 Mar 2008 14:42 
Jeff Fisher (Google)18 Mar 2008 14:53 
Subject:Re: Retrieving the image extension
From:Jeff Fisher (Google) (api.@google.com)
Date:03/18/2008 02:41:58 PM
List:com.googlegroups.google-picasa-data-api

Hi sunitha,

I'm not sure you can retrieve the file extension (short of some URL hacking), but you can retrieve the file type by examining the type attribute of <media:content>:

http://code.google.com/apis/picasaweb/reference.html#media_content

Cheers, -Jeff

On Mar 18, 1:30 pm, sunitha <suni@gmail.com> wrote:

Is there any property of Picasa Entry object which returns the image type uploaded.

For ex. if I upload .png image, how can I retrieve this using API.