- It is an organizational tenant
I have checked that it is configured:
- I registered the application in Azure.
- I checked the execution permissions in Azure
- I connected my SharePoint to Ms Graph
- Checked the permissions
- I generated the token
- I can launch GET actions from the MS Graph itself and it works perfectly.
When creating a Topic in my Copilot Studio bot so that for example it asks for the list of files in a library.
- I set up an HTTP request
- I add the URL of the request (verified that from Graph it works)
- Get method
- In header I add the key and the value:
{
“Authorization": ”Bearer TOKEN”
}
- I create a variable to save the response
Error message: HTTP request error with status code 401 Unauthorized. Error code: HttpRequestFailure Conversation ID: 966ef428-4d79-458c-af92-3a4374665181 Time (UTC): 2024-11-21T12:55:30.605Z
I understand it's a permissions issue (I think so) but I can't seem to figure it out.
Thanks

Report
All responses (
Answers (