getFileMetadata

abstract suspend fun getFileMetadata(fileId: String): OmhStorageMetadata?

This method retrieves the metadata of a given file

Return

An OmhStorageMetadata with the metadata of the given file, Null in case the file was not found

Parameters

fileId

The id of the file you want to get the metadata of