PHP로는 도저히 PUSH 가 안 되어서 결국 python을 쓸 수 밖에 없었다.
https://developers.google.com/gdata/articles/python_client_lib
설치 방법은 python을 시작으로 gdata 를 내려 받아 ./setup.py install 로 하면 된다.
setup.py 는 실행권한을 줘야한다. (chmod u+x setup.py)
들어갈 예제 코드는
http://www.mattcutts.com/blog/write-google-spreadsheet-from-python/
위와 같다.
반드시 cell 첫번째 컬럼에는
date, time, weight 이 있어야 한다.
(you must insert header name in first rows!)
안그러면, gdata.service.RequestError: {'status': 400, 'body': 'We're sorry, a server error occurred. Please wait a bit and try reloading your spreadsheet.', 'reason': 'Bad Request'}
위와 같은 에러를 만나 1~2시간을 날리게 된다.
댓글 달기