GDrive "removes" binary file from workflow

Describe the problem/error/question

In my workflow, I use binary file fetched from Gmail and upload it to GDrive. Everything works well until I put in a GDrive node before the upload. After that node, the binary file is not available in outputs from previous steps, as if the node was “clearing” the binary files. Am I doing something wrong?

I tried moving the GDrive node around, and every time I put into the flow, right after it, the binary files disappear.

Thanks!

Please share your workflow

Share the output returned by the last node

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

Information on your n8n setup

  • n8n version: 1.51.2
  • Running n8n via cloud
  • Operating system: Mac OS

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:

Hi @MP_TL

Thanks for posting here and welcome to the community! :partying_face:

You can use a merge node to retrieve the binary from previous nodes.
Here is an example:

Hope it helps! :raised_hands:

1 Like

OMG, you’re such a legend @ria . Thank you so much!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.