Updated gam oauth create and gam <UserTypeEntity> update serviceaccount

This commit is contained in:
Ross Scroggs
2024-02-26 10:58:25 -08:00
parent 21ca008a47
commit 76d3ead61b
7 changed files with 41 additions and 23 deletions

View File

@@ -657,10 +657,12 @@ _SVCACCT_SPECIAL_SCOPES = [
{'name': 'Gmail API - Full Access - read only',
'api': GMAIL,
'subscopes': [],
'offByDefault': True,
'scope': 'https://www.googleapis.com/auth/gmail.readonly'},
{'name': 'Gmail API - Send Messages - including todrive',
'api': GMAIL,
'subscopes': [],
'offByDefault': True,
'scope': GMAIL_SEND_SCOPE},
{'name': 'Sheets API - todrive',
'api': SHEETSTD,