mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Add the right scopes to Gmail service account authentication. (#1481)
* fix: request gmail scope instead of books * ⚡ Small improvement to #1427 * ⚡ Add svg logo Co-authored-by: Josh <jojo.parillon@gmail.com>
This commit is contained in:
@@ -66,14 +66,14 @@ export class Gmail implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Gmail',
|
||||
name: 'gmail',
|
||||
icon: 'file:gmail.png',
|
||||
icon: 'file:gmail.svg',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume the Gmail API',
|
||||
defaults: {
|
||||
name: 'Gmail',
|
||||
color: '#d93025',
|
||||
color: '#4285F4',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
|
||||
Reference in New Issue
Block a user