aporat / store-receipt-validator

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633 stars 153 forks source link

Android Problem #136

Closed safciplak closed 3 years ago

safciplak commented 3 years ago

{
  "error": {
    "code": 403,
    "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'androidpublisher.googleapis.com' for consumer 'project_number: ▶
    "errors": [
      {
        "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'androidpublisher.googleapis.com' for consumer 'project_num ▶
        "domain": "usageLimits",
        "reason": "rateLimitExceeded"
      }
    ],
    "status": "PERMISSION_DENIED"
  }
}
"""```
Stafox commented 3 years ago

More info about quota here: https://developers.google.com/android-publisher/quotas.

If 200k are not enough - you should implement cache on your side to reduce amount of requests to API.