Forum Discussion
Thomsch
Sep 27, 2022Iron Contributor
Teams Export API - Inline images in chat or channel conversations
We are in the middle of building our own chat/channelconversation backup tool for our company via the Teams Export API which works perfectly. A lot of inline pasted images are being used in our comp...
- Sep 27, 2022I just figured it out. With another GET query and the respective token I'm able to receive the image itself.
Thomsch
Sep 27, 2022Iron Contributor
I just figured it out. With another GET query and the respective token I'm able to receive the image itself.
- SatsumaSegmentMay 10, 2025Copper Contributor
Hi there, I know this was a while ago but could you tell me what token endpoint you needed to use here please?
I presume you were having the same issue as me, trying to use the bot to download the image via the contentUrl?
I am able to do this with attached files easily but when the user pastes a file into the chat it needs to be handled differently and I'm still trying to figure out how. - Meghana-MSFTSep 27, 2022Former EmployeeThank you for confirming.