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:
parent
f00c6c10a3
commit
6167e62970
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue