createFileWithExtension

abstract suspend fun createFileWithExtension(name: String, extension: String, parentId: String): OmhStorageEntity?

This method create file in an specific folder

Return

An OmhStorageEntity with the information of the created file.

Parameters

name

The name of the file to be created

extension

The extension of the file to be created

parentId

The id of the folder where the file will be created