12 messages in com.googlegroups.google-picasa-data-apiRe: To retrieve exif info of photos ?
FromSent OnAttachments
Vijaita18 Dec 2007 05:52 
Ryan Boyd (Google)18 Dec 2007 08:41 
Vijaita19 Dec 2007 23:33 
Ryan Boyd (Google)21 Dec 2007 06:00 
Vijaita22 Dec 2007 05:47 
Ryan Boyd (Google)22 Dec 2007 05:52 
hockeyshooter23 Jan 2008 09:42 
x-f27 Jan 2008 09:50 
Ryan Boyd (Google)27 Jan 2008 10:40 
hockeyshooter28 Jan 2008 04:09 
hockeyshooter28 Jan 2008 08:03 
Ryan Boyd (Google)28 Jan 2008 09:47 
Subject:Re: To retrieve exif info of photos ?
From:hockeyshooter (ord@hockeyphotos.com)
Date:01/23/2008 09:42:47 AM
List:com.googlegroups.google-picasa-data-api

On Dec 18 2007, 4:41 pm, "Ryan Boyd (Google)" <api.@google.com> wrote:

What feed are you retrieving? Are you coding it by hand against the XML, or are you using one of the client libraries?

I'm after the same data and am hand-coding scripts in PHP to parse the XML data into arrays. However, all I see in the XML is:

<exif:tags/>

Is there something I need to add to the URL I'm using to specifically request EXIF data? This is the sort of URL I'm currently using:

http://picasaweb.google.com/data/feed/api/user/<my user ID here>? kind=photo&access=public&q=<a tag I'm looking for>

I have tried: &thumbsize=144,288 &thumbsize=d &imgmax=d

...on the end of the URL, as per the Reference Guide, but the EXIF stubbornly refuses to appear in the XML.