Status Update
Comments
kd...@gmail.com <kd...@gmail.com> #3
samaabunail <buganizer-system@google.com>:
dg...@gmail.com <dg...@gmail.com> #4
tokens_per_day {
consumed: 12
remaining: 23748
}
tokens_per_hour {
consumed: 12
remaining: 3748
}
and then the next time it runs I get this error: "ResourceExhausted: 429 Exhausted property tokens for a project per hour."
Any ideas?
in...@greatestate.it <in...@greatestate.it> #5
they're investigating
Regards
Francesco
ca...@google.com <ca...@google.com> #6
Hello Everyone,
Thank you for your response.
Our team is still investigating this issue. Rest assured that we will update this thread once there's an update to this.
Regards,
Carmela Cortez, Google Analytics API Team
kd...@gmail.com <kd...@gmail.com> #7
anything update now?
Regards
Scott
ke...@google.com <ke...@google.com> #8
Hi Scott,
Our team is still looking into the issue. Rest assured that I've already followed up on this and I'll try to get an update as soon as possible.
Regards,
Kevin Soriano, Google Analytics API team
kd...@gmail.com <kd...@gmail.com> #9
thanks for checking.
yu...@narrative.bi <yu...@narrative.bi> #10
We have a similar issue. We got throttled only after 270 tokens instead of 1250 tokens. As you can see the previous request worked fine, and then we got throttled.
Please let me know how that can be solved. Our clients are affected.
Thank you,
Yury
ke...@google.com <ke...@google.com> #11
Hi Yury,
Thank you for letting us know that you're encountering a similar issue. I've sent you a separate email to request for additional information which could help us in our investigation.
Regards,
Kevin Soriano, Google Analytics API team
ke...@google.com <ke...@google.com> #12
Hi Everyone,
We have an update from our team.
It appears that the status of the quota related to the error encountered can be tracked using the tokensPerProjectPerHour field of
In the meantime, you may try using our
If you encountered the error even when you still have tokensPerProjectPerHour quota remaining, let us know so we can reach out to you and further investigate. Please refrain from posting private information in our public tracker.
Regards,
Kevin Soriano, Google Analytics API team
dg...@gmail.com <dg...@gmail.com> #13
ke...@google.com <ke...@google.com> #14
Hello,
I've sent you a separate email to request for more information. Let's continue the discussion on that thread.
Regards,
Kevin Soriano, Google Analytics API team
re...@lucernahealth.com <re...@lucernahealth.com> #15
Hi Kevin,
Our team is also having this issue while using Airbyte to pull Google Analytics data. Airbyte returns the following;
"error": {
"code": 429,
"message": "Exhausted property tokens for a project per hour. These quota tokens will return in under an hour. To learn more, see https://developers.google.com/analytics/devguides/reporting/data/v1/quotas",
"status": "RESOURCE_EXHAUSTED"
}
At the same time we are using the "returnPropertyQuota": true
and seeing we still have available tokens.
ke...@google.com <ke...@google.com> #16
Hi Resford,
I've sent you a separate email to request for more information. Let's continue the discussion on that thread.
Regards,
Kevin Soriano, Google Analytics API team
Description
from Google Analytics Data API beta version (using NodeJS with @google-analytics/data package) i receive:
"Error: 8 RESOURCE_EXHAUSTED: Exhausted property tokens for a project per hour. These quota tokens will return in under an hour. To learn more, see
but the value of returnPropertyQuota is not exhausted (see the attachment)
Our script run every month and we have never had this problem before.
We use the right delays to stay under
5000 -> token per hour
25000 -> token per day
Thank you
Francesco