I have a flow which get called from Power Apps, it create an HTML file inside the user's onedrvie, and then convert it to PDF, as follow:-
now for some users (not all users) the action to "Convert file", will fail due to access denied as follow:-
here is the error details:-
{
"status": 403,
"message": "Access denied",
"source": "api.connectorp.svc.ms"
}
so why the user can create the file, but can not convert it?
Thanks