العودة إلى Google Docs

اتصل بـ Knoon AI مع Google Docs (Google) لأتمتة تدفقات عمل الذكاء الاصطناعي.

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.