400. That’s an error.
Error: invalid_scope
You don't have permission to access some scopes. Your project is trying to access scopes that need to go through the verification process. {invalid = [https:// mail.google.com/]} If you need to use one of these scopes, submit a verification request.
这是我在此链接中发布教程时遇到的错误: https://developers.google.com/gmail/api/quickstart/js
在链接中,他们让我通过python访问webserver,但我使用的是apache。 因此,在步骤1.f中,授权的JavaScript起源:使用链接http:// localhost而不是http:// localhost:8000。可能导致错误的原因是什么?
答案 0 :(得分:3)
您可以参考此thread。
根据2017年5月11日的announcement,有权访问某些用户数据的公开可用应用程序必须通过审核。如果您发现应用存在访问错误,请使用我们的OAuth Developer Verification表单提交请求。
对于个人用途应用和您正在测试的应用,请加入Google群组Risky Access Permissions By Unreviewed Apps,该群组允许您批准个人和测试帐户的数据访问权限。有关详细信息,请参阅Google API Services User Data Policy。
关于如何修复此错误的blog可能也会有所帮助。