I have a web app that refreshes a list of albums, when a user visits a
particular page.  It authenticates via a permanent token, and then
retrieves the list of albums using the "default" user.  On the live
site, it has started consistently returning a list of albums that are
not associated with the correct user..  Currently, it is always
returning the albums for kaihopf (not a user of our system) for every
request.  It works correctly on our dev box.

This is the approximate code I am using:

GAuthSubRequestFactory authFactory = new GAuthSubRequestFactory("lh2",
"BC-ANet-1");
authFactory.Token = token;
picasaService = new PicasaService(authFactory.ApplicationName);
picasaService.RequestFactory = authFactory;

AlbumQuery query = new AlbumQuery(PicasaQuery.CreatePicasaUri
("default"));
this.picasaFeed = this.picasaService.Query(query);

Dev system: Windows XP, .net api version 1.4.0.2

Production System: Windows 2008, IIS 7.0, 64 bit (tried running the
app as 32bit, with the same results)

I am at a loss, as it has been working correctly for years, and we
have not modified the code recently.  I upgraded to the newest version
of the API, but it did not seem to help any.  Any ideas?  Thanks!

--~--~---------~--~----~------------~-------~--~----~
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 Google-Picasa-Data-API@googlegroups.com
To unsubscribe from this group, send email to 
google-picasa-data-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to