Google Calendar API - no longer authorized for reads?
问题 So, using the Calendar API to pull all events from a publicly available Google Calendar. This were working fine until this morning. As I'm not updating or doing any data alteration, we've implemented an API key to access read only data as follows: https://www.googleapis.com/calendar/v3/calendars/[calendar ID]/events?timeZone=EDT&timeMin=2020-06-30T04:00:00.000Z&maxResults=6&singleEvents=true&orderBy=startTime&key=[API key] Yesterday, pulled fine, today returns: code: 401 message: invalid