April 3, 20178 yr If I wanted to script a mobile device update process, is it possible to directly access the download link and not have to go through the intermediate trigger page?. I would like to grab a copy of the hosted file and insert it into a container. Currently hitting the download link returns the "Download file is ready and should automatically start downloading now." Then later a JS forced download. C
April 3, 20178 yr Yes, you can do this. Append '?status=0' onto the end of the URL and that skips that status page for a direct binary download.
Create an account or sign in to comment