Forum Discussion
dlinncr
Dec 09, 2023Copper Contributor
Images in channel's Sharepoint storage not rendering in teams adaptive cards
Hello, we are trying to display images stored in Sharepoint in a teams adaptive card. The image will not display until the user has clicked on the 'files' tab for the channel. It returns with a 401, ...
dlinncr
Dec 12, 2023Copper Contributor
Prasad_Das-MSFT
Thanks for looking. Please do keep me posted, we have reverted to sending emails to the channel and its not ideal.
Daniel
Prasad_Das-MSFT
Microsoft
Feb 21, 2024dlinncr -
We got update from engineering team that, this is by design - image requests are not sent with any auth token, which is why we request that all cards images be publicly available.
As an alternative, you can convert the image to base64, or upload it to a publicly accessible image repository.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Mike_ShenAug 26, 2025Copper Contributor
Dear Prasad:
Due to the size limition of adaptive card is 28K it's not possible to use base64 when you have a normal sized picture uploaded by user.