Skip to content

Commit

Permalink
fix: Warning breaking oauth flow because of scopes not exactly matching
Browse files Browse the repository at this point in the history
  • Loading branch information
vladox committed Sep 15, 2021
1 parent 1186c86 commit bd5e161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/dev/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@
GSHEETS = {
'CLIENT_SECRETS': '/creds/client_secrets.json'
}

OAUTHLIB_RELAX_TOKEN_SCOPE = True
os.environ['OAUTHLIB_RELAX_TOKEN_SCOPE'] = '1'

0 comments on commit bd5e161

Please sign in to comment.