I’m trying to download an image file using an HTTP Request node and then access the binary data in a Code node to create an Airtable attachment. The HTTP Request node successfully downloads the file (visible in Binary tab), but Code nodes cannot access the actual base64 data, only metadata.
By using a code node I can see that we can access the meta data of the file but even when I try and use a conversion node or upload and then download the image again to google drive it refuses to pass json relating to the image, instead passes json related to the previous node.
I have been stuck on this for a few hours now and nothing seems to be working
I have included some photos of the workflows and the data outputs and also a youtube example showing how it is supposed to look
My main issue is I don’t get the json code for the image - no base64 or anything - it just returns the json from the previous nodes
Any help would be greatly appreciated