【发布时间】:2021-02-24 22:05:28
【问题描述】:
我正在尝试自动向一群人发送电子邮件。
我使用 credentials.json 进行身份验证和来自 gmail api 站点的示例代码。
错误:An error occurred: <HttpError 403 when requesting https://gmail.googleapis.com/gmail/v1/users/,<the account I used>/messages/send?alt=json returned "Request had insufficient authentication scopes.">
身份验证过程的问题在哪里?
【问题讨论】:
标签: python authentication gmail-api