I have the following Google Developer Console APIs with ON status:
- Google Maps Embed API
- Google Maps Javascript API v3
- Static Maps API
- BigQuery AP
- Google Cloud SQL
- Google Cloud Storage
- Google Cloud Storage JSON API
I have the following link in an HTML email:
<img src='http://maps.google.com/staticmap?center=-15,-47&zoom=11&size=600x200&key=myKey'/>
But I never get an image. The key works OK for an embedded map using an iframe.
What am I doing wrong?