2014-03-03 70 views

回答

3

添加此代碼解決了這一問題:

if (Meteor.isClient){ 
    var scopes = ['https://www.googleapis.com/auth/drive','https://www.googleapis.com/auth/userinfo.email'] 
    Accounts.ui.config({'requestPermissions':{'google':scopes}}); 
} 
+0

感謝你爲這個,我節省了很多時間。 :) – mexitalian