-
Access Denied: GA4 Property API Restriction – Reach Out to Google Analytics API Support for Assistance
Hey there, I’ve been using the run report API with GA’s data API v1beta and I’ve stumbled across this error message. It reads:
`json
{
“response”: {
“error”: {
“code”: 429,
“message”: “This property is denied access to the API. Contact Google Analytics API Support for more information.”,
“status”: “RESOURCE_EXHAUSTED”
}
}
}
`
I’ve been trying to find a solution, but the API documentation isn’t providing much help: https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReportI’m kind of hitting a wall here. Have any of you experienced this before or have any insights you could share? I’d really appreciate it.
Log in to reply.