mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-04 03:33:44 +00:00
formatting fixes
This commit is contained in:
@ -9463,7 +9463,7 @@ OAUTH2_SCOPES = [
|
|||||||
{u'name': u'Usage Reports API',
|
{u'name': u'Usage Reports API',
|
||||||
u'subscopes': [],
|
u'subscopes': [],
|
||||||
u'scopes': u'https://www.googleapis.com/auth/admin.reports.usage.readonly'},
|
u'scopes': u'https://www.googleapis.com/auth/admin.reports.usage.readonly'},
|
||||||
{u'name': u'Drive API (create report docs for admin user only)',
|
{u'name': u'Drive API - create report docs only',
|
||||||
u'subscopes': [],
|
u'subscopes': [],
|
||||||
u'scopes': u'https://www.googleapis.com/auth/drive.file'},
|
u'scopes': u'https://www.googleapis.com/auth/drive.file'},
|
||||||
{u'name': u'License Manager API',
|
{u'name': u'License Manager API',
|
||||||
@ -9514,7 +9514,7 @@ Append an 'r' to grant read-only access or an 'a' to grant action-only access.
|
|||||||
for scope in OAUTH2_SCOPES:
|
for scope in OAUTH2_SCOPES:
|
||||||
OAUTH2_MENU += u'[%%%%s] %%2d) %s' % (scope[u'name'])
|
OAUTH2_MENU += u'[%%%%s] %%2d) %s' % (scope[u'name'])
|
||||||
if scope[u'subscopes']:
|
if scope[u'subscopes']:
|
||||||
OAUTH2_MENU += u'(supports %s)' % (u' and '.join(scope[u'subscopes']))
|
OAUTH2_MENU += u' (supports %s)' % (u' and '.join(scope[u'subscopes']))
|
||||||
OAUTH2_MENU += '\n'
|
OAUTH2_MENU += '\n'
|
||||||
OAUTH2_MENU += '''
|
OAUTH2_MENU += '''
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user