hello,
my facing an error while calling all profiles for an account (email address), Im using PHP client library.
here, im trying to list all profiles of email address by , management_profiles->listManagementProfiles(
accountId,
webPropertyId)
but it gives an error :
Error calling GET
https://www.googleapis.com/analytics/v3/management/accounts/{accountId}/webproperties/{
webPropertyId}/profiles?key={xyz}:
(403) Quota Error: User Rate Limit Exceeded
Also, I've checked my Usage Limits, in Traffic Controls for API Project (Quotas) for my API project (xyz) but it shows used
24% .
Please help me to fix this error and let me know why I'm facing this error , where might I have went wrong ?
Thank you
raul