Reba CASH Customer's CARE Number-@)6003375509(((call //6003375509 Call NOW p
Sir please find the best for your future life and all the best for your ry yt r
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://learn.microsoft.com/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…
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…
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…
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…
Query on API
Hi All I want to fetch service health(Monitoring) information using an API. Could you please guide me on which API I need to use.
Microsoft graph API, Inline image is not visible in Windows outlook app
Hello, i am trying to send inline image which is about 1 mb or 1.5 max but its working in all platform like Mac outlook app and browser even its working in windows browser outlook app but not working windows outlook desktop app, can anyone please help me…
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…
I am trying to upload database backup zip file on sharepoint drive using odoo but it gives me access permission error
I am trying to upload database backup zip file on sharepoint drive using odoo but it gives me access permission error for you reference I attached screenshot,
onedrive api return 500 InternalServerError
我们自测出来可能是因为调用onedrive api太频繁而受到限制了,想问下是否有可能是这个原因? 如果是这个原因的话,想问下你们的接口频控的策略是怎样的?
How to use Outlook emailbox to send emails?
Our Node.js program used to use Outlook email to send emails without any issues, and provided user/password authentication using Basic. However, the Basic authentication method has recently been abandoned by Outlook mailbox, so now email sending has…
Can we convert .eml file to pdf , .docx or any image format
I am fetching the email from exchange server through graph api and then saving it to .eml , for which i didn't got any way to directly convert it into pdf , .docx or any image format . But while going through outlook when we open any message and go to…
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 =…
Check Subscription Type for MSA Users via Graph API
I'm trying to determine whether a Microsoft 365 user is part of any subscription (e.g., Microsoft 365 Family or Personal) or if they have a completely free account using the Graph API. I tried using the /v1.0/me/licenseDetails API, but it returns a 404…
What API permission do I need in order to assign role to a user
I'm doing a (@POST) request the role assignment endpoint https://graph.microsoft.com/v1.0/roleManagement/directory/roleAssignments with this payload: { "@odata.type": "#microsoft.graph.unifiedRoleAssignment", …
Does MSAL Use PKCE Flow for React-based Outlook Add-ins?
Hi Microsoft Community, I’m developing a React.js-based Outlook add-in and am using the MSAL library for implementing OAuth 2.0. The add-in interacts with Microsoft Graph API after getting access token from MSAL.js. While configuring the authentication,…