Hey! I have a scenario where I search for certain values in an FTP folder, and i’m trying to pull the file and import it into my google drive folder. For some reason when I choose the source to import from the file into the Drive (Attached First image) when I press “OK” and leave the module, it reverts it back to source “File” (Second image) - Which is an issue, since my files don’t have Data.
What am I doing wrong? Iv’e added my scenario blueprint, thank you!
blueprint (1).json (35.0 KB)
In that case, this clearly looks like a bug with the module.
For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your account or scenario might not be suitable for an open forum discussion.
You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users). Alternatively, you should be able to send an email to helpdesk@make.com and support@make.com and it should create a ticket. After submitting a new ticket, you will receive an automatic confirmation email with the subject “Ticket Created” in the subject. If you do not receive this, try sending the ticket again.
If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
Thank you! Is this a bug and not the way the module works? Just making sure before I talk to them!
Yup, looks like a bug.
You can try removing the “File name” variable before selecting the FTP file, but I don’t think this is the issue.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
Just looking at this module doesn’t appear to be configured properly.
With FTP, List of files/folders in a folder is just that, a list of filenames, but no actual file data.
If FTP returns multiple bundles, you’d need to add in an FTP Get a File module before your Google Drive module, then you can map the Data output from Get a File into the Google Drive’s File field.
It would look like this:
And in Google Drive:

1 Like
Thank you for your prompt response!
I see, but I can only use that module (Get a file) if I have a file path, which I don’t have since all the files are in one folder.
How would I “get file” without the file path?
nevermind I figured it out!
1 Like