getFilePermissions

abstract suspend fun getFilePermissions(fileId: String): List<OmhPermission>

This method list permissions to a given file

Return

A list of OmhFilePermission for the given file

Parameters

fileId

The id of the file you want to get the list of permissions for