【发布时间】:2019-01-31 21:35:44
【问题描述】:
Meteor js 请求权限不起作用。我想访问谷歌日历,访问令牌没有谷歌日历的权限。我如何才能访问谷歌日历。
【问题讨论】:
-
Meteor.loginWithGoogle({ requestPermissions: [ 'googleapis.com/auth/calendar', 'googleapis.com/auth/userinfo.profile', 'googleapis.com/auth/tasks'], requestOfflineToken: true });
-
这是我的示例代码。谷歌范围不起作用
-
如果您想添加信息而不是发布 cmets,请编辑您的主题。
-
嗨,Bidhan Baral,这个网站可以帮助您解决很多问题,但是为了让人们有机会帮助,创建一个“好”的问题很重要。这意味着不仅要知道how to ask 还要知道how to format 的问题。
-
就像人们已经说过的那样,编辑您的问题并停止在 cmets 中发布内容。
标签: meteor google-api google-calendar-api