downloadFile

abstract suspend fun downloadFile(fileId: String): ByteArrayOutputStream

This method download a file with given id

Return

A ByteArrayOutputStream with the content of the downloaded file

Parameters

fileId

The id fo the file to be downloaded