Hello - I’m building an automatic post generator using a templated format in order to post content to LinkedIn automatically. In order to do this I’m passing along an image that is being generated based on the content along with the content through a merge function.
Everything else works but the LinkedIn node always returns the error: This operation expects the node’s input data to contain a binary file ‘data’, but none was found [item 0]
Make sure that the previous node outputs a binary file
I’ve double checked and made sure the image output is data and that the image generated is passed under those parameters.
I am trying to post on my personal linkedin account and have made sure those settings are properly configured.
Based on the setup and different steps included, I think it’s an issue with the merge function standing in between the two apps or with Linkedin’s node itself.
I’m using the latest version of n8n’s cloud service.