Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
25 views

How to capture replies to a bot's message in a Microsoft Teams Channel without mentioning the bot?

I have developed a message extension bot app for Microsoft Teams and I want to capture replies to a message posted by the bot in a Teams channel without requiring users to mention the bot directly. I ...
XDeveloper's user avatar
0 votes
0 answers
40 views

How to authorize graph API for schema extensions using getAccessToken in Outlook Add-in (InteractionRequiredAuthError: invalid_grant: AADSTS65001)

I get the following error when making a post request for a schema extension with Office.auth.getAccesToken in an Outlook Web Add-in: AADSTS65001: The user or administrator has not consented to use ...
imstuff1's user avatar
0 votes
0 answers
41 views

How to handle deliberate errors for testing Axios requests with invalid credentials in Node.js?

I'm developing a Node.js script that interacts with the Microsoft Graph API using Axios for fetching user information and group memberships. To test error handling scenarios, I deliberately used ...
Salt's user avatar
  • 114
0 votes
1 answer
113 views

Not able to get Transcript content through Graph API

Following the microsoft documentation, we are tried to calling the Graph API for getting transcript content. Useful information: MicrosoftAppType=MultiTenant MicrosoftAppId=2dacff5b-9494-45b4-90f1-...
shweta chikhalikar's user avatar
0 votes
0 answers
44 views

Implementing reading users and groups using Microsoft Graph API on my backstage app for the catalog

Please does anyone have experience integrating backstage on Azure. I would like some insights on managing users and groups in catalog. Using LDAP configuration, the users and groups were successfully ...
Oyindamola Akinyemi's user avatar
0 votes
0 answers
42 views

Getting AAD App ID conflict error while triggering activity notification in Microsoft Teams

We are trying to resubmit our app in Microsoft Teams for an update. During the review period, we are getting app conflict error while triggering activity notifications. Following is the error message: ...
Soumya Dey's user avatar
0 votes
1 answer
224 views

Getting InvalidAuthenticationToken error while making microsoft graph api request

I need to get the list of all the files in one drive using a nodejs api. I have registered an app on azure and have implemented the code flow for authentication as described here :- OneDrive ...
V.J's user avatar
  • 1
0 votes
0 answers
21 views

How to send Mails in the Same thread using Microsoft Graph API

I am trying to send Mail using Microsoft Graph API in the same thread . I have tried using the /messages/{message_ID}/reply endpoint which sends the mail in the same thread , but if the subject ...
Sagar Moriya's user avatar
0 votes
1 answer
123 views

How can I refresh a token while working with msal-node for Microsoft Integration?

I'm using @azure/msal library along with Microsoft Graph api's. Also please note that I'm working with a Confidential Client Application. I have the first flow all set and done, I get the access token ...
Mustafa's user avatar
0 votes
1 answer
62 views

How do I use the ReadableStream returned by the Graph Client?

While fetching user profile pictures, I'm using the microsoft graph client's getStream() in the hopes of streaming the image data. Logging the return value claims the returned object is a ...
user3896248's user avatar
0 votes
0 answers
29 views

Microsoft Graph API - Generate PowerPoint slides thumbnails

Creating "thumbnails" is possible to do from graph api for a powerpoint, but the only catch is, that it creates only for the first slide and the others are not there. I want to generate ...
Fatlir Morina's user avatar
0 votes
0 answers
39 views

Microsoft Graph API - Advanced Query / Query String Search "Choice Column"

Searching for "Choice Columns" on site pages at sharepoint with the advanced query is impossible I assume with the "advanced query" part However searching for metadata columns is ...
Fatlir Morina's user avatar
1 vote
1 answer
65 views

Find or expand Sharepoint Page titleArea image - Microsoft Graph API

I have been struggling in the past days trying to find an related article/documentation about the Sharepoint Graph API site page image which is inside the titleArea or thumbnailWebUrl. There is no ...
Fatlir Morina's user avatar
0 votes
1 answer
37 views

How to replace static array data with from api request in Angular?

How do I replace the static array data to the response data from API request? I have a sample array of data below I want to replace that data with the data I get from an API response, How do I do that?...
Noobie's user avatar
  • 55
0 votes
1 answer
94 views

Handling refresh tokens in Azure (Microsoft graph) delegation flow

I am working on a project where I need to create events in user's Outlook calendars. The requirement is that job inspection dates should be added to the calendar of relevant users. Additionally, users ...
Nikhil Mandaliya's user avatar

15 30 50 per page
1
2 3 4 5
18