Problem Description
I’m trying to download a PDF file from Tally forms using the HTTP module in Make, but I keep getting a 401 Unauthorized error.
Here’s the pdf file link: https://storage.tally.so/private/CV_Elise_Martin.pdf?id=lRz6LN
(I made up this cv with AI)
What I’m Trying to Do
Download a PDF file that was uploaded through a Tally form response
Use the HTTP module to get the file and process it in my scenario
What I’ve Tried
Basic HTTP Request
Module: HTTP > Make a request
Method: GET
URL: https://storage.tally.so/private/CV_Elise_Martin.pdf?id=rEk8Ov
Parse response: No
Result: 401 Unauthorized
Setup 2: With Tally API Key
Added Header:
Name: Authorization
Value: Bearer [my_tally_api_key]
Result: Still 401 Unauthorized
Additional Context
The PDF file exists and is accessible when logged into Tally dashboard
The URL is from a private file upload in a Tally form response
Alternative I’ve Tried
I attempted a workaround by uploading the file to Google Drive using the Google Drive module:
Result: The file uploads successfully to Google Drive
Problem: When opening the uploaded PDF, it shows just a blank page (empty content)
Any help or suggestions would be greatly appreciated!