createFile

fun createFile(filePath: String, params: CreateUssFile): Response<*>

Creates a new file or directory with specified parameters

Return

http response object

Parameters

filePath

path of the file or directory (e.g. u/jiahj/text.txt)

params

CreateUssFile parameters

Throws

error processing request