我安装了包
meteor add percolate:google-api
并配置了帐户:ui和accounts-google,我使用我的Gmail登录。
不知道在哪里放置以及接下来要做什么来获取我的所有Gmail电子邮件。
任何帮助?
由于
答案 0 :(得分:0)
您需要查看Google API才能使其正常运行。看看这里例如:https://developers.google.com/gmail/api/v1/reference/users/messages/list
使用以下方式对用户收件箱中的邮件进行GET请求:
GET https://www.googleapis.com/gmail/v1/users/userId/messages
您可以通过致电:
来使用该套餐GoogleApi.get('https://www.googleapis.com/gmail/v1/users/userId/messages', options[, callback]);