Describe the problem/error/question
Hi there, I already read Send PDF from Email to Google drive but it didn’t seem to help me with my usecase.
What is the error message (if any)?
ERROR: No binary data exists on item!
Please share your workflow
The problem is that it works when I have the GMAIL TRIGGER as the first step and GOOGLE DRIVE upload on second step.
In that case the “input Data Field Name” is attachment_6.
But when GOOGLE DRIVE upload is several step after the GMAIL TRIGGER, I have to call attachment_6 from a former step. I tried {{ $(‘Gmail Trigger’).item.binary.attachment_6 }} which display 1 result but the error is the : ERROR: No binary data exists on item!
I tried several other things without success. might need some help !
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.9.3
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu