opengridcc / opengrid-dev

Open source building monitoring, analysis and control
Apache License 2.0
26 stars 21 forks source link

gspread.exceptions.AuthenticationError: Unable to authenticate. 404 code #56

Closed ronisegoly closed 9 years ago

ronisegoly commented 9 years ago

Starting few days ago I get this error on my Python scripts which get and puts data in Google I spreadsheet. Till now all worked smooth for long period I used specific password supplied by Google for a service I crated defined I think Google made changes but I read the API is not changed. In any case I am not quite clear it's related issue Anyone?

saroele commented 9 years ago

I think you're in the wrong repo with this question, but nevertheless: we also had gspread warnings about authentication (password authentication is deprecated). We solved it by using the oauth api.
You can find our solution here: https://github.com/opengridcc/opengrid/blob/develop/library/houseprint.py