Is Google Calendar V3 still supporting API Key Authentication?

Viewed 193

I've been using Google Calendar API for several years for a project and suddenly I received the following error when requesting the list of holiday events:

(es.mexican#holiday@group.v.calendar.google.com): "Invalid Credentials".

According to the docs, it should be still be possible to authenticate with API Key but when testing it returns the same error. Am I missing something?

google-apis-explorer error

1 Answers

It seems to be a bug that affected many users in the last days

I recommend you to give it a "star" to increase visibility and hope for prompt fixing.

Related