writeFile

abstract suspend fun writeFile(path: String, localPath: String, mimeType: String, existingRemoteId: String? = null): String?(source)

Create or replace from a local file. Returns the remote id on Drive, null on iCloud.