getFile

expect fun getFile(fileId: String): File

Gets a single file by the given file ID.

Return

Information about the file

Parameters

fileId

ID of the file to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun getFile(fileId: String): File

Gets a single file by the given file ID.

Return

Information about the file

Parameters

fileId

ID of the file to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun getFile(fileId: String): File

Gets a single file by the given file ID.

Return

Information about the file

Parameters

fileId

ID of the file to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception