All Questions
Tagged with microsoftgraph or microsoft-graph-api
14,389 questions
0
votes
0
answers
14
views
Microsoft Graph PDF conversion timing out at ~45 seconds with "General_Timeout" error
Environment:
Azure App Service (Windows)
Node.js application
@microsoft/microsoft-graph-client v3.0.7
Testing with Postman (to isolate from client-side issues)
SharePoint Online drive item ...
Advice
0
votes
1
replies
19
views
Fetching Microsoft Teams meetings details/metadata
Background
I create Microsoft event notification (callTranscript) for a user [with CAP and application permissions in place]
Whenever a meeting ends that is recorded, I receive the transcript ...
0
votes
0
answers
80
views
Power Automate / Copilot Studio: Retrieving last email thread by To or CC
I’m building a flow in Power Automate / Copilot Studio that works as follows:
The flow gets an email address input from the user.
It retrieves the last email thread involving that address.
It ...
-1
votes
0
answers
57
views
Graph 504 GatewayTimeout leading to CommandConcurrencyLimitReached Error
we have an application that is processing incoming emails. Every now and then we are getting timeouts from Graph. However we are not retrieving lots of data.
An example of one call where we get a ...
1
vote
1
answer
38
views
Find the associated event for a EventMessage
I would like to find the event (calendar item) for a given EventMessageRequest or EventMessageResponse with Microsoft Graph.
In EWS both have the attribute associatedcalendaritemid that can be used, ...
0
votes
0
answers
35
views
How can I exclude a folder and all of its subfolders when filtering messages in Microsoft Graph API?
I’m using the Microsoft Graph API to retrieve messages while excluding certain folders. My filter looks like this:
GET /me/messages?$filter=
parentFolderId ne 'draftBoxID' and
parentFolderId ...
0
votes
0
answers
56
views
Single Value Extended Property to extract URL form mail body
I Tried of using this PidNameExtractedUrls Single Value extended property to extract the urlset from my mail body but it didn't worked
This is the endpoint i used -> https://graph.microsoft.com/v1....
0
votes
1
answer
122
views
OneDrive sharedWithMe returns only one item
A request from a standalone application to the sharedWithMe endpoint returns only one item.
Scopes used for authorization are: files.readwrite.all group.readwrite.all sites.readwrite.all ...
2
votes
1
answer
66
views
How can I reliably detect when a message is moved between folders in a shared mailbox using Microsoft Graph?
I’m building a workflow on top of a shared mailbox where each email acts as a ticket, and its folder represents its current state (New, In Progress, Waiting, Closed, etc.). To make this work, I need a ...
2
votes
0
answers
63
views
Managed Identity does not allow a call to MS Graph API
I created a user-assigned Managed Identity and granted it Sites.Read.All permission to MS Graph API. Then, I created a notebook instance on Azure Machine Learning and assigned it the created managed ...
0
votes
0
answers
43
views
Graph API committing uploaded IOS IPA. Do I need to encrypt this file or not?
I'm attempting to send an IPA for an IOS application to our Intune instance for consumption as an LOB app.
I've gone through all of the required incantations so far to get this to work in automation ( ...
Advice
0
votes
0
replies
22
views
Can i check how much time spent on mobile for ms office apps using graph API?
I know
Graph API focuses on sign-ins, audit logs, and activity counts, not session duration.
Office apps do not send “session end” events to Graph.
If any one know another thing please suggest
0
votes
0
answers
45
views
ms-graph keeps only html body when creating drafts
I use ms-graph for sending emails and it works fine when I pass it a full html body that start with the <!DOCTYPE html> element.
However, the same html is stripped down to its <body> ...
1
vote
1
answer
69
views
Getting error "invalidRequest" when filtering based on lastModifiedDateTime (Microsoft Graph API)
I am using the below filters for the graph api request.
?$filter=lastModifiedDateTime ge 2023-10-06T06:48:54Z&$select=name,lastModifiedDateTime,@microsoft.graph.downloadUrl
I am getting the ...
0
votes
1
answer
60
views
Microsoft OAuth Refresh Not Found
I set up a job that periodically fetches a new access token with the refresh token, but after hundreds of successful executions over the last couple of days, I just got the following error:
Client ...