Skip to content

Google Cloud API Configuration Issues

Some Google Cloud APIs must be enabled for the BigQuery connector to function correctly. If these APIs are not enabled, you may encounter errors when performing access management or data operations.

You may see errors such as:

Bash
"message": "[API_NAME] has not been used in project [PROJECT_ID] before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/[API_NAME]/overview?project=[PROJECT_ID] then retry."
"status": "PERMISSION_DENIED"

Note

The [API_NAME] will vary depending on which service is required but not yet enabled (for example:Cloud Resource Manager API).

How to Enable Required APIs

To resolve API-related errors, enable the missing API in your project. See How to Enable APIs for detailed steps.

Required APIs for BigQuery Connector

These APIs must be enabled in your GCP project. See Enable Required Google Cloud APIs for detailed steps.

General Troubleshooting

  • Verify APIs: Ensure all required APIs are enabled in your project.
  • Check Permissions: Confirm the service account has the necessary IAM Role Permissions.
  • Wait for Propagation: Allow 5–10 minutes after enabling APIs or updating roles.