mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Removed a parameter which exited twice
This commit is contained in:
parent
8475923ebd
commit
a002523b71
|
@ -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',
|
displayName: 'Binary Data',
|
||||||
name: 'binaryData',
|
name: 'binaryData',
|
||||||
|
|
Loading…
Reference in a new issue