403 Forbidden Error on Bot Adaptive Card Actions
A 403 Forbidden error occurs when trying to perform actions from Bot adaptive cards in a conversation where the Zoho Notebook bot is not added. We get a "permission denied" error (see the screenshot below) for the ME invoke call in the network tab, and the Adaptive Card JSON for the card is attached.
- Error in refresh actions
- Adaptive Card JSON: TeamsAdaptiveCard.txt
In the above TeamsAdaptiveCard.txt file, I have included the Adaptive Card with the actions part, and I am receiving an error for the "ShareView" refresh action.
Note: I cross-checked this issue by adding bot support to our application using a custom manifest package. In this custom app, after adding the bot to the specific group chat, the actions reach our end and work fine when the action button is clicked.
Please let us know the reason for this issue. We are using Bot REST APIs to post bot cards for bot commands.