Google api 在日历列表中插入新条目时未找到Google日历API返回404?

Google api 在日历列表中插入新条目时未找到Google日历API返回404?,google-api,google-calendar-api,Google Api,Google Calendar Api,在日历列表中插入条目将返回“404未找到”。 请求如下: POST https://www.googleapis.com/calendar/v3/users/me/calendarList 请求机构: { "summary":"test Calender", "id":"test@google.com", "defaultReminders":[ { "minutes":2, "method"

在日历列表中插入条目将返回“404未找到”。 请求如下:

POST https://www.googleapis.com/calendar/v3/users/me/calendarList
请求机构:

 {  
    "summary":"test Calender",
    "id":"test@google.com",
    "defaultReminders":[
          {
             "minutes":2,
             "method":"email"
          }
       ]
    }
回复没有对错误做出任何好的解释。只是“找不到”。
可能出了什么问题