diff --git a/csvsync/gsheet.py b/csvsync/gsheet.py index 4475eab..d082251 100644 --- a/csvsync/gsheet.py +++ b/csvsync/gsheet.py @@ -45,7 +45,7 @@ def __init__(self, fileconfig, auth): # Find all the sheet tabs from the given spreadsheet - service = build('sheets', 'v4', credentials = auth.creds).spreadsheets() + service = build('sheets', 'v4', credentials = auth.creds, cache_discovery = False).spreadsheets() self.service = service self.spreadsheet_id = fileconfig['spreadsheet_id']