Really struggling here. I feel like this has been done before, but I can’t for the life of me get it to work. Here is my flow. The http request downloads a pdf file. I simply want to rename it and then upload it to google drive. Every bit of this works except I’m unable to take the output of the merge properly. It says that there is no binary file data, but if I remove the merge, and just take the http request directly, there is no issue at all (but I can’t rename the file. Please help!!
I figured it out by piecing together some other code snippets. I must be missing something, but this seems like a straight forward thing to be able to do in a node. Yet I just couldn’t work it out.
There is a way to passthrough (rather than merge) a binary file using the “Edit Fields” node and its “Include other input fields” option. Maybe this was what you were thinking of?