音频网址Google助手

时间:2019-01-24 16:02:52

标签: node.js webhooks google-assistant-sdk

是否可以通过代码将音频网址存储在我的Google辅助活动中?我在weebhook (req, res, next).中有此变量

我知道此文件存储在类似This的URL中,

  

https://myactivity.google.com/history/audio/play/AODP23YAAAAAXEnD183_fx-p5EP1A_4OXts5bZ-Yyb_F/1548255542698611

但是我不知道如何获取这些ID

  

/ AODP23YAAAAAXEnD183_fx-p5EP1A_4OXts5bZ-Yyb_F / 1548255542698612

我的webhook代码是:

router.post('/', (req, res, next) => {

    console.log(req.body.audio-url) // it would be something like this

0 个答案:

没有答案