Get file content
Downloads the raw content of a file as bytes.
@override Future<List<int>> getFileContent(String fileId) async { return _files.getFileContent(fileId); }