Error status 403 from www.googleapis.com

I am trying to use geolocation api but getting this error error status 403 from www.googleapis.com .
dont know what to do

1 Like

Are you following this tutorial? If so, have you signed up and grabbed a key for the google api?
https://docs.particle.io/tutorials/integrations/google-maps/

1 Like

The first thing is usually to find out what the error means
https://httpstatuses.com/403

Knowing that 403 means “Forbidden Request” would bring you back to @dcliff9’s question, as invalid authentication is often the reason for a forbidden request.