Forum Discussion
David_Chan2255
Nov 12, 2024Copper Contributor
Unable to download teams channel pasted image
Hi everyone, I got a composeExtension/fetchTask payload from messaging extension in teams channel. here is the messagePayload body {
"contentType": "html",
"content": "<p><i...
worknetbeam
Nov 17, 2024Copper Contributor
Fixes to Try
1. Save the Image Locally Before Uploading
- Instead of pasting directly into Teams, save the image to your computer (e.g., using Paint or a similar tool) and then upload it to the channel.
2. Clear Teams Cache
- Steps to clear the cache:
- Completely close Microsoft Teams.https://thetocaworld.com/
David_Chan2255
Nov 21, 2024Copper Contributor
Hi worknetbeam
thank you for the suggestion.
But we are implementing an extension for save message to our server, the downloading image in client side is working only if the user using web version.
but in mobile or desktop version, we are getting no permission error when try to download the image.