mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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',
|
||||
},
|
||||
{
|
||||
name: 'anyone',
|
||||
name: 'Anyone',
|
||||
value: 'anyone',
|
||||
},
|
||||
],
|
||||
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',
|
||||
|
|
Loading…
Reference in a new issue