You don't need that "kind" parameter when getting the list of photos in an album.
http://code.google.com/apis/picasaweb/docs/1.0/reference.html#Kind Lee --- Lee Evans ClearTours, Inc. http://cleartours.com/portfolio -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Genius_kld Sent: Saturday, January 30, 2010 4:42 PM To: Google Picasa Web Albums API Subject: [PWA API] getting album by id (.net) Execution of request failed: http://picasaweb.google.com/data/feed/api/user/default/albumid/5427008911300765729?max-results=1&kind=album authorization is ok, what's wrong with url? AlbumQuery query = new AlbumQuery (PicasaQuery.CreatePicasaUri(username, album_id)); query.NumberToRetrieve = 1; PicasaFeed feed; try { feed = service.Query(query); } catch (Exception e) { //why?? return null; } -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
