OfficeDev / microsoft-teams-faqplusplus-app

DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48 stars 49 forks source link

Can not send SmeTicketCard to expert Teams channel - Operation returned an invalid status code 'Forbidden' #116

Open RonHunk opened 3 years ago

RonHunk commented 3 years ago

var resourceResponse = await this.SendCardToTeamAsync(turnContext, smeTeamCard, expertTeamId, cancellationToken).ConfigureAwait(false);

fail: Microsoft.Teams.Apps.FAQPlusPlus.Bots.FaqPlusPlusBot[0]

  Error processing message: Operation returned an invalid status code 'Forbidden' 

Microsoft.Bot.Schema.ErrorResponseException: Operation returned an invalid status code 'Forbidden'

at Microsoft.Bot.Connector.Conversations.CreateConversationWithHttpMessagesAsync(ConversationParameters parameters, Dictionary`2 customHeaders, CancellationToken cancellationToken)