Removed a parameter which exited twice

This commit is contained in:
Jan Oberhauser 2020-11-03 09:51:26 +01:00
parent 8475923ebd
commit a002523b71

View file

@ -641,26 +641,6 @@ export class GoogleDrive implements INodeType {
],
},
{
displayName: 'Parents',
name: 'parents',
type: 'string',
typeOptions: {
multipleValues: true,
},
default: [],
displayOptions: {
show: {
operation: [
'upload',
],
resource: [
'file',
],
},
},
description: 'The IDs of the parent folders which contain the file.',
},
{
displayName: 'Binary Data',
name: 'binaryData',