I am looking in to Microsoft Graph for the fist time. I am calling https://graph.microsoft.com/beta/me/drive/items/root:/STWTest.xlsx:/workbook/ and getting back the following response:
{
"error": {
"code": "AccessDenied",
"message": "Could not obtain a WAC access token.",
"innerError": {
"request-id": "28dc972e-b8ce-4b5c-bfbe-2bd29094c878",
"date": "2019-06-13T08:35:23"
}
}
}
Any ideas on how to resolve this error?