Hi,last night I had something similar in front of me and I have now also solved it via the Custom JS Module in make.com using this JS code: Buffer.from((await axios.get(input)).data).toString('base64')Because here you can see that this module also i...