Hi,
I think there is an issue in the unzip, code has to be something like below
var source = $parameters.PathZIP + $parameters.Filename, zip = $parameters.PathToUNZIP;Zeep.unzip({ from : source, to : zip}, function() { console.log('unzip success!'); $resolve();}, function(e) { $parameters.Error = e; $resolve();});
Thanks,
Prasad
Hi Prasad,
Good day. Just wondering if you had managed to use the Forge already? I'm getting errors with the CheckPlugin stage, "Zeep Plugin is not defined and CompressFileZip is unavailable". Any advice on this would be very much appreciated.
Regards,
Kenny
Hi, I've solved the issue by changing the dependencies' version and reinstall the app. Thanks.