Hi,
i am getting error on loading photos by album.
I got error of 404 remote server return an error: not found
public void photos()
{
string albumName = (string)Session["AlbumName"];
string p = "[EMAIL PROTECTED]";
string pwd ="xyz";
PicasaService myService = new PicasaService("exampleCo-
exampleApp-1");
myService.setUserCredentials(p,pwd);
GAuthSubRequestFactory authFactory = new
GAuthSubRequestFactory("lh2", "exampleCo-exampleApp-1");
authFactory.Token = (String)Session["token"];
myService.RequestFactory = authFactory;
/* Get photos */
PhotoQuery PQuery = new
PhotoQuery(PicasaQuery.CreatePicasaUri(p,albumName)); // I got error
at this line
PQuery.NumberToRetrieve = 10;
PicasaFeed feed = myService.Query(PQuery);
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---