Forum Discussion
chisr
Jul 27, 2022Copper Contributor
MS Teams bot - how to download file that was uploaded in teams
I'm using teams bot api. We want to support images - a user will upload images in teams bot conversation, and the image will be sent to our server and converted to base64. The request that my serve...
chisr
Jul 28, 2022Copper Contributor
Thanks!
This is not a published application, the users talk to the bot through the link from the registered bot Portal. So I will have to add my app as described here ? - https://docs.microsoft.com/en-us/microsoftteams/platform/sbs-file-handling-in-bot?tabs=visualstudio&tutorial-step=5
Sayali-MSFT
Microsoft
Jul 29, 2022Please have look into this doc-Send and receive messages with a bot - Teams | Microsoft Docs
- chisrJul 30, 2022Copper ContributorThanks.
It talks about sending an attachment (this works fine for me with HERO card).. My problem is - receiving an attachment (the url is private instead of pre-authenticated for a few minutes).