createFile

fun createFile(name: String, mimeType: String, parentId: String): OmhTask<CreateFileUseCaseResult>

This method create files in an specific folder

Return

An OmhTask with the result of the operation

Parameters

name

The name of the file to be created

mimeType

The mimeType of the file to be created

parentId

The id of the folder where the file will be created