Skip to main content

Write Files

Use this API to write contents of the files

Path Parameters
driveId string REQUIRED
Request Body REQUIRED
files object[]

List of files whose contents are to be updated.

itemId string

Id of the textual file whose contents you want to update.

fileContents string

Updated contents of the file. Note the contents of the file are completely replaced with this value.

Responses
200

Returns the files with the updated content

Schema OPTIONAL
object