• I’m testing API and I get errors….
    Server IP is correct and checked with provider
    Client IP is set correct with *.mysite.com/* as proposed by Goggle. Will I need to add https to client side?

    What else is the prob?

    Array
    (
        [error] => REQUEST_DENIED - This IP, site or mobile application is not authorized to use this API key. Request received from IP address 2a01:4f8:241:1f86::2, with referer: https://maps.googleapis.com/maps/api/geocode/json?region=DK&address=manhattan%2Bnew%2Byork%2Bus&language=EN&key=XXXXXXXXXXXXXXXXXXXXXXXXXXX
        [data] => stdClass Object
            (
                [error_message] => This IP, site or mobile application is not authorized to use this API key. Request received from IP address 2a01:4f8:241:1f86::2, with referer: https://maps.googleapis.com/maps/api/geocode/json?region=DK&address=manhattan%2Bnew%2Byork%2Bus&language=EN&key=XXXXXXXXXXXXXXXXXXXXXX
                [results] => Array
                    (
                    )
    
                [status] => REQUEST_DENIED
            )
    
    )
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello @hebhansen

    Sorry for not replying sooner.

    The issue is with the IP address that you restricted. You need to restrict the IP address from the error message.

    I hope this helps.

    Thread Starter hebhansen

    (@hebhansen)

    Hey @ninjew

    i do not understand. Where do I restrict and what should I Change?

    api i key over on Gmap?

    no restriktion on IP and not http either but None!

    and then what do I restrict? Secret? Apis?

    Can I add custom map to GMWP. Where Can I put map ID

    thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on API Access … !?’ is closed to new replies.