mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix parsing response issue when uploading file (Dropbox) (#1502)
This commit is contained in:
@@ -522,9 +522,9 @@ export class Dropbox implements INodeType {
|
|||||||
|
|
||||||
endpoint = 'https://content.dropboxapi.com/2/files/upload';
|
endpoint = 'https://content.dropboxapi.com/2/files/upload';
|
||||||
|
|
||||||
if (this.getNodeParameter('binaryData', i) === true) {
|
options = { json: false };
|
||||||
|
|
||||||
options = { json: false };
|
if (this.getNodeParameter('binaryData', i) === true) {
|
||||||
|
|
||||||
// Is binary file to upload
|
// Is binary file to upload
|
||||||
const item = items[i];
|
const item = items[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user