승인에 OAuth 2.0을 사용하는 경우 Google에서 사용자에게 프로젝트 및 정책 요약과 요청된 승인 액세스 범위가 포함된 동의 화면을 표시합니다. 앱의 OAuth 동의 화면을 구성하면 사용자 및 앱 검토자에게 표시되는 항목이 정의되고 앱이 등록되어 나중에 게시할 수 있습니다.
안내에 따라 애플리케이션의 OAuth 동의 화면을 구성하고 https://www.googleapis.com/auth/adwords을 OAuth 범위로 추가합니다.
클라이언트 ID 및 클라이언트 비밀번호 만들기
이미 생성된 클라이언트 ID와 클라이언트 보안 비밀번호가 있는 기존 Google API 콘솔 프로젝트를 사용하는 경우 이 단계를 건너뛸 수 있습니다. 그렇지 않으면 안내에 따라 클라이언트 ID와 클라이언트 보안 비밀번호를 만듭니다.
애플리케이션 유형으로 데스크톱 앱 또는 웹 애플리케이션을 선택할 수 있습니다. OAuth 2.0 클라이언트를 만든 후 먼저 OAuth 클라이언트 다운로드 아이콘을 클릭하고 다음 화면에서 JSON 다운로드 버튼을 클릭하여 클라이언트의 JSON 파일을 다운로드합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-09-05(UTC)"],[],[],null,["# Configure the Google API Console project\n\n**Note:** The current step of this tutorial depends on the [type of application](/google-ads/api/docs/get-started/choose-application-type) you are building. We strongly recommend using a service account to make API calls. However, the user authentication option is also provided as an alternative. The rest of this tutorial will be customized based on your choice. \nService accounts User authentication\n\nCreate a service account and key\n--------------------------------\n\n| **Note:** If you are already using another Google API and have created an OAuth 2.0 service account and key, you can skip this step and reuse the existing credentials.\n\nStart by [creating a service account and credentials](/google-ads/api/docs/get-started/choose-application-type).\nNext, [create credentials for the service account](/workspace/guides/create-credentials#service-account).\nDownload the service account key in JSON format and note the service account ID\nand email."]]