mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
⚡ Minor improvements to GoogleDrive-Node
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user