Facing an issue with Microsoft Graph apis on accessing the one note content using site_id
I having these graph apis access I am using below code to get the one notes content using site_id import requests from env import * class SharePointNotebookLister: def __init__(self, tenant_id, client_id, client_secret): self.tenant_id =…
How to edit selected and following recurrent Outlook events via Microsoft Graph API
We are currently implementing a feature that allows updating a selected event and all subsequent events in a recurring event series. Our expected outcome is that events in the Outlook calendar will remain synchronized with our application internal…
Challenges implementing PKCE flow in Outlook Add-In: handling Authorization Code and popup limitations
Hi Microsoft team, I am currently working on implementing OAuth 2.0 PKCE (Proof Key for Code Exchange) flow in a React.js-based Outlook Add-In. But I have an issue while opening a popup and getting the auth-code from the popup. Scenario: In the PKCE…
I'm from Malaysia. I have problem signing up for Azure account. Error message "We’re unable to validate your phone number"
I'm from Malaysia. I have problem signing up for Azure account. Error message "We’re unable to validate your phone number". I'm sure I have entered the correct number as according to required format. I have also tried different phone numbers…
How to remove a participant from a Teams call using a bot
Hi, I have a Teams recording bot which automatically joins a call via a compliance recording policy (based on the following Microsoft sample: recording bot sample) I'd like use this bot to remove participants from the call on the fly via Graph API, but I…
How to fix this issues as I got the access token and powershell sdk of connnection through Graph. Still I am facing this error message.
PS C:\Users\Hritik Raushan> Get-MgUser Get-MgUser : Expected comma, literal, or object. Was Eof: . At line:1 char:1 Get-MgUser + CategoryInfo : NotSpecified: (:) [Get-MgUser_List], ParserException + FullyQualifiedErrorId :…
How to use CAML query to get Sharepoint list using Graph API in .Net
Below is the Current code, i want to add CAML Query here to filter Field "AppCode", "User" and "Group". Here need to check "Group" using OR condition because we have list of group here GraphServiceClient…
Oauth2 for SMTP.Send granting AccessToken but returns 535: 5.7.3 Authentication unsuccessful when used
Our application was updated late last year to support Oauth2 for obtaining (via IMAP) and sending (via SMTP) emails on behalf of outlook.com consumer accounts. (Edit: See responses below if experiencing the problem with Microsoft 365 accounts.) We…
Deploying with Microsoft.Graph sdk to Azure Function App Isolated Worker Net 8.0 causing InternalServerError from host runtime
I am trying to debug this issue where the inclusion of the Microsoft.Graph SDK is causing the azure function app host run time to fail. Running the function app in debug mode locally I have no issues using Microsoft Graph to access the data I need. It…
How to use CAML query using Graph api in .Net
Below is the Current code, i want to add CAML Query here to filter Field "AppCode", "User" and "Group". Here need to check "Group" using OR condition becault we have list of group here GraphServiceClient…
What do I need to do to migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph
Hello community. I am getting a recommendation to "Migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph" My impacted resource is "Fanatical Support® For Office 365" which is a Rack Space product. …
404 error on /subscriptions
Using the GraphAPI with a webhooks subscription we are seeing a 404 error when trying to register a subscription. The environment is a multi-geo environment and the call works for the geo that the software is located in but not for the other geo. Is…
403 unknownError when Accessing Group/User Notebooks via Microsoft Graph API
Issue Summary: We are encountering a 403 unknownError when trying to access group notebooks via the Microsoft Graph API endpoint: GET https://graph.microsoft.com/v1.0/groups/{group-id}/onenote/notebooks This issue is tenant-wide and occurs across all…
Microsoft Graph Calendar API 403 Forbidden Error Occurring for Some Users Since October 11, 2024
We have integrated Microsoft services into our developed application, allowing users to make calendar reservations. After a reservation is made, we use the Microsoft Graph Calendar API to write events to the user's calendar. Since around October 11,…
Permissions Not Visible in SharePoint Document Library Files Despite Being Set via Microsoft Graph API
Hi everyone, I’m working on a C# application using the Microsoft Graph API version 4.51.0 to manage permissions in a SharePoint site’s document library Files. The code successfully sets permissions programmatically, we also getting destination permission…
Microsoft Graphi API Webinar Registration not loading
When creating a webinar via graph api (https://zcusa.951200.xyz/de-de/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0&tabs=http) , the Webinar is created. Also everything is working except the registration link. The link is…
onedrive api returned “The property SMTotalFileStreamSize is not supported for OrderBy”
https://graph.microsoft.com/v1.0/me/drive/root/children?select=id,name,size,webUrl,createdDateTime,lastModifiedDateTime,folder,parentReference&$top=1000&$orderby=size%20desc Hi,你好,我们调用以上这个接口根据size(orderby=size)排序时,会报以下错误: {"error":{"…
Facing an issue with accessing onenote api using site id
Hi, I am having the below graph apis access for one note. And Now I am trying to get the one note content using below code import requests from env import * class SharePointNotebookLister: def __init__(self, tenant_id, client_id,…
Microsoft Graph API BETA - Create fido2AuthenticationMethod - The method is not supported for this URL
Hi, I tried using the BETA version to create the fido2AuthenticationMethod, but encountered an error: "The method is not supported for this URL." Additionally, other BETA methods do not seem to work as expected. Here is the link to the…
Is anyone at MS aware of the 504 timeouts from the OneNote Graph API endpoints?
Every time I call https://graph.microsoft.com/v1.0/me/onenote/sections/{section_id}/pages for a specific notebook section, I receive a 504 Unkown Error.I've noticed several similar posts about this issue. Is anyone at Microsoft addressing this? I'm on a…