Published 3 years ago
This workflow allows you to compress binary files to zip format.
HTTP Request node: The workflow uses the HTTP Request node to fetch files from the internet. If you want to fetch files from your local machine, replace it with the Read Binary File or Read Binary Files node.
Compression node: The Compression node compresses the file into a zip. If you want to compress the files to gzip, then select the gzip format instead.
Based on your use-case, you may want to write the files to your disk or upload it to Google Drive or Box. If you want to write the compressed file to your disk, replace the Dropbox node with the Write Binary File node, or if you want to upload the file to a different service, use the respective node.
Implement complex processes faster with n8n