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-05-12(UTC)"],[[["Google Maps Platform secures its products by requiring API keys for authentication and billing purposes."],["API keys can be created and managed through the Google Cloud Console or the Cloud SDK."],["It's crucial to restrict API keys to specific applications and IP addresses for enhanced security."],["You need to include your API key in every Routes API request, preferably using HTTPS."]]],["API keys are crucial for securing Google Maps Platform products, authenticating requests, and associating usage with your billing account. To create an API key, navigate to the Credentials page in the Google Maps Platform console and select \"Create credentials\". For security, restrict keys by setting application and API restrictions, such as allowing requests from specific IP addresses and selecting only necessary APIs like Routes API. Include this key in each Routes API request. Using the Cloud SDK, keys can be created, updated and restricted.\n"]]