프로젝트 만들기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google Drive Activity API에 요청을 보내려면 먼저 Google에 클라이언트에 관해 알리고 API에 대한 액세스를 허용해야 합니다. Google Cloud 콘솔을 사용하여 설정과 API 액세스 정보를 묶어 이름을 지정한 모음인 프로젝트를 만들면 됩니다.
환경 설정
Drive Activity API를 사용하려면 먼저 Google Cloud 콘솔에서 프로젝트를 만들고, API를 사용 설정하고, 사용자 인증 정보를 만들어야 합니다.
프로젝트 만들기
Google Cloud 프로젝트가 있어야 합니다.
API 사용 설정
Google API를 사용하려면 먼저 Google Cloud 프로젝트에서 사용 설정해야 합니다.
단일 Google Cloud 프로젝트에서 하나 이상의 API를 사용 설정할 수 있습니다.
사용자 인증 정보 만들기
OAuth 클라이언트 ID 또는 서비스 계정을 사용하여 사용자 인증 정보를 만들 수 있습니다.
자세한 내용은 액세스 사용자 인증 정보 만들기를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-03-26(UTC)
[null,null,["최종 업데이트: 2025-03-26(UTC)"],[],[],null,["# Create a project\n\nBefore you can send requests to Google Drive Activity API, you must notify Google about\nyour client and allow access to the API. You do this by using the\nGoogle Cloud console to create a project, which is a named collection of settings\nand API access information.\n\nSet up your environment\n-----------------------\n\nTo get started using Drive Activity API, you must create a project in the\nGoogle Cloud console, enable the API, and create credentials.\n\n### Create your project\n\nYou must have a [Google Cloud\nproject](../../../../workspace/guides/create-project).\n\n### Enable the API\n\nBefore using Google APIs, you need to turn them on in a Google Cloud project. You can turn on one or more APIs in a single Google Cloud project.\n\n- In the Google Cloud console, enable the Google Drive Activity API.\n\n [Enable the API](https://console.cloud.google.com/flows/enableapi?apiid=driveactivity.googleapis.com)\n\n### Create the credentials\n\nYou can create credentials using either an OAuth client ID or a service account.\nFor more information, see [Create access\ncredentials](https://developers.google.com/workspace/guides/create-credentials)."]]