Hi guys,
I want to use the EmailReadImap node to send my email attachments to one of my Nextcloud folders. The EmailReadImap node provides a “download attachment” toggle which saves the attachment as a binary file. My problem is that the Nextcloud node says:
"No binary data property “attachment_” does not exists on item!"
Here is the output of the IMAP Trigger
The output shows the binary data of the items.
The workflow
The output returned by the last node
[
{
"error": "No binary data property "attachment_" does not exists on item!"
},
{
"error": "No binary data property "attachment_" does not exists on item!"
},
{
"error": "No binary data property "attachment_" does not exists on item!"
}
]
Running n8n via [Docker]:
Thanks,
René