google places api - Invalid API key error when new IP address is added -


we trying add new ip address our api key used google places api. existing ips have associated key work. however, addition or changing ip address our original list of ip addresses causing google places api call fail following error message:

{     "error_message": "the provided api key invalid.",     "html_attributions": [],     "results": ,     "status": "request_denied" } 

what should doing resolve this? there additional setting/configuration needs done in google places api account?

use **

browser api

** key instead of server api key.. had same problem.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -