Where does the Google Drive "Download a File" function download to?

Hello, I am creating a scenario where I have a Google Drive folder being watched. The inputs of that folder are going to be Google Slides presentations. I would like to convert the slides presentations into a PDF and then save a copy of the PDF in Google Drive. Here is a screenshot of the current workflow. It works up until the Data Store, but then I don’t know where the PDF file goes on the last step?

Welcome to the Make community!

Any module that downloads a file, receives the file data in binary format, and it is temporarily “stored” in the execution memory.

To use/access this file, you’ll need to map it to a module that accepts file data from a previous module/has a file field, for example, Google Drive “Upload a file”, or the Telegram Bot “Send a Photo” module.

For more information on how to map files (Binary Data), see https://www.make.com/en/help/mapping/working-with-files

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.