The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
4,199 questions with Microsoft 365 and Office | SharePoint | Development tags
Can a Microsoft Entra Security Group be created using SharePoint CSOM (ClientContext) instead of Microsoft Graph?
I'm developing a SharePoint Online migration tool. Currently, I create Microsoft Entra Security Groups using Microsoft Graph: await graphClient.Groups.PostAsync(group); I would like to know whether the same operation can be performed using SharePoint…
Microsoft 365 and Office | SharePoint | Development
JSON formatting to hide Add New item button on SharePoint list calendar view
Hello! How can I hide the Add New item button on a SharePoint list calendar view? This does not work and I want my users to use the integrated Form to add items to the list and not the native button (as that Form is customised via Power Apps to operate…
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 - Detect Permission-Only Changes Incrementally
Hi, We're using the Microsoft Graph DriveItem Delta API for incremental SharePoint extraction. It works well for content changes, but we're unable to identify permission-only changes. Scenario: No file/folder/page/site/list changes. No metadata…
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.
Does all the code using GetACSAppOnlyContext will stop working after April 2, 2026?
We are using GetACSAppOnlyContext() method extensively in our CSOM API code, to call SharePoint online and as per the Microsoft documentation, Azure ACS will be retired by April 2nd 2026. I would like to know, If any code which referencing 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.
Cannot send requests to Work IQ REST APIs from SPFx application
Requests made to Work IQ REST APIs fail due to CORS: Access to fetch at 'https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations' from origin '{tenant_url}' has been blocked by CORS policy: Response to preflight request doesn't pass access…
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.
Copilot and Work IQ Rest APIs cannot summarize SharePoint documents that have been previously deleted
When using the Copilot and Work IQ APIs, documents that are present in the recycle bin (but have been reuploaded) cannot be read by agents. Sample request: POST…
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 view details
Hi I Have a SharePoint communications site. I am normally able to get view stats on all types of documents. I can still get stats on word, PDF, mp4 files, photos etc however, I can no longer see stats on any ASPX files. No unique or over all views and…
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 API: driveItem: preview, arrow keys not supported
Using V1 of the API and opening up a PowerPoint the arrow keys to move slides do not work at all. We want to allow user to navigate back and forth in the slides without utilizing their mouse. Is there any keyboard shortcut to navigate through 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.
In Word for Mac desktop, an Office add-in task pane opens and then closes/crashes only when a SharePoint-hosted document contains comments and AutoSave is ON.
In Word for Mac desktop, an Office add-in task pane opens and then closes/crashes only when a SharePoint-hosted document contains comments and AutoSave is ON. The same document works in Word Online, works as a downloaded local copy with comments, and…
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 do I create a SharePoint app registration now that the SharePoint add-in has been retired?
Our product has a SharePoint integration that allowed customers to create a new app registration for their SharePoint site (using the .../_layout/15/appregnew.aspx and .../_layout/15/appinv.aspx). Now that this method has been retired, our customers need…
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.
while creating Sharepoint tenant train version i am getting below 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.
My sharepoint has banned
I see this notification to access my company sharepoint -onedrive. All data can't backup! Help me!
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.
Clarification on SharePoint Macro Consent Flow and Permissions
Hi Team, We have a customer using SharePoint in a secure environment. While configuring the Prolaborate SharePoint Macro on their site, a consent popup is displayed during the approval process. Previously, our macro implementation used the Admin Consent…
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.
M365 Agent
I am using M365 Copilot(Premium) to create an agent for my organization. In my agent, I have attached(embedded) the source file from my computer. When I query the agent, it is giving response from the attachment. However, if anybody else queries it,…
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 Webhooks missing/delayed notifications
We got a report from a client that our processing of his action in SPO list was delay by almost 1.5h. We use SPO webhooks to get notified about the changes in SPO list and then process it – leave as it is or update. In this case visual update was…
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 Lists: Decimal values are incorrectly imported when copied from Excel in grid view
When copying decimal values from Excel into a Microsoft Lists number column using “Edit in grid view,” the decimal separator is removed. Example: 2,25 from Excel is stored as 225 in Microsoft Lists. The site and personal regional settings have already…
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.
"Specific People" sharing-link group with a member but no role assignment and a non-existent target document
Summary On a SharePoint Online site we find a SharingLinks.* group that has a guest member, but: the document whose UniqueId is embedded in the group's name does not exist (404), and no role assignment anywhere in the site references the group. 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.
How to restrict SharePoint list items so each user only sees entries from their own department?
Hi all, I have a SharePoint site with a list used to collect feedback/complaints. Each entry has a "Department" column. What I need: Department-based visibility: We have a column for the department as an input. Each employee should only see…
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.
inside my .net core console application what is the differences between items and items.AsRequested
I have this code to retrive items from sharepoint list and print their Titles:- //using AngleSharp.Css.Dom; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using PnP.Core.Auth; using PnP.Core.Model.SharePoint; 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.
Recent changes by MS affecting SharePoint shortcuts in OneDrive
Hello everyone, thanks for stopping by to read about my issue, hopefully there is an answer out there... Last year, I developed a solution to create shortcuts to SharePoint folders within OneDrive in a specific named folder(subfolder to the root) so it…
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.