Hi,
I want to get Image from any peticuler selected album, but i am not
getting it.
I got error of Rmote server return error 404 not found.
what should i do? my code is displayed below:
string albumName = (string)Session["AlbumName"];
string p = "[EMAIL PROTECTED]";
string pwd ="xx";
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));
PQuery.NumberToRetrieve = 10;
PicasaFeed feed = myService.Query(PQuery); // I got error at
this step .....
.............
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---