Google Docs API
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Читает и записывает документы Google Docs.
Сервис: docs.googleapis.com.
Для вызова этой службы мы рекомендуем использовать клиентские библиотеки Google. Если вашему приложению необходимо использовать собственные библиотеки для вызова этой службы, используйте следующую информацию при отправке запросов API.
Документ открытия
Документ обнаружения — это машиночитаемая спецификация для описания и использования REST API. Он используется для создания клиентских библиотек, плагинов IDE и других инструментов, взаимодействующих с API Google. Одна служба может предоставлять несколько документов обнаружения. Эта служба предоставляет следующий документ обнаружения:
Конечная точка службы
Конечная точка службы — это базовый URL-адрес, указывающий сетевой адрес службы API. Одна служба может иметь несколько конечных точек службы. Эта служба имеет следующую конечную точку службы, и все приведенные ниже URI относятся к этой конечной точке службы:
-
https://docs.googleapis.com
Методы |
---|
batchUpdate | POST /v1/documents/{documentId}:batchUpdate Применяет к документу одно или несколько обновлений. |
create | POST /v1/documents Создает пустой документ, используя заголовок, указанный в запросе. |
get | GET /v1/documents/{documentId} Получает последнюю версию указанного документа. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[],[],null,["# Google Docs API\n\nReads and writes Google Docs documents.\n\n- [REST Resource: v1.documents](#v1.documents)\n\nService: docs.googleapis.com\n----------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://docs.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://docs.googleapis.com`\n\nREST Resource: [v1.documents](/workspace/docs/api/reference/rest/v1/documents)\n------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|\n| [batchUpdate](/workspace/docs/api/reference/rest/v1/documents/batchUpdate) | `POST /v1/documents/{documentId}:batchUpdate` Applies one or more updates to the document. |\n| [create](/workspace/docs/api/reference/rest/v1/documents/create) | `POST /v1/documents` Creates a blank document using the title given in the request. |\n| [get](/workspace/docs/api/reference/rest/v1/documents/get) | `GET /v1/documents/{documentId}` Gets the latest version of the specified document. |"]]