Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - Topic Creation & Management
Answered

Why does my sharepoint video not show in Copilot message?

(0) ShareShare
ReportReport
Posted on by 122

Hi,

I am attempting to send an embedded video to the user in Copilot Studio.

 

Here's how it looks with a YouTube video:

JuanArango_0-1703776178912.png

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.

  • Suma_Sai Profile Picture
    on at
    Re: Why does my sharepoint video not show in Copilot message?

    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 

     

  • JuanArango Profile Picture
    122 on at
    Re: Why does my sharepoint video not show in Copilot message?

    @Suma_Sai Hi!

    Yup,

    • be sure to use an adaptive card, most of the time messages with multimedia will not show the video.
    • Make sure that your copilot is set for teams and copilot in the security panel
    • Go to the video in the sharepoint location and copy the link to share, it can be shared as only view.

    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
     }
     ]
     }
     ]
    }

     

  • Suma_Sai Profile Picture
    on at
    Re: Why does my sharepoint video not show in Copilot message?

    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.

     

  • Verified answer
    JuanArango Profile Picture
    122 on at
    Re: Why does my sharepoint video not show in Copilot message?

    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.

  • adilei Profile Picture
    on at
    Re: Why does my sharepoint video not show in Copilot message?

    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?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Copilot Studio

#1
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 132

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 81 Super User 2025 Season 1

#3
Pablo Roldan Profile Picture

Pablo Roldan 61

Featured topics