我正在开发一个应用程序来检索邮件/日历信息。我正在使用 App 模型 v2.0 OAuth2 和 Outlook REST API。我有一个个人 Live (...@live.nl) 帐户,可以使用 Outlook.com Web 界面查看邮件/日历数据。
当我将同一个帐户与 Outlook REST API 一起使用时,我在执行此请求时收到以下错误(也在 OAuth Outlook Sandbox 中): https ://outlook.office.com/api/v2.0/me/mailfolders/inbox/messages ?$top=10
"error": {
"code": "ErrorMissingEmailAddress",
"message": "When making a request as an account that does not have a mailbox, you must specify the mailbox primary SMTP address for any distinguished folder Ids."
}
此错误的原因是什么以及如何解决?