我正在尝试使用Google Calendar API构建应用。我按照指南:https://developers.google.com/calendar/quickstart/nodejs。但是,当我运行项目时,我收到以下错误
TypeError:无法读取属性' OAuth2'未定义的
TypeError: Cannot read property 'OAuth2' of undefined
at Object.<anonymous> (
at Module._compile (module.js:660:30)
at Object.Module._extensions..js (module.js:671:10)
at Module.load (module.js:573:32)
at tryModuleLoad (module.js:513:12)
at Function.Module._load (module.js:505:3)
at Function.Module.runMain (module.js:701:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:618:3
是否有人遇到类似问题
答案 0 :(得分:3)
我已经解决了它:
const {google} = require('googleapis');
const OAuth2Client =google.auth.OAuth2;