De Compressing Zip File (Not Binary File)

Hi, I’m new this n8n, and I’m having some challenges de-compressing a zip file.

I have a zip file from from google drive and with extension .zip. Now This zip file contains few pdf inside it, I want to extract those pdf from zip file but when I try to run the work-flow , it’s now node is expecting a binary file and [0] items found,

How can I de-compress my zip file,

Thank you

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Robin_Suthar

you will need to download the file via Google Drive node and then use the Compression node to extract pdf files from the archive

1 Like

Thanks. That worked!

Tengo el mismo problema, hay forma de que comparta el flujo y ver su ejemplo resuelto