我在尝试通过 gmailr 包访问 gmail 时遇到问题。
已经为 Client 和 secret_key 提供了输入,它能够运行 gmail_auth(........)。但是,当我尝试提取 messages() 时,我收到 400 错误。
也尝试使用 .json secret_file 。但是结果一样!你能解释一下我在哪里缺少client_id吗?
gmail_auth(scope = c("read_only", "modify", "compose", "full"), id = the$id,secret = the$secret, secret_file = NULL)
messages(search="XX",num_results = 2, label_ids = NULL,include_spam_trash = FALSE,page_token = NULL, user_id = "me")
- 那是一个错误。
错误:invalid_request
缺少必需参数:client_id
学到更多
请求详细信息范围= https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/gmail.modify https://www.googleapis.com/auth/gmail.compose https ://mail.google.com/redirect_uri=urn :ietf:wg:oauth:2.0:oob response_type=code