updateFile

fun updateFile(localFileToUpload: File, fileId: String): OmhTask<UpdateFileUseCaseResult>

This method update a remote file with the content of a local file

Return

An OmhTask with the result of the operation

Parameters

localFileToUpload

The local file to be uploaded

fileId

The id of the desired file to be updated