unable to export messages
Hi All, I have a Teams channel, and I want to export all the channel messages to a CSV file. I have created an Azure App registration and assigned Microsoft Graph API Application permission (ChannelMessage.Read.All). Using Postman, I have generated the…
"Configurable Tabs" Not Visible When Adding Teams App
Hello, I've created a new Teams app using the VS Code Teams Toolkit. I want to add a page (a "configurable tab") where the user setting up the tab can enter a URL, which will then become the default URL displayed for everyone who clicks on the…
403 Forbidden Error When Creating Virtual Event Registration with Microsoft Graph
Testing the "Create virtualEventRegistration" feature in Microsoft Graph using Postman results in a 403 Forbidden response when attempting to create a registration record. Are there specific requirements for the webinar to allow registration…
How to fetch the name of an app (teams) configured on the Microsoft Admin Center by a user.
I'm looking for assistance with retrieving the name of an app that is configured on the Microsoft Admin Center by a user. Could you please guide me on how to fetch this information?
Hello Microsoft Support Team, I am experiencing an inconsistency with file attachments when interacting with our bot in Microsoft Teams. When a file is uploaded in a 1:1 chat with the bot, all relevant attachment details are provided, including the file’
Hello Microsoft Support Team, I am experiencing an inconsistency with file attachments when interacting with our bot in Microsoft Teams. When a file is uploaded in a 1:1 chat with the bot, all relevant attachment details are provided, including the…
Azure Open AI Custom App in Teams How to Able to Read & Write files
Hi Support, I had integration Azure OpenAI into Teams App. how I can able when users upload a file (pdf or word , excel ... etc) and open ai can able to read the file and provide summary for the file and generate a new file? current when I test upload…
Microsoft Teams Tab App Fails Authentication with AADSTS650057 Invalid Resource Error
Hi, I'm developing a Microsoft Teams Tab app using a custom manifest and integrating it with Microsoft Entra ID (Azure AD) for authentication. While authentication works seamlessly in the browser, attempting to log in through the Teams app results in…
Problem using Javascript to display browser pop-up when running the Microsoft Teams Personal app in a mobile environment
hi, I want to use Microsoft Teams' personal app on my mobile device. The personal app calls the existing webpage. This web page uses the window.open function to display a popup window. It works fine on iPhone, but not on Android. Does anyone know…
How does host retrieve the data edited by the user in the adaptive card (Teams Chat)?
Hi all, We use MS graph rest API to send an adaptive card containing input texture in teams 1-1 chat to allow the user to fill in information. How can the sender obtain the data filled in by the user in the adaptive card through the rest API?
MS Teams bot has not responded Initially to few users, However within 24 hours it responded back after user input again
Hi Team, In Our chatbot out of 9 users who were given the access to the teams bot, 2 users were unable to get the response from the MS Teams bot (AskIT UAT App). Could you please help us with the RCA of the bot not responded issue as the other users…
How to fetch meeting ID from meeting link or given meeting ID from the calendar?
Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id I am trying to get Meeting ID for to fetch transcript.So,i am trying in Graph Explorer using below URLs and i have tried via coding also. For to get…
Send Sentinel Incidents to Teams Channel
I tried using the adaptive card solution to send Sentinel incidents to a standard Teams channel, but that did not meet our needs and had these shortcommings: Dependent on a Teams user / service account. Upon using the adaptive card response options,…
How to fix "Internal calls to PLS Service have failed. We can't find the tenant region for tenant. Please try again later."
I am trying to login into my teams admin center for managing custom apps and users. I recently created account on Microsoft and added custom domain in it. With the custom domain user I register an app in azure portal and resource group which is…
I would like to get a response of the user when he clicks on the adaptive cards in power automate
Below are the power tag config { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.2", "body": [ { "type":…
how to fix this error because i have failed to submit my app to microsoft store Package URL should begin with https:// and should point to a versioned, downloadable package.
Package URL should begin with https:// and should point to a versioned, downloadable package.
export messages
Hi All, I have a Teams channel, and I want to export all the channel messages to a text or CSV file. This is a one-time activity. I have created an Azure service principal (Azure App registration) and assigned Microsoft Graph delegated API permissions…
How to extract Meeting ID from the Teams Meeting Link?
Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/api-transcripts?source=recommendations#list-calltranscripts To use Graph API i need Meeting ID so, API below: GET…
Failed reason: AppInitTimeout issue in Teams Custom App
Is there any solution for this issue yet? Link: https://stackoverflow.com/questions/79042899/warning-banner-in-all-teamsapp-tab
Unable to Order the Channel Tabs using graph API inside our Teams apps
I am working on a Teams App >> which creates a new Teams Site + new Channel + tabs inside the channel. The final result will be as follow: - Now I want to reorder the tabs mainly by moving the Notes tab to be the last tab, as mentioned in this…
Changing the "GIT Repo URL" from GitHub to Bitbucket is still showing the result of the old code
I have installed this Teams Apps from GitHub:- https://github.com/OfficeDev/microsoft-teams-emergency-operations-center and i deploy it to our tenant and it is working well. Now the customer asked us to clone this app >> do some changes >> so…