mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Remove unnecessary GoogleSheetsOAuth scope
This commit is contained in:
@@ -4,7 +4,6 @@ import {
|
|||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
|
|
||||||
const scopes = [
|
const scopes = [
|
||||||
'https://www.googleapis.com/auth/drive',
|
|
||||||
'https://www.googleapis.com/auth/drive.file',
|
'https://www.googleapis.com/auth/drive.file',
|
||||||
'https://www.googleapis.com/auth/spreadsheets',
|
'https://www.googleapis.com/auth/spreadsheets',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user