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