microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.47k stars 2.44k forks source link

On Microsoft teams when I click allow permission to download file. I got something went wrong message #6559

Closed ChernHwee closed 1 year ago

ChernHwee commented 1 year ago

Describe the bug

On Microsoft teams application. After I followed and ran 56.teams-file-upload, I have click allowed and it shows the something went wrong message

To Reproduce

Steps to reproduce the behavior:

  1. Execute 56.teams-file-upload example
  2. type something on the bot
  3. Press allow in the upload permission
  4. See error

Expected behavior

Upon clicking it, it should not show the something went wrong

Screenshots

image

anishprasad01 commented 1 year ago

Hi @ChernHwee,

I am able to reproduce this. However, it also appears that no errors occurred within the bot and the Teams logo image was successfully uploaded to OneDrive.

Given that, it seems likely that this issue is occurring on the Teams client side. The Teams samples repo actually owns this now as well, and I would request you open an issue with them to see if they can advise as to why the error message is popping up incorrectly.