tonyzero
4 years agoNew Contributor II
Downloading a base64 zip file using SOAP
Hi All,
I am trying to use SOAP call to download a zip file. However, I cannot download and get the file I need correctly. Here is a screenshot of my pipeline.
I took out the $content, which...
- 4 years ago
Hi @ptaylor ,
I followed you suggestion and it really works. I used Base64.decodeAsBinary($content) together with application/zip → $[‘content-type’] and got the txt file in a zip.
However, I am still not sure why I should use Base64.decodeAsBinary() to decode something what really looks like a base64 encoded string.Thank you very much!