From 16add1bf241ca3d17b31032a047e99340073a0b8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 31 Dec 2015 09:34:03 -0500 Subject: [PATCH] UBER_SCOPE for appsactivity-v1 API --- src/gam.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index 920e86de..d93d3452 100755 --- a/src/gam.py +++ b/src/gam.py @@ -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):