Hi I wrote application (in js) which uses Google Base Api. Everything was ok. I wrote date to my feeds/items and read from snippets. I have not changed my code but I have problem. When I try to insert item I receive error:
<errors> <error type="request" reason="Service not found"/> </errors> I don't know what is this. I use coockie to log: function logMeIn() { scope = 'http://www.google.com/base/feeds'; var token = google.accounts.user.login(scope); } to insert data I use baseService.insertEntry('http://www.google.com/base/feeds/items', newItem, handleInsert, handleError, google.gdata.gbase.GoogleBaseItemEntry); --~--~---------~--~----~------------~-------~--~----~ 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 Google-Base-data-API@googlegroups.com To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---