remove invalid scope

This commit is contained in:
Jay Lee
2020-12-05 20:40:03 -05:00
parent add9bef046
commit 9c22114aa5

View File

@@ -298,7 +298,7 @@ API_SCOPE_MAPPING = {
'https://www.googleapis.com/auth/drive', 'https://www.googleapis.com/auth/drive',
], ],
'calendar': ['https://www.googleapis.com/auth/calendar',], 'calendar': ['https://www.googleapis.com/auth/calendar',],
'cloudidentity': ['https://www.googleapis.com/auth/cloud-identity', 'https://www.googleapis.com/auth/cloud-identity.devices.lookup'], 'cloudidentity': ['https://www.googleapis.com/auth/cloud-identity'],
'drive': ['https://www.googleapis.com/auth/drive',], 'drive': ['https://www.googleapis.com/auth/drive',],
'drive3': ['https://www.googleapis.com/auth/drive',], 'drive3': ['https://www.googleapis.com/auth/drive',],
'gmail': [ 'gmail': [