I have been developing a GWT application that interacts with Google Base using raw HTTP and XML (GData) for the past 12 months. I am conducting experiments with the prototype with a number of groups and everything was going ok up until 2 weeks agao (and I am still having problems). I have two accounts and they are working fine. I created mu accounts some months back - some of the participants in the experiments only created their accounts more recently.
The Problem ------------------ Users authenticate ok and a token is generated. When the user attempts to save (add or update) they receive a HTTP Not Found Error (404 I assume). Most users get this problem but not all?? I was just wondering has anyone else been experiencing the same problem ? Has something changed in the GData feed that I am not aware of ?? Is it an issue with user accounts ? with the mechanisms for auth on my side ??? Some Detail ------------------ When user login they are redirected to Google for authorization using AuthSub. I am using the following URLs: URL_AUTH_SUB = "https://www.google.com/accounts/AuthSubRequest?next=" + GWT.getModuleBaseURL () + "Coalesce.html&scope=http://www.google.com/ base&session=1"; URL_AUTH_SUB_SESSION = "https://www.google.com/accounts/ AuthSubSessionToken"; I am using the following URL for private feeds: ITEMS_FEED_URL = "http://www.google.com/base/feeds/items"; Any help or insights would be greatly appreciated. Regards, Brendan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data 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-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
