Hi guys,
Our Google Cloud API usage by service credential given to RCis very high and we are trying to figure out how to optimize this.
The first thing we notice from our Google Cloud dashboard is that RC is calling two similar APIs but with different versions:
androidpublisher.SubscriptionPurchasesService.Get
and
androidpublisher.SubscriptionPurchasesV2Service.Get
The failure rate of the first one is 100% and we are getting over 100k requests of this per day.
How can we turn this off?
If not, then is there a good reason for having this?