Hello,
I am trying to access a Sharepoint folder thats located on a site of my compagny using the listFolder action. The url of the folder starts with https://mycompany.sharepoint.com/sites/mysite.
Every time I try using the listFolder or httpRequest Sharepoint action, I get a forbidden answer. More precisly I get a 403 "System.UnauthorizedAccessException" response. I'm pretty sure its not an issue with the path/id parameters because I tried other ids and paths and got "bad request" or "file not found" as a response instead of unauthorized.
For the listFolder action, I enter https://mycompany.sharepoint.com/sites/mysite as dataset and the id contained in the link the Sharepoint's "copy link" button returns me for the id parameter.
I have write and read access on the Sharepoint folder but my Power Automate flow can't seem to be authorized to access the folder
Is there something that could prevent me from doing so?