The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
4,059 questions with Microsoft 365 and Office | SharePoint | Development tags
How to search for specific SharePoint site's document library by display name ?
Where we get all document libraries var graphServiceClient = new GraphServiceClient(requestAdapter); await graphServiceClient.Sites[siteId].Drives.GetAsync() there is no ms graph api for search document libraries by the display name. please help me…
Microsoft 365 and Office | SharePoint | Development
Edit SharePoint Library view in the new library format.
I have a number of views created in document libraries, but the new format doesn't allow me to edit those views and adjust the filters that have been set. All the help articles say to select Edit Current View as I would have done previously, but the…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
how to link salesforce to sharepoint
Have followed steps set out by SalesForce but am getting this result including "not granted in Europe" What am I doing wrong?
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Limit to the number of Rules in a site
I know there's a limit of 15 Rules per list. Is there also a limit of the number of Rules per site? I have a site with 39 lists. All lists have at least one Rule but no list has more than 3 Rules. Rules send emails correctly on some lists but not others.
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
How to receiving the webApplicationInfo from the manifest
My SPFx web part is throwing MsalServiceExceptions specifically on the Teams mobile client, even though SSO works perfectly on Desktop and Web. The bootstrap token seems to vanish during the iframe handoff, possibly due to third-party cookie…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
How to retrieve SharePoint storage metrics? ( with breakdown for versions)
Hi I am trying to get an exact breakdown of my sharepoint storage. I have tried to use powershell scripts that rely on Pnp.Powershell module but it takes a really long time as the site has data that is over 1TB. Is there a way of accessing the site or…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
What is the workaround for SharePoint developers blocked from workbench?
"Access to script at 'http://localhost:4321/temp/manifests.js' from origin ... has been blocked by CORS policy: Permission was denied for this request to access the loopback address space."
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
"Tenant does not have a SPO license" error on Graph API despite active SharePoint Online licenses
We are calling the Microsoft Graph API using application-level (client credentials) authentication. All requests to any SharePoint/OneDrive endpoint return: { "code": "BadRequest", "message": "Tenant does not have a…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
list item delta responded 500 error
https://learn.microsoft.com/en-us/graph/api/listitem-delta?view=graph-rest-1.0&tabs=http Our service has a long-standing implementation of the List Item Delta API, but since Feb 10, it has started failing repeatedly with the following error: <…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Legacy SharePoint Online Content Delivery Network (CDN) domain to be retired
I have a custom SharePoint application that configures the Global Navigation across our SharePoint environment, and I would like assistance in understanding whether the upcoming retirement of the public CDN has any impact on this solution. Details of…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
How to get the @microsoft.graph.downloadUrl of news items
I want to retrieve the four newest news items from a SharePoint site and get the temporary download URL of the first image in it's webParts. Somehow there does not seem to be a direct way to retrieve this, so I found a way in multiple steps: First I…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Change Sharepoint Favicon
Is it possible to change the sharepoint favicon for the company?
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Style resource group post SharePoint migration
Hi community members, We have migrated SharePoint on prem to SharePoint online recently. All online sites are modern communication template. We have observed for certain sites style resource readers group exists in destination with 3 default groups as…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
SharePoint REST API returning DateTime field (Created) without timezone (no "Z" suffix)
We are observing unusual behavior with the SharePoint REST API when retrieving Sites using: https://org.sharepoint.com/{ServerRelativeUrl}/_api/web/ In the API response, the Created property is being returned without any timezone information, for…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Queries related to PowerApps with SharePoint
Hi Team, I have a SharePoint site and that SharePoint site contains multiple lists. I am trying to create the PowerApps for those lists using Copilot. Copilot is creating the Dataverse table for those SharePoint list then creating the PowerApps(using…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
How to Determine SPListItem Id in SharePoint
I tested the SharePoint Asynchronous Metadata Read (AMR) API to retrieve the metadata manifest XML. In the resulting XML, I noticed that each file and folder has two entries: SPFile SPListItem These two entries look very similar, with only slight…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
how should we properly configure API scopes and tenant-wide deployment settings to resolve it?
We are developing an SPFx web part that calls Microsoft Graph to retrieve user profile and group membership data. The web part works correctly in the local workbench, but after deployment to the tenant app catalog, it fails with 403 errors when accessing…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
SharePoint Online REST APIs returning 401 with empty response body — error moved to headers?
We are calling SharePoint Online REST APIs using OAuth (Bearer token). Recently, we started observing that for invalid access token, SharePoint returns: HTTP status: 401 Unauthorized **Empty response body ({}) **Previously, we were parsing the error…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Microsoft Graph throttling behavior when processing driveItems in parallel
When fetching driveItems across multiple SharePoint/OneDrive sites using Microsoft Graph, Is throttling enforced per site/drive or shared across the app + tenant + SharePoint workload? For parallel processing, are there any recommended…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
500 Internal Server Error "generalException" on /items/delta API
Starting around February 10, 2026, our service began receiving 500 Internal Server Error with the message General exception while processing when calling the Microsoft Graph Delta API for List Items. This issue is happening globally across different…
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.