你还没有定义变量 http 是。
http
从 https://developers.google.com/gmail/api/auth/web-server ,这似乎是您创建Gmail服务对象的方式:
http = httplib2.Http() http = creds.authorize(http) gmail_service = build('gmail', 'v1', http=http)