I’m testing part of a script to email a ZIP-file. The email work, but the ZIP is unreadable. What is going wrong?
I’ve made it as Public for now:
Here is the ZIP-file: (“Is not an archive”).
STERNontwerp_TimberTrace_0(3).zip (1.8 MB)
I’m testing part of a script to email a ZIP-file. The email work, but the ZIP is unreadable. What is going wrong?
I’ve made it as Public for now:
Here is the ZIP-file: (“Is not an archive”).
STERNontwerp_TimberTrace_0(3).zip (1.8 MB)
There is likely a problem in the definition itself, as the feature seems to work as expected otherwise.
Did you read this help center article, and made sure to use both “Create Stream” and “Zip Streams” components? Create Stream
I didn’t read it good enough apparently. I forgot to name the files in the ZIP through the “Zip Streams” component. Solved, thanks.