Forum Discussion
themashcodee
Jun 19, 2023Copper Contributor
RestError: Authorization has been denied for this request
I am trying to create(createConversationAsync) a conversation (dm) in microsoft teams bot framework, but I am getting this error err: RestError: Authorization has been denied for this request I h...
Sayali-MSFT
Microsoft
Jun 28, 2023mrpsycox -Could you please directly add App Id(Instead of
process.env.MicrosoftAppId) and Password value in index.JS file like below and check it once.
Sayali-MSFT
Microsoft
Jun 29, 2023mrpsycox -Did you get chance to check?