It uses the static map API.
I have a webpage with 3 img tags, each of which is a call to the static maps API (NB, of course, this is not a real API key).
These 3 tags are identical, except for the magnification, which is 10, 13 and 16 for three images.
The API key is taken from a project in which the static map API is enabled, billing is configured and enabled.
I sent about 60 requests (this is a completely new development project, so I'm just getting started).
What I see is that sometimes all three cards are displayed. In other cases, one (random out of three) card fails with
403 "The Google Maps API server rejected your request. An internal error was detected for this API project."
Therefore, if I refresh the page 5 times, that is 15 requests, I will get about 4 failures and 11 successes.
So why does Google Maps accidentally reject some requests with this 403?
google-maps google-maps-api-3
pinoyyid
source share