How to upload a Facebook ad image using HTTP module? (Facebook Marketing API)

Thanks for the replies, guys.

I figured it out earlier today. I am not sure if it’s the best solution, but the problem was in HTTP Body Type.

To send files, the Body Type must be “Multipart/form-data,” not “Raw”. Then, you need to map the fields accordingly.

The HTTP Get a File and the Google Drive Download a File had the same output - an image in binary format. Maybe both would work, not sure.

Can I mark my answer as a solution? :sweat_smile: