You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Versions
What package version of the SDK are you using: 4.16.0
What nodejs version are you using: v16.20.1
What browser version are you using: Chrome
What os are you using: MacOS
Describe the bug
The activity does not have the file on activity.attachments when the file is sent from a chat. The file does exist on activity.attachments when is sent from a personal tab though.
I see some people complaining about a similar issue on Microsoft Community, but no updates from MS since July (see here).
To Reproduce
Steps to reproduce the behavior:
Add your bot to a chat
Send a file
See the activity.attachments doesn't have the file.
Expected behavior
The activity.attachments should have the file as it happens in the Personal Chat (see the images below).
Screenshots
I sent a message Message + Attachment with a file attached called logo.png. The results:
From the Personal Chat tab with the bot:
From the new :
Additional context
I already added the following ChannelMessage.Read.Group and ChatMessage.Read.Chat to RSC permissions on the Bot manifest as the documentation suggests.
The text was updated successfully, but these errors were encountered:
avilabiel
added
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
labels
Oct 16, 2024
@ceciliaavila - I tested this using v4.16.0 and v4.22.2 and the issue appears to exist in both versions. Can you please verify if this is an SDK issue or a Teams issue?
@stevkan, @avilabiel, Hi!
According to Teams' documentation, sending and receiving files through the Teams bot API is only supported in personal scope.
tracyboehrer
added
Area: Teams
The issue is related to Teams support
and removed
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
labels
Nov 5, 2024
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Versions
What package version of the SDK are you using:
4.16.0
What nodejs version are you using:
v16.20.1
What browser version are you using:
Chrome
What os are you using:
MacOS
Describe the bug
The activity does not have the file on
activity.attachments
when the file is sent from a chat. The file does exist onactivity.attachments
when is sent from a personal tab though.I see some people complaining about a similar issue on Microsoft Community, but no updates from MS since July (see here).
To Reproduce
Steps to reproduce the behavior:
activity.attachments
doesn't have the file.Expected behavior
The
activity.attachments
should have the file as it happens in the Personal Chat (see the images below).Screenshots
I sent a message
Message + Attachment
with a file attached calledlogo.png
. The results:From the Personal Chat tab with the bot:
From the new :
Additional context
I already added the following
ChannelMessage.Read.Group
andChatMessage.Read.Chat
to RSC permissions on the Bot manifest as the documentation suggests.The text was updated successfully, but these errors were encountered: