mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Minor improvements to GoogleDrive-Node
This commit is contained in:
parent
283b40c9f5
commit
43396b7b9c
|
@ -585,11 +585,12 @@ export class GoogleDrive implements INodeType {
|
||||||
value: 'domain',
|
value: 'domain',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'anyone',
|
name: 'Anyone',
|
||||||
value: 'anyone',
|
value: 'anyone',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
description: 'Information about the different types can be found <a href="https://developers.google.com/drive/api/v3/ref-roles" target="_blank">here</a>.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Email Address',
|
displayName: 'Email Address',
|
||||||
|
|
Loading…
Reference in a new issue