Hi,
I am trying to hit this api me/calendars in the same code base. It's not working.
I am getting this following response.
{
error: {
code: "ErrorAccessDenied",
message: "Access is denied. Check credentials and try again.",
innerError: {
request-id: "7ba3122c-5c9f-42f9-b65e-ba01724bca67",
date: "2018-02-14T00:30:48"
}
}
}
even though I am sending access token in the header.
When I hit this me/microsoft.graph.sendMail endpoint, it's working.
Please let me know what I am missing.
Thanks,
Iniyan P