Hi,
We are trying to get the report using Google Analytics API. Yesterday I was able to authorize the google account through oAuth and get back the reports successfully.
Today I getting the below error,
{ "error": { "code": 403, "message": "User does not have sufficient permissions for this profile.", "errors": [ { "message": "User does not have sufficient permissions for this profile.", "domain": "global", "reason": "forbidden" } ], "status": "PERMISSION_DENIED" } }
I have checked many related stack overflow posts and with those helps, I have linked my google console email to analytics users. And provided all permission to the users under User Management in Google Analytics account level setting.
Still I getting the issue, please provide me some suggestions to fix this issue.
Thanks