Drive Activity API
Google Drive 내 활동 내역 뷰를 제공합니다.
서비스: driveactivity.googleapis.com
이 서비스를 호출하려면 Google에서 제공하는 클라이언트 라이브러리를 사용하는 것이 좋습니다. 애플리케이션이 이 서비스를 호출하기 위해 자체 라이브러리를 사용해야 하는 경우, API 요청을 할 때 다음 정보를 사용합니다.
검색 문서
검색 문서는 머신에서 읽을 수 있는 사양이며 REST API를 설명하고 사용하는 데 참조할 수 있습니다. 또한 클라이언트 라이브러리, IDE 플러그인, 기타 Google API와 상호작용하는 도구를 빌드하는 데 사용됩니다. 하나의 서비스는 여러 개의 검색 문서를 제공할 수 있습니다. 이 서비스는 다음 검색 문서를 제공합니다.
서비스 엔드포인트
서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기본 URL입니다. 하나의 서비스에 여러 서비스 엔드포인트가 있을 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고, 그 아래의 모든 URI가 이 서비스 엔드포인트와 관련됩니다.
https://driveactivity.googleapis.com
방법 |
query |
POST /v2/activity:query
Google Drive에서 이전 활동을 쿼리합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-05(UTC)
[null,null,["최종 업데이트: 2024-09-05(UTC)"],[[["The Drive Activity API provides a historical view of activity within Google Drive."],["Developers are encouraged to use Google-provided client libraries to interact with the API."],["The API can be accessed through REST endpoints, enabling programmatic retrieval of activity data."],["The primary function of the API is to query past activity using the `query` method."],["Detailed API specifications are available in the provided Discovery document."]]],["The Google Drive Activity API (v2) allows querying historical activity within Google Drive. The service, accessible via `driveactivity.googleapis.com`, uses a RESTful interface with a specified discovery document and service endpoint. Applications can interact using Google-provided client libraries or custom libraries. The core method is `activity.query`, enabling POST requests to `/v2/activity:query` for retrieving past Drive activity data.\n"]]