Download File
This use case allows to download the File’s binary content that corresponds to the fileId
.
As the File is not stored or cached within the Connector, the encrypted File is downloaded from the Backbone, decrypted and returned every time this use case is called.
An uploaded own File can be downloaded by this use case in any case.
However, a File from a peer must first be loaded before its actual content can be downloaded.
Parameters
id
of the File.
On Success
- Downloads the binary content of the File that corresponds to the
id
.
On Failure
- There is no File with the given
id
. - The File is expired on the Backbone.