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',
];