php - Google API Server key - IP Restriction -


i'm trying use google api server key (in php).

i've created new server key , added local ip , working fine.

i'm trying use key calendar public shared.

i've moved page on remote host , added server ip allowed ip list, remote page error:

there per-ip or per-referer restriction configured on api key , request not match these restrictions.

i've asked provider , confirm 1 i'm using right ip address. don't going wrong. i've tried print server ip using echo $_server['server_addr'] 127.0.0.1.

thanks


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -