This topic was automatically generated from Slack. You can find the original thread here.
I have a couple of issues regarding downloading a zip file to tmp. I have it working when the URL is http://www.favoriterec.com/pusher/preco/NG03-SalesKit.zip The link is publicly accessible and the filename is in the URL. Download/unzip to tmp works great. I’m having trouble with a couple of other use cases.
-
The URL does not include the file name (and/or) redirects to a download link. Such as Redirecting to - (no zip in the URL, redirects to a dynamic/encoded/encrytped/limited access URL Kudos Download via another redirect URL I’m not fast enough to copy). None of the URLs feature “.zip” in the URL and the downloaded zip file is eventually “Psychosynthesis - Greg Foat.zip”
-
The URL requires me to be logged in order to access the download link. User account | Rush Hour Distribution (sends me to a login page when I’m ingonito, downloads the file directly when I’m logged into my brower - again no file.zip in the URL and the file is ultimately downloaded as snippets_seaside_highway_20-04-2023_0921.zip)
What exactly do I need to look for to address either or both of these issues? Pupeteer seems to be the generally recommended option for #2 but it’s not available on pipedream (yet?) I’m not exactly experienced with how web downloads are supposed to work generally to know exactly what the issue is. Any tips?