- be careful, the `the_file_you_want_to_fetch` filename should be in a [URI format](https://www.w3.org/Addressing/URL/uri-spec.html) that means characters like `spaces` should be replaced by `%20` and `/` by `%2F`. Use this [url encoder online converter](https://www.urlencoder.org/)
- be careful, the `the_file_you_want_to_fetch` filename should be in a [URI format](https://www.w3.org/Addressing/URL/uri-spec.html) that means characters like `spaces` should be replaced by `%20` and `/` by `%2F`. Use this [url encoder online converter](https://www.urlencoder.org/) to check if the path and filename of your file is *uri-compliant* .