mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
UBER_SCOPE for appsactivity-v1 API
This commit is contained in:
@@ -8688,7 +8688,8 @@ def OAuthInfo():
|
||||
|
||||
UBER_SCOPES = {
|
||||
u'gmail-v1': [u'https://mail.google.com/'],
|
||||
u'drive-v2': [u'https://www.googleapis.com/auth/drive']
|
||||
u'drive-v2': [u'https://www.googleapis.com/auth/drive'],
|
||||
u'appsactivity-v1': [u'https://www.googleapis.com/auth/activity']
|
||||
}
|
||||
|
||||
def select_default_scopes(all_apis):
|
||||
|
||||
Reference in New Issue
Block a user