Why is Google Calendar API (oauth2) responding with 'Insufficient Permission'?

后端 未结 8 1330
萌比男神i
萌比男神i 2020-12-01 17:42

I\'m doing a get request to the following URL (with {id} replaced with the id from the web interface):

https://www.googleapis.com/calendar/v3/calendars/{id}
         


        
8条回答
  •  抹茶落季
    2020-12-01 18:33

    To fix, I revoked access to the app at https://accounts.google.com/IssuedAuthSubTokens and retried after which, I was able to access the API correctly.

    Despite having the scope in the list, and the scope showing up on Google's OAuth2 grant page, the additional scope wasn't granted.

提交回复
热议问题