Issue: Google Drive module forces .txt extension even when .ipynb is specified

Course Name: Agentic AI for Trading, Section No: 11, Unit No: 8, Unit type: WaterMarkVideo

I’m reporting a reproducible issue with the Google Drive – module in Make.com as per instruciton, I beleive it has to be modified to set the selection as 'download a file’instead of ‘‘create a file from text’’ as mentioned in video.
'‘create a file from text’ module seems to be hard‑coded to create plain text files.

Even when I explicitly set the file name to filename.ipynb, the module always creates the file in Google Drive as:
filename.ipynb.txt

Thank you for reporting this and for sharing your observations.

You are correct that the Google Drive → Create a File from Text module creates plain text files and may append a .txt extension even when the filename is specified as .ipynb. It is also possible that the module’s behavior has changed since the course was recorded, as platform updates can sometimes affect how files are created and handled.

Using a file upload/download-based approach instead of creating a text file can help preserve the intended .ipynb format. We appreciate you bringing this to our attention and will review the workflow instructions to see if an update or clarification is needed.