我已激活gmail api,并且我正在使用"对所有Google Cloud服务进行完全API访问的实例"。当我从实例运行以下内容时:
credentials = GoogleCredentials.get_application_default()
service = build('gmail', 'v1', credentials=credentials)
service.users().messages().list(userId='me').execute()
我明白了:
HttpError: <HttpError 403 when requesting https://www.googleapis.com/gmail/v1/users/me/messages/send?alt=json returned "Insufficient Permission">
我已经尝试过其他几个gmail-api调用,这总是响应。