Returns a temporary URL which can be used to download a file from file storage attached to a session.
The session must have a FileStorage object attached to it when it was created (otherwise a 404 error is returned). The file must exist in the storage (otherwise a 404 error is returned).
Note: For closed sessions use /download instead.