标签: python google-api gmail gmail-api google-api-python-client
我想通过尽可能少的 API 调用来下载它们。 https://github.com/googleapis/google-api-python-client/tree/master/samples 没有 Gmail。
答案 0 :(得分:0)
从关注 Python quickstart 开始,它会让您了解如何让 Auth 部分工作
request.auth.uid
一旦您了解了它的作用,您应该能够参考 user message list 以了解如何更改它以列出消息。