Forum Discussion
jesspoemape
Oct 16, 2023Copper Contributor
Why is Action.Execute returning 209: Invoke Validation Failed. User Forbidden to perform action?
I have a bot that responds to link unfurling with an Adaptive Card with some buttons that fire Action.Execute. When I click the button, the app displays "Something went wrong. Please try again", an...
jesspoemape
Oct 18, 2023Copper Contributor
Sayali-MSFT Ok I added the teams scope, and I am no longer seeing that error. My manifest now looks like this:
"bots": [
{
"botId": REDACTED,
"scopes": [
"personal",
"team"
],
"commandLists": [
{
"commands": [
{
"title": "login",
"description": "login to account"
},
{
"title": "logout",
"description": "logout of account"
}
],
"scopes": [
"personal"
]
}
],
"isNotificationOnly": false,
"supportsCalling": false,
"supportsVideo": false,
"supportsFiles": false
}
],
"composeExtensions": [
{
"botId": REDACTED,
"commands": [],
"canUpdateConfiguration": false,
"messageHandlers": [
{
"type": "link",
"value": {
"domains": [REDACTED],
"supportsAnonymizedPayloads": false
}
}
]
}
],
Sayali-MSFT
Microsoft
Oct 19, 2023jesspoemape-Has your issue been resolved, or is it still showing any errors?
- jesspoemapeOct 23, 2023Copper Contributormy issue was resolved. thank you!
- Sayali-MSFTOct 25, 2023
Microsoft
jesspoemape -Glad to hear that your issue is resolved.
Could you please share your valuable feedback via Microsoft Teams Developer Feedback link.