gpt4 book ai didi

javascript - Meteor Accounts.ui.config 不适用于 Google

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

我只是尝试使用 Google 登录并获取日历等权限。但是,我在客户端中的代码仅提示用户登录以进行离线访问。为什么不要求日历等?此外,它不会强制批准提示。我正在使用 ian:accounts-ui-bootstrap-3

Accounts.ui.config({
requestPermissions: {
google:
['https://www.googleapis.com/auth/calendar',
'https://www.googleapis.com/auth/calendar.readonly',
'https://www.googleapis.com/auth/userinfo.profile',
'https://www.googleapis.com/auth/userinfo.email',
'https://www.googleapis.com/auth/tasks'],
// forceApprovalPrompt: {google: true}
},
forceApprovalPrompt: {google: true},
requestOfflineToken: {google: true},
passwordSignupFields: 'EMAIL_ONLY',
// extraSignupFields: []
});

跟随 Meteor 文档没有帮助,因为我收到此错误:

Uncaught Error: Accounts.ui.config: Invalid key: forceApprovalPrompt

最佳答案

问题是包无法识别的 forceApprovalPrompt 键。如果您删除 key ,它将要求提供日历等。

它似乎在使用 accounts-ui 包时有效,所以显然这是由于 ian:accounts-ui-bootstrap-3 中缺少的功能。

关于javascript - Meteor Accounts.ui.config 不适用于 Google,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27468270/

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