Minor improvements to GoogleDrive-Node

This commit is contained in:
Jan Oberhauser 2020-09-18 09:57:05 +02:00
parent 283b40c9f5
commit 43396b7b9c

View file

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