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

后端 未结 8 1303
萌比男神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:32

    I also face same issue when add or edit event. And after some googling, I found that, one scope will give you all permission -

    https://www.googleapis.com/auth/calendar
    

提交回复
热议问题