Milcho Dimkov
04/03/2021, 9:07 AMJSZip
(or any other JS library) for uzipping a file in SuiteScript?
I'm fetching a file from an SFTP server in a custom plugin script (so far, so good), however, I'm unable to unzip it. I tried following the guidelines published by JSZip, also tried implementing some sample code from other sources (not SuiteScript related though) - no dice. When using the generic method for unzipping, I'm getting an error message saying that the library file itself has some undefined variables (such as: ReferenceError: "setTimeout" is not defined.
) -- I even tried using older versions of the library -- Nada! : )
Thanks!battk
04/03/2021, 4:14 PMbattk
04/03/2021, 4:14 PMbattk
04/03/2021, 4:15 PM