Issues uploading spreadsheet from link in email body to Google Drive

Hey All. I’m attempting to use the text parser and REGEX to match a pattern in an email body for a specific link, and then use ‘HTTP get a file’ to upload the spreadsheet from that link to Google Drive.


It seems that the REGEX pattern is correct: the URL in bundle 1 is the URL that has the spreadsheet I want downloaded. However, the file that ends up going to Google Drive is empty, containing ‘.html’ after my assigned filename.
fa7bb545638e5ab4d9b794f8d4b33fbf5460c633 (1)

I believe that my issue in the ‘HTTP get a file’ module. The input bundle appears to be correct to my novice eye, but I’m not so sure about the output bundle. If anyone has any ideas or solutions, I’d be very grateful.
http input bundle.txt (260 Bytes)
http output bundle.txt (7.3 KB)

Welcome to the Make community!

That is because the link goes to a download WEB PAGE, not an actual file.

It then redirects you to a URL that looks like this

The web page then uses JavaScript to download the file after a few seconds.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like

Thanks @samliew , that makes complete sense and I wish I had caught that. :slight_smile: I’m going to do some searching and see if there’s any way to accomplish what I’m trying to do, but if you see a possible solution/route for me to go down, please let me know! Thanks again

Did you know, this forum has a Hire a Pro category, where you can post your request for off-site specialised help on other platforms (video call/screenshare/private messaging/etc.)? This may help you get your issue resolved faster especially if it is urgent. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services elsewhere (like here).