From 5375d0a208818c2f209b4eed8045d0448484889b Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:42:29 +0300 Subject: [PATCH] Update FileUploader.ts --- src/FileUploader.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FileUploader.ts b/src/FileUploader.ts index 675439f..4e117df 100644 --- a/src/FileUploader.ts +++ b/src/FileUploader.ts @@ -61,6 +61,8 @@ export class FileUploader { 'Content-Type': 'text/plain' } + // currently only web approach is supported for file upload + // therefore log is part of response with debug enabled and must be parsed return this.requestClient .post(uploadUrl, formData, undefined, 'application/json', headers) .then(async (res) => {