Google Docs로 돌아가기

Knoon AI를 Google Docs (Google)과 연결하여 AI 워크플로우를 자동화하세요.

Replace the content in a Google Docs document between startIndex (inclusive) and endIndex (exclusive) with new text.
googleDocsUpdateContentRange
베타
권한
  • https://www.googleapis.com/auth/drive.file
선택사항 권한
  • https://www.googleapis.com/auth/drive
매개변수
이름유형설명필수
documentIdfile Select the Google Docs document to update.
startIndexmustache Document start index (inclusive) of the range to update. Uses Docs API document index (UTF-16 code units).
endIndexmustache Document end index (exclusive) of the range to update. Must be greater than or equal to startIndex.
textmustache New text to insert at startIndex. If omitted or empty, the specified range will simply be deleted.아니요
반환값
이름유형설명
statusstring UPDATED or ERROR.
startIndexnumber The original start index used for the update.
oldEndIndexnumber The original end index used for the update.
newEndIndexnumber The new end index after inserting the replacement text (startIndex + inserted text length).
sensitive.documentIdstring ID of the document that was updated.