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.
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…
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 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…
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…
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 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?
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…
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…
When edit an existing configured connector in New Teams, instead of modifying the existing configuration, a new configuration for the connector is being created
In New Microsoft Teams, we’ve observed that when we attempt to edit an existing configured connector, instead of updating the existing configuration, new configurations are being created for the connector. Interestingly, this behaviour differs from the…
Error: Initialize teams sdk failed due to not running inside Teams environment
Hello, Teams sdk is not working. it gives me error while running this code. const authScopes = ['User.Read.All', 'Calendars.ReadWrite', 'Mail.Send', 'MailboxSettings.Read'] await teamsUserCredential?.login(authScopes) const accessToken =…
if I use Graph explorer i can use my Graph APIs ,but same Tenant ID i use in my code there will be Access token failed?
Whenever i use Graph Explorer to explore APIs the result was successful , but when i am using that same APIs in my code using MSAL lib with same tenant ID then i am not able to use APIs. Why this happen please suggest me or explain me the process behind…
Why are Organizers and co-organizers unable to edit online meeting settings for meeting created via API
We are creating Teams Events & Online meetings via API and are adding co-organizers to the meeting so they can start/manage the online meeting. However neither the organizer account nor the co-organizers are able to edit any of the meeting options…
Issues trying to delete chat messages in Teams in Graph
I am attempting to search and delete a message in Microsoft Teams, I have found a procedure document from Microsoft that shows how to do it via the Purview Portal and Graph Explorer here, a cumbersome process to say the least, I get to the step where it…
Error loading Teams App - Sorry, we ran into a problem loading this app. Please reload the page or try another time.
Hi, I created a Teams app to publish our web app on Microsoft Teams, 365, and Office. However, I get Sorry, we ran into a problem loading this app. Please reload the page or try another time. error after a few seconds of loading the page. The console…
How to fix the "Sorry, we ran into a problem loading this app" message when loading my app
When i try to use my custom app in the "Microsoft 365" site i got this "error" message when my app starts loading This is not related to an issue in code, so searching for a failed request and i found this with an error message…
"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…
Ms Teams Integration in React App Using Azure Communication Service
Hi, I want to integrate Microsoft Teams into my React app. I am using some packages and helper functions provided by Azure Communication Services, as shown below: import { AzureCommunicationTokenCredential, CommunicationUserIdentifier } from…