MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
286 stars 508 forks source link

File downloading is getting failed in MS Teams Bot (Desktop and Web) using File consent card. #3613

Open TejaReddy0226 opened 3 years ago

TejaReddy0226 commented 3 years ago

Bot Framework SDK 4.8.1

File downloading is failing in MS Teams Bot (Desktop and Web) whereas files are properly getting uploaded in Users OneDrive.

We are using a File Consent Card to upload the file in the User’s OneDrive. And once, the file is uploaded in OneDrive, Bot brings back the option to download the document locally in the MS Teams BOT. After clicking on 3 Dots > Download > it is showing “The File Didn’t Download”

ghost commented 3 years ago

Hi TejaReddy0226! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Chetana-MSFT commented 3 years ago

@TejaReddy0226 Thanks for bringing up this insights, Let us check this at our end and will get back to you.

Chetana-MSFT commented 3 years ago

Hi @TejaReddy0226 Could you please go through the sample That shows the entire flow, including creating the download card in the FileUploadCompletedAsync method.

TejaReddy0226 commented 3 years ago

Hi @Chetana-MSFT we have implemented code as per the sample provided in the github. It is use to work fine before we facing this issue recently.

Chetana-MSFT commented 3 years ago

@TejaReddy0226 I am able repro the issue, we have raised a bug for this, concerned engineering team is working on it.