Hello and Good Day,
Can anyone assist me with this? I created a scenario using Jotform’s API to retrieve the URL of an uploaded file and upload it to Google Drive. However, when I use the HTTP module to get the file, it always returns a file.html, and this file.html gets uploaded to Google Drive instead of the actual file format.
Here is the bundle info of the HTTP module:
Here is the bundle info of the JotForm API get file:
1 Like
Welcome to the Make community!
What does the output look like?
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A. Upload as Text File
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
-
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
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!
Here is the output bundle of the HTTP module:
HTTP module output bundle.txt (261.4 KB)
Here is the output bundle of the JotForm API get file module:
JotForm API get file output bundle.txt (11.8 KB)
That’s a login page.
According to Jotform support on their forum:
To stop our system from asking you to login to see/download your submission attachments, we just need to disable the requirement to Login to View Uploaded Files.
Unfortunately, despite the numerous request to enabled downloading PDFs via API, it still hasn’t been implemented.
This is a Jotform issue, since they decided to implement it this way.
User brfi on the Jotform forum did mention an undocumented endpoint, perhaps you can give it a try:
https://api.jotform.com/pdf-converter/{formId}/fill-pdf?download=1&submissionId={submissionId}&apikey={apiKey}
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
1 Like
Hey @Nino_Joshua_Castino
To download the files from jotform in make.com, you need to disabled the option in settings “login to download files” and then you will be able to download them here.
Msquare Automation
Gold Partner of Make
@Msquare_Automation