mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
⚡ Removed a parameter which exited twice
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user