[google-appengine] Re: Not able to access google spr eadsheet from app engine: “Moved Temporarily”?

2009-10-30 Thread Jose Vidal
Ok, it is now working. The Google has healed itself. On Oct 29, 7:24 pm, Jose Vidal jmvi...@gmail.com wrote: As of a couple of days ago I was able to access my google spreadsheets from an app (in app engine), but today it is broken. Namely, I could name= name of my spreadsheet

[google-appengine] Not able to access google spreads heet from app engine: “Moved Temporarily”?

2009-10-29 Thread Jose Vidal
As of a couple of days ago I was able to access my google spreadsheets from an app (in app engine), but today it is broken. Namely, I could name= name of my spreadsheet self.client = gdata.spreadsheet.text_db.DatabaseClient() self.client.GetDatabases(name=name) and it worked. In fact, that

[google-appengine] DownloadError: ApplicationError: 2 nonnumeric port: ''

2009-05-15 Thread Jose Vidal
I am trying to read a spreadsheet from app engine using text_db and authsub. I read http://code.google.com/appengine/articles/gdata.html and got it to work. Then I read http://code.google.com/p/gdata-python-client/wiki/AuthSubWithTextDB and I tried to merge the two in the file below (step4.py)