1

我正在撰寫一個Alexa技巧,它將使用Google日曆API根據我的Google日曆的內容爲我提供自定義響應。我基本完成了,除了一個絆腳石。當我嘗試調用從AWS LAMBDA的API,我得到以下錯誤:試圖在沒有OAuth許可屏幕的情況下授權AWS Lambda進行Google Calendar API調用

Your browser has been opened to visit: 

https://accounts.google.com/o/oauth2/auth?client_id=235499230491-5nkukk98kfnt16fvtmm2acrgq4r4ucr2.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2F&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcalendar.readonly&access_type=offline&response_type=code 

If your browser is on a different machine then exit and re-run this application with the command-line parameter 

--noauth_local_webserver 

我想知道是否有可能是任何方式,我可以驗證這AWS實例接受我的谷歌日曆API。任何想法,StackOverflow?

回答

相關問題