🐛 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:
Ricardo Espinoza
2021-02-28 11:27:52 -05:00
committed by GitHub
parent 402da3d53e
commit 725b3eb408
4 changed files with 18 additions and 3 deletions

View File

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