getFile

abstract fun getFile(fileId: String): FileData?

Retrieves the file data associated with the given file ID.

Return

The file data associated with the given file ID, or null if the file does not exist.

Parameters

fileId

The unique identifier of the file.