Working with google after they changed their pricing structure recently. I am trying to find anything that tells me what keys/codes/ids I need from the large set of options they provide.
I have created my account, enable static maps API, created a service account key (JSON version). In this key I see lots of fields
private_key_id
private_key
Client_id
and several others.
When trying to load the Private Key and Client ID values into the overlay constructor, I still get an error about access forbidden. I am wonder if you have any documentation on what values I need to be using so I know I should be getting valid images back. The private key in the file I got looks like this:
“-----BEGIN PRIVATE KEY-----\n[1675 characters]\n-----END PRIVATE KEY-----\n”
Do I need that entire string, or do I parse out parts of it?
I need help figuring out what values to pass into your constructor since the ones I have been trying are not working.