What is your goal?
To successfully convert the Base64 image string received from the Banana API into a visible, downloadable file, and then download that file directly from the Make execution output
What is the problem & what have you tried?
The problem is that I cannot see a clickable preview or download link for the image file within the Make execution history, even though the file conversion was successful.
The Problem
Goal Blocked: The main goal of the scenario (generating an image and immediately downloading it) is blocked because the converted file is not visible for download.
Successful Conversion: The Tools - Set Variable module successfully converted the Base64 string into a binary file object, evidenced by the output showing FileObject: IMTBuffer(…, binary, …).
Visibility Failure: In the execution history, the clickable download icon or file preview does not appear next to the FileObject variable.
External Blockade: I cannot use external file services like Google Drive or Dropbox to save and view the file because my personal @gmail.com account is restricted from connecting with the necessary permissions (scopes) in Make.
What I Have Tried
Direct Conversion: Used the correct Make function, toBinary(data; “base64”), to create the binary file object (IMTBuffer).
Interface Check: Thoroughly checked the execution history output bundle for the small, clickable file icon, confirming it is not visible.
Module Search: Searched for a built-in module named “Create a file” or similar under the Tools app to explicitly force a downloadable output, but could not locate one.
External Service Attempt (Failed): Tried to use Google Drive to prove the file was good, but encountered the restricted scopes error because I am using a personal Gmail account.
The current need is for the exact name and location of the current Make module that accepts a valid IMTBuffer and displays a clear download link in the execution history.
