Hi,
I am attempting to send an embedded video to the user in Copilot Studio.
Here's how it looks with a YouTube video:
Now, when I switch to my SharePoint video, it doesn't load; it displays a gray screen, indicating that it may not be able to access it.
I have enabled manual authentication, allowing SharePoint access to all files. The video permissions are set to public within the company.
Thank you @JuanArango for your prompt response. I was using the adaptive card to display the video, and manual authentication, and used the share point link with view access and I noticed that the video is not being displayed in the copilot studio interface but when I tried publishing it to teams webapp, the video was visible.
I tried analyzing the calls ,these are the error i noticed:
Error: GET https://powervamg.eu-il105.gateway.prod.island.powerapps.com/api/botmanagement/v2/environments/Default-96ea1b5b-afa7-4553-8782-1439b92ce57a/viral-signup/create/status 404 (Not Found)
Error: POST https://login.microsoftonline.com/organizations/oauth2/v2.0/token 400 (Bad Request)
Thank you
@Suma_Sai Hi!
Yup,
Use that link in the adaptive card, example below:
{
type: "AdaptiveCard",
'$schema': "http://adaptivecards.io/schemas/adaptive-card.json",
version: "1.5",
body: [
{
type: "Media",
sources: [
{
mimeType: "mp4",
url: Topic.URLvideo
}
]
}
]
}
Hi @JuanArango can you please explain in detail what and where you changed the permissions in order to achieve this. I am also trying to send a share point video in response to a query, but the video is not being displayed in the adaptive card response.
Hi @adilei ,
Yes, I had to utilize the SharePoint location. It turns out there were issues with both the video permissions and the usage of only the adaptive card embedded in the response action. Initially, I assumed that making it visible would grant access, but, in reality, edit permissions were necessary for it to function correctly.
The media elements (image, video) expect a publicly accessible source, while SharePoint requires authentication. Can you store your videos somewhere that will allow public access?
Romain The Low-Code...
132
Michael E. Gernaey
81
Super User 2025 Season 1
Pablo Roldan
61