如何让 Gmail Api 真正导入?

How do I get Gmail Api to actually import?

我正在使用 Gmail API 尝试创建一个项目。我正在使用 Jupyter Notebook,它是一个 IDE,在您的浏览器中本地 运行。为了使用 API,您必须在 https://console.developers.google.com/ Google 帐户的凭据页面中输入一个 URI。

只有这样你才能使用API。但是对于 Jupyter,每次代码为 运行 时,URI 都会发生变化。我对如何解决这个问题感到非常困惑。有什么建议吗?

https://console.developers.google.com/apis/credentials/oauthclient/173761931313-i8g5p0jknbcjncau2uv8du35cg5ti8a5.apps.googleusercontent.com?project=quickstart-1586630092877&pli=1

这是 Gmail 为 Python 提供的代码:

https://developers.google.com/gmail/api/quickstart/python

我想我遇到了类似的问题。我通过创建凭据解决了它,键入:桌面应用程序。然后Jupyter Notebook就可以通过授权了,你可以select一个gmail账号来授权。