Open zip file in automation
Hello,
I'm downloading a zip file via API with this request:
- response = doHttpRequest(url=zip, method='GET', headers=headers)
it's supposed that my "response" variable now it's the zip file, however when I try to open, I can't, it's like it doesn't e
...