Transform attachment_o in binary to upload in google drive

Describe the problem/error/question

i want to upload the attachment file in specific folder of google drive

What is the error message (if any)?

This operation expects the node’s input data to contain a binary file ‘attachment_0’, but none was found [item 1]

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

Try adding a Set(Edit Fields) node between Merge and Drive nodes, and change the binary field name. You can reference binary data from previous nodes in the new update.

‘‘Specify the property name of the binary data in the input item or use an expression to access the binary data in previous nodes, e.g. {{ $(‘Target Node’).item.binary.data }}’’