mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Removed more parameters which exited twice
This commit is contained in:
parent
a002523b71
commit
ad75f17e98
|
@ -746,68 +746,6 @@ export class GoogleDrive implements INodeType {
|
||||||
},
|
},
|
||||||
description: 'The IDs of the parent folders which contain the file.',
|
description: 'The IDs of the parent folders which contain the file.',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
displayName: 'Binary Data',
|
|
||||||
name: 'binaryData',
|
|
||||||
type: 'boolean',
|
|
||||||
default: false,
|
|
||||||
displayOptions: {
|
|
||||||
show: {
|
|
||||||
operation: [
|
|
||||||
'upload',
|
|
||||||
],
|
|
||||||
resource: [
|
|
||||||
'file',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
description: 'If the data to upload should be taken from binary field.',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
displayName: 'File Content',
|
|
||||||
name: 'fileContent',
|
|
||||||
type: 'string',
|
|
||||||
default: '',
|
|
||||||
displayOptions: {
|
|
||||||
show: {
|
|
||||||
operation: [
|
|
||||||
'upload',
|
|
||||||
],
|
|
||||||
resource: [
|
|
||||||
'file',
|
|
||||||
],
|
|
||||||
binaryData: [
|
|
||||||
false,
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
},
|
|
||||||
placeholder: '',
|
|
||||||
description: 'The text content of the file to upload.',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
displayName: 'Binary Property',
|
|
||||||
name: 'binaryPropertyName',
|
|
||||||
type: 'string',
|
|
||||||
default: 'data',
|
|
||||||
required: true,
|
|
||||||
displayOptions: {
|
|
||||||
show: {
|
|
||||||
operation: [
|
|
||||||
'upload',
|
|
||||||
],
|
|
||||||
resource: [
|
|
||||||
'file',
|
|
||||||
],
|
|
||||||
binaryData: [
|
|
||||||
true,
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
},
|
|
||||||
placeholder: '',
|
|
||||||
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
Loading…
Reference in a new issue