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-06-20(UTC)"],[[["Google Maps Platform products require an API key for authentication and billing purposes, associating your project with your Google billing account."],["API keys can be created and managed through the Google Cloud Console or the Cloud SDK."],["For enhanced security, Google strongly recommends restricting your API keys by limiting their usage to specific APIs and IP addresses."],["Include your API key with every Map Tiles API request, ensuring the URL is properly encoded and uses HTTPS."],["After obtaining your API key, utilize it to create session tokens for accessing 2D and Street View Tiles, or directly for requesting 3D Tiles."]]],["API keys secure Google Maps Platform products by authenticating requests and associating them with a project and billing account. To create one, navigate to the Google Maps Platform Credentials page, and select \"Create credentials \\\u003e API key.\" API key usage should be restricted via the Credentials page by setting application and API restrictions for enhanced security. For Cloud SDK, the commands are `gcloud services api-keys create` to generate a new key or `gcloud services api-keys update` to set new restriction. Every Map Tiles API request requires an API key.\n"]]