mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
UBER_SCOPE for appsactivity-v1 API
This commit is contained in:
@@ -8688,7 +8688,8 @@ def OAuthInfo():
|
|||||||
|
|
||||||
UBER_SCOPES = {
|
UBER_SCOPES = {
|
||||||
u'gmail-v1': [u'https://mail.google.com/'],
|
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):
|
def select_default_scopes(all_apis):
|
||||||
|
|||||||
Reference in New Issue
Block a user