To share a file and enable its download, use a URL structured like this:
yourdomain.com/#/file_url/suggested_filename/autodownload_flag
The `autodownload_flag` can be `true`, `false`, `auto`, `manual`, `1`, or `0`.
Examples:
https://yourdomain.com#/https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf/MyDocument.pdf/true (Auto-download a PDF)https://yourdomain.com#/https://speed.hetzner.de/100MB.bin/LargeTestFile.bin/false (Manual download a large binary file)https://yourdomain.com#/https://jsonplaceholder.typicode.com/posts/1/comments/comments.json/API_Comments.json/auto (Auto-download a JSON file)