scope = ['https://spreadsheets.google.com/feeds'] creds = ServiceAccountCredentials.from_json_keyfile_name('NFL Redraft-e021dc0d5969.json', scope) client = gspread.authorize(creds)
This code is yielding the following error:
Any idea why? The exact same is working on my local machine, and I previously got a similar (if not exact) deployment as this to work a month ago.