documents.get 및 documents.batchUpdate 메서드에는 documentId가 필요합니다.
를 매개변수로 사용하여 대상 문서를 지정합니다. documents.create 메서드
는 생성된 문서의 인스턴스를 반환하며, 여기에서
documentId입니다. documentId에 대한 자세한 내용은 문서 ID를 참고하세요.
일괄 업데이트
documents.batchUpdate
메서드는
request 객체(각각 하나씩)
단일 요청을 지정하여 수행할 수 있습니다 예를 들어 단락의 서식을 지정한 다음
인라인 이미지를 추가합니다. 각 요청은 적용 전에 검증되며
요청은 일괄 요청에 나타나는 순서에 따라 처리됩니다.
일괄 업데이트의 모든 요청은 원자적으로 적용됩니다. 즉, 만약 요청이
유효하지 않은 경우 전체 업데이트가 실패하고
변경사항이 적용됩니다.
일부 documents.batchUpdate 메서드는
확인할 수 있습니다 이러한 메서드는 응답을 반환합니다.
본문을
response 목록 포함
객체입니다. 다른 요청은 정보를 반환할 필요가 없으며 빈
답글 달기 응답 목록의 객체는
요청을 수행합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-11(UTC)"],[[["This guide explains how to use the Google Docs API to make changes to documents, primarily through batch updates."],["The API allows you to create, retrieve, and update Google Docs using various request methods like `documents.create`, `documents.get`, and `documents.batchUpdate`."],["Batch updates, using the `documents.batchUpdate` method, enable applying multiple changes atomically to a document, improving efficiency and ensuring data integrity."],["The guide provides detailed information about different types of batch update operations, including adding, updating, and deleting various document elements such as text, styles, images, and tables."],["Using batch updates can significantly improve performance and reduce API quota usage by grouping multiple requests into a single call."]]],[]]