Månad: december 2015

Google Docs and Backup

For a while it seemed that google docs / drive didn’t have a rollback function. But at least for Google Docs it has a revision history! But still – local and real backups are recommended.

Raspberry Pi and Google Sheets

Trying hard to push data onto an ordinary Google Doc, but apparently it is much more common to use sheets. Other than that, the main problem was getting the OAuth2 in place. But it works. http://gspread.readthedocs.org/en/latest/oauth2.html from time import sleep from oauth2client.client import SignedJwtAssertionCredentials import RPi.GPIO as GPIO import gspread import json #Google Sheets GDOCS_CRED …

Raspberry Pi and Google Sheets Läs mer »