GoogleCloudPlatform / GoogleCloudPlatform/core-solution-services
Error with API Keys API enablement (timing issue)
- Dominant language
- Python
- Stars
- 30
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
│ Error: Error creating Key: failed to create a diff: failed to retrieve Key resource: googleapi: Error 403: API Keys API has not been used in project seconddamoe before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/apikeys.googleapis.com/overview?project=seconddamoe then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
│ Details:
│ [
│ {
│ "@type": "type.googleapis.com/google.rpc.Help",
│ "links": [
│ {
│ "description": "Google developers console API activation",
│ "url": "https://console.developers.google.com/apis/api/apikeys.googleapis.com/overview?project=seconddamoe"
│ }
│ ]
│ },
│ {
│ "@type": "type.googleapis.com/google.rpc.ErrorInfo",
│ "domain": "googleapis.com",
│ "metadata": {
│ "consumer": "projects/seconddamoe",
│ "service": "apikeys.googleapis.com"
│ },
│ "reason": "SERVICE_DISABLED"
│ }
│ ]
│
│ with google_apikeys_key.idp_api_key,
│ on identity_platform.tf line 18, in resource "google_apikeys_key" "idp_api_key":
│ 18: resource "google_apikeys_key" "idp_api_key" {
Contributor guide
Assessment
This issue has not been assessed yet.