mbrenig / SheetSync

A python library to create, update and delete rows of data in a google spreadsheet.
http://sheetsync.readthedocs.org
MIT License
48 stars 18 forks source link

Latest gspread versions break SheetSync #21

Open Kirkman opened 6 years ago

Kirkman commented 6 years ago

FWIW, gspread is up to v3.0.1. It now supports ONLY Google Sheets API v4.

SheetSync is not compatible with the changes. For example, SheetSync tries to call an internal gspread method, get_cells_feed(), but this method no longer exists.

Anyway, just wanted to ask if you are still maintaining SheetSync. It's an awesome library, but it needs to be updated to work with the new gspread and the new Sheets API.