Turn pubsub scope off by default

This commit is contained in:
Jay Lee
2017-08-13 13:34:45 -04:00
parent d89d99da78
commit 3585d15353
2 changed files with 2 additions and 0 deletions

View File

@@ -11081,6 +11081,7 @@ OAUTH2_SCOPES = [
u'scopes': u'https://www.googleapis.com/auth/ediscovery'},
{u'name': u'Pub / Sub API',
u'subscopes': [],
u'offByDefault': True,
u'scopes': u'https://www.googleapis.com/auth/pubsub'},
]

View File

@@ -100,6 +100,7 @@ API_VER_MAPPING = {
u'licensing': u'v1',
u'oauth2': u'v2',
u'plus': u'v1',
u'pubsub': u'v1',
u'reports': u'reports_v1',
u'reseller': u'v1',
u'siteVerification': u'v1',