Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Removed devstorage.full_control scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Geryl Pelayo authored and Michael Baumann committed Jul 12, 2018
1 parent d5bdb56 commit 924c65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Auth:
AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
TOKEN_URI = 'https://accounts.google.com/o/oauth2/token'
USER_INFO = 'https://www.googleapis.com/userinfo/v2/me'
SCOPE = ['profile', 'email', 'https://www.googleapis.com/auth/devstorage.full_control']
SCOPE = ['profile', 'email']


class Config:
Expand Down

0 comments on commit 924c65a

Please sign in to comment.