我正在使用Node.js Google客戶端API創(chuàng)建一個Google日歷事件,我要求使用以下對象使用該事件創(chuàng)建會議:var conferenceData = { createRequest: { requestId: uuid(), conferenceSolutionKey: { type: "hangoutsMeet" } }}我從服務(wù)器返回一條錯誤消息:Error: Invalid conference type value.這沒有任何意義,因為根據(jù)此文檔 ,這hangoutsMeet是一個可接受的值:可能的值為:面向消費者的環(huán)聊的“ eventHangout ”(http://hangouts.google.com)“ eventNamedHangout ”,用于針對G Suite用戶的經(jīng)典環(huán)聊(http://hangouts.google.com)環(huán)聊聚會(http://meet.google.com)的“ hangoutsMeet ”有人知道為什么它會返回該錯誤嗎?
創(chuàng)建日歷事件時返回奇怪的錯誤消息
慕運維8079593
2021-04-18 16:13:21