Hello everybody,
We are now extending our use of JotForm and including a field that has an attachment.
Per suggestions in the community and other sources, I am trying a couple of options to manage the file that is attached to the JotForm.
FIRST OPTION
- Use webhook tool, with GET action, connect to JotForm API, and in Configuration use the URL for the file attachment that the JotForm Step generated as output
- I added a Header with a Key Value pair for Adding an API Key: Key: Authorization, Value: Bearer (API Key)
- When I run the test to the API, I receive an HTM page, for a JotForm generic page. Not the file that I am looking for
- DO I need to add specific credentials to access the file ? Maybe use the Basic Auth field and add proper credentials for accessing the actual file URL ? The URL exposed by the JotForm output DOES have the file I need to access.
-

SECOND OPTION
In this case I am using a Google Drive Step to load the file to Google.
- In this case the file is created, but is a generic JotForm HTML not the file that is attached to the form.
- So, same question as with first scenario. It seems I may need Basic Auth to be setup for the actual file to be accesses ?
- Will appreciate any guidance, pointers you can share for this process. and Thanks in advance.


