I’m experiencing the same issue in Power Automate Cloud with an Excel file. Here's the error message:
{
"status": 401,
"message": "The request is unauthorized by Graph API. Error code is 'FileOpenUserUnauthorized'. Error message is 'You do not have permissions to open this file in the browser.'.\r\nclientRequestId: ---------------------------",
"error": {
"message": "The request is unauthorized by Graph API. Error code is 'FileOpenUserUnauthorized'. Error message is 'You do not have permissions to open this file in the browser.'"
},
"source": "excelonline-bs.azconn-bs-001.p.azurewebsites.net"
}
I’ve already tried authorizing all permissions related to files in Graph Explorer, including app permissions, connections, and authentication, but nothing has worked so far.
This issue seems to be related to the Excel OneDrive connection and started occurring last week. Has anyone found a solution for this?