Request had insufficient authentication scopes in Google Calendar API
I’m trying to create a new secondary calendar on a user’s account using the scope /auth/calendar.app.created, which is supposed to Make secondary Google calendars, and see, create, change, and delete events on them. Here is the relevant code:
Google API: Creating a new calendar
I’m trying to create a new calendar on a user’s account using the Google Calendar API. I’ve got my service set up: