The same problem is with us too. After extensive testing very early in design phase we decided to do the following: 1) Create a spreadsheet and never delete it - only update it. 2) Save Spreadsheet name-key data locally.
That way the traffic is minimized and chances to get server error too. When the spreadsheet is created it gets an unique key. This key is never changed. So if you create all your spreadsheets and call http://spreadsheets.google.com /feeds/spreadsheets/private/full once you will get the name-key information. You can save this as a simple list locally. When you want to get spreadsheet data or update the spreadsheet data you get this info from the local list. That way the calls to http://spreadsheets.google.com /feeds/spreadsheets/private/full are minimized. On Sep 27, 9:56 pm, Anu <anuranj...@gmail.com> wrote: > Hi David > > I have exactly the same problem. I had my app tested for a week by > several users but suddenly the first line > of code that retrieves the spreadsheet query object fails with > "internalservererror". To further validate that something > was wrong, I tried another Google Doc account and tried running the > SAME code and it worked. The current problem > seems to be with all the users in the Google App domain we have. My > personal GMAIL account's documents > work with this code. > > Dont see any announcement on Google blogs either. > > -Anu > > On Sep 28, 12:14 am, "David P. Caldwell" <davidpcaldw...@gmail.com> > wrote: > > > > > I've got some software that used to work -- and I don't think anything > > changed on my end. > > > Now I can't even perform step 1 of the transaction -- retrieving the > > spreadsheets feed. > > > Anyone have diagnostics I can try? Or is there some sort of known > > problem at the moment? > > > -- David P. Caldwellhttp://www.inonit.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---
