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.