This is primarily a bugfix release. Also, it sports a brandnew sample application for our Picasa users, which shows how to browse albums and photos, upload and download images, as well as modify the meta data that goes with it.
To download just the new sample (on the windows platform), go here: http://code.google.com/p/google-gdata/downloads/detail? name=PhotoTool.exe&can=2&q= Here are the change notes since the last release: 1.1.1.0 Features Added an EventId property to the EventEntry object. This one parses the atomId URI to just provided the EventId, which is used elsewhere (e.g., for recurring events). Added QueryAuthToken() on the service. If the Service is a Google authenticated service, you can use this to obtain an authentication token for ClientLogin Added CreatePicasaUri helper on the PicasaQuery classes to create a Uri based on a userID Added new PhotoBrowser sample project. The resulting file PhotoTool.exe is produced using the ILMerge tool from Microsoft (free download). That way, PhotoTool.exe is a standalone application with no further assembly dependencies. Bugfixes/Changes Fixed the parsing of the [EMAIL PROTECTED] attribute. The SimpleContainer parent class was broken in the sense that it did not call the generic parsing method at all. So all SimpleContainers would not have read in attributes, luckily OriginalEvent was the only instance of this. Fixed the OriginalStartTime get/set method which was using the wrong constant of the OriginalEvent object. Fixed the onclear() handler of the new extensionCollection base class. It was incorrectly casting to When obects, which could cause a runtime error when called. Fixed a bug in the simplecontainer class that could lead to an exception if the extension list was empty Fixed a bug in Originalevent where the wrong prefix was persisted, making saving an originalevent impossible Fixed NULL response object being used for authentication exceptions. Now the correct object used for the authentication request is passed to the exception. Changed the AuthException code to provide the status code detail as well CalendarEntry did use the wrong namespace to find the location object, hence retrieval of a calendar location was broken. Fixed ExtensionBase to not save NULL attributes as empty strings. This could cause Picasa updates to fail. Fixed MediaGroup to allow the retrieval of multiple Thumbnails. Introduced the ThumbnailCollection for this. To enable this, SimpleContainer and AtomBase now implement IExtensionContainer, a common interface that encapsulates owning Extension elements. Added a default constructor to CalendarQuery so that you can use it on .NET CF with a starting URI Changed the Reminder element to send an empty one to enable creation of default Reminders in the calendar Frank Mantek [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to google-help-dataapi@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---