• I am trying to add a google calendar to my web site, i have double checked the API and Calendar but get this error message, any help would be very much appreciated

    While trying to retrieve events, Google returned an error:

    {
    “error”: {
    “code”: 403,
    “message”: “Requests from referer \u003cempty\u003e are blocked.”,
    “errors”: [
    {
    “message”: “Requests from referer \u003cempty\u003e are blocked.”,
    “domain”: “global”,
    “reason”: “forbidden”
    }
    ],
    “status”: “PERMISSION_DENIED”
    }
    }

    Please ensure that both your Google Calendar ID and API Key are valid and that the Google Calendar you want to display is public.
    Expand

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,
    I have the same problem.
    The API Key is restricted by the HTTP referrer url.

    If I delete the restricted or restricted it by the IP everthing works fine

Viewing 1 replies (of 1 total)
  • The topic ‘Google Calendar error message’ is closed to new replies.