Get or load File
This use case retrieves a File by an id
or the reference
. This is usually the case, when a reference to a File was received by a peer (over a Message or by any side channel).
Paramers
id
orreference
that identify the File.
On Success
- The File that corresponds to the
id
or thereference
.
On Failure
- The given
id
orreference
does not resolve to a File.