【发布时间】:2021-05-23 06:14:00
【问题描述】:
当我尝试将事件添加到我的日历时收到以下错误。
{
"code" : 403,
"errors" : [ {
"domain" : "global",
"message" : "Insufficient Permission",
"reason" : "insufficientPermissions"
} ],
"message" : "Request had insufficient authentication scopes.",
"status" : "PERMISSION_DENIED"
}
我设置了以下权限:
Google Calendar API .../auth/calendar See, edit, share, and permanently delete all the calendars you can access using Google Calendar
Google Calendar API .../auth/calendar.events View and edit events on all your calendars
Google Calendar API .../auth/calendar.events.owned See, create, change, and delete events on Google calendars you own
我能做错什么?我的项目中还应该设置什么?
【问题讨论】:
标签: oauth google-api calendar google-oauth google-calendar-api