Google Calendar api authentication via POST request
问题 I am trying to issue a POST request towards the google calendar api, but I fail to understand how to authenticate it. I took the following steps to try and use a service account to do so: I've enabled the the calendar api in the Google Cloud console I've created a new service account, enabled G Suite Domain-wide Delegation , and downloaded the provided key. I've added the service account email to the calendar to be able to make changes and create events. I've tried to create a POST request to