Google Maps Platform 제품은 API 호출을 적절한 사용자 인증 정보를 제공하는 API 호출로 제한하여 무단 사용으로부터 보호합니다. 이러한 사용자 인증 정보는 Google 결제 계정을 프로젝트, 특정 API나 SDK와 연결하는 고유한 영숫자 문자열인 API 키 형태입니다.
이 가이드에서는 Google Maps Platform에서 API 키를 생성, 제한 및 사용하는 방법을 설명합니다.
API 키 만들기
API 키는 사용 및 결제에 관한 프로젝트와 관련된 요청을 인증하는 고유 식별자입니다. 프로젝트에 연결된 API 키가 하나 이상 있어야 합니다.
API 키를 애플리케이션에 필요한 API에서만 사용하도록 제한하는 것이 좋습니다. API 키를 제한하면 불필요한 요청으로부터 애플리케이션이 보호되어 애플리케이션의 보안이 강화됩니다. 제한되지 않은 API 키를 악용하여 발생한 비용에 대한 금전적 책임은 개발자에게 있습니다.
자세한 내용은 API 보안 권장사항을 참고하세요.
[[["이해하기 쉬움","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-02-07(UTC)"],[[["Google Maps Platform secures its products by requiring API keys for authentication and billing purposes."],["You can create and manage API keys through the Google Cloud Console or the Cloud SDK."],["It's crucial to restrict your API keys for enhanced security by limiting their usage to specific APIs and IP addresses."],["Include your API key in every Address Validation API request using HTTPS."]]],["API keys are crucial for securing Google Maps Platform products, linking usage and billing to your project. To create an API key, navigate to the Credentials page in the Google Cloud console and select \"Create credentials.\" Restricting keys is highly recommended, limiting their use to specific APIs and applications; IP addresses can be restricted. To call the Address Validation API you need to include an API key in the URL and use HTTPS protocol. These keys can also be managed via the Cloud SDK.\n"]]