I have a simple flow that receives a request from PowerApps that checks if a file exists on my OneDrive and returns the file content if it does. When I run the flow (Through PowerApps) it works fine, when users try it fails with:
{
"status": 404,
"message": "Item not found",
"source": "api.connectorp.svc.ms"
}
I've shared the whole directory with the users and when they open a direct link they can view the file. Why does Flow not show the same thing?