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.
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.