gpt4 book ai didi

node.js - 谷歌 OAuth 类型错误 : Cannot read property 'OAuth2' of undefined

转载 作者:搜寻专家 更新时间:2023-11-01 00:36:30 25 4
gpt4 key购买 nike

我正在尝试使用 Google Calendar API 构建应用程序。我正在遵循指南:https://developers.google.com/calendar/quickstart/nodejs .但是,当我运行项目时,出现以下错误

类型错误:无法读取未定义的属性“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

有没有人遇到过类似的问题

最佳答案

我已经解决了:

const {google} = require('googleapis');
const OAuth2Client =google.auth.OAuth2;

关于node.js - 谷歌 OAuth 类型错误 : Cannot read property 'OAuth2' of undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49866493/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com