Comments
-
Hello, Thank you for your reply. dropboxConnect.filesUpload({ path: globalData.dropboxClientsFolder + personId + '/' + dealId + '/' + file.name, contents: req.files.file }) I did the test with the sample code of your github. And I have the same…