How do I trigger downloads for files?
You can use the ?download=true
query string parameter to force the browser to download a given file.
For instance, consider the URL:
https://upcdn.io/W142hJk/raw/example.jpg
To prompt a direct download, modify the URL as follows:
https://upcdn.io/W142hJk/raw/example.jpg?download=true
For more options, see the DownloadFile operation »