会议链接会发送到未经用户确认的固定地址
原文依据:3 处实时步骤将收件人硬编码为 `team@company.com`,但技能目的和前序步骤都没有确认这是用户希望分享的对象。
若该地址真实存在但不属于预期参与者,开放会议链接会披露给错误的邮箱;同时还会以用户 Gmail 账户的身份发送邮件。
步骤中的发送命令会对外执行邮件操作,并把会议链接发到固定地址 `team@company.com`;前文没有要求确认收件人。该地址可能只是模板占位符,但指令没有明确要求替换,因此按字面执行时可能把链接发送给错误或无权接收的人。用户可要求作者把收件人设为必填输入,并在发送前确认地址、主题和正文。
Create a Google Meet meeting space and share the join link.查看另外 2 个位置
2. Copy the meeting URI from the response3. Email the link: `gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'`1. Create meeting space: `gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'`2. Copy the meeting URI from the response3. Email the link: `gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'`