1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00

Remove unnecessary GoogleSheetsOAuth scope

This commit is contained in:
Jan Oberhauser 2020-09-11 18:03:37 +02:00
parent f00c6c10a3
commit 6167e62970

View file

@ -4,7 +4,6 @@ import {
} from 'n8n-workflow';
const scopes = [
'https://www.googleapis.com/auth/drive',
'https://www.googleapis.com/auth/drive.file',
'https://www.googleapis.com/auth/spreadsheets',
];