3,989 questions with Microsoft 365 and Office | SharePoint | Development tags
SharePoint Access Request: Why is the whitespace in between Access and Request not encoded with %20 in the URLs??
Hi, I am dealing with a problem regarding the automatically created mails for a SharePoint Access Requests. When access to any resource is requested the person who owns it receives an automated mail where he/she can either Accept or Decline access to…
Microsoft 365 and Office | SharePoint | Development
Help with definitions for SharePoint site "Last Modified Date" fields
Hello! I have recently been working on a project to monitor inactive SharePoint sites in my tenant, and I had quick question about SharePoint "Last Modified Date". While working to track down a way to monitor site inactivity via workflow…
Microsoft 365 and Office | SharePoint | Development
You do not have access to view this file. Would you like to request for permission on SharePoint
In trying to open a .doc file in Word I get the message as shown in the title, "You do not have access to view this file. Would you like to request for permission on SharePoint?" While there may be other permission issues which I can…
Microsoft 365 and Office | SharePoint | Development
How to solve my Quip to SharePoint migration problems?
Lately I have used an internal tool successfully completed my initial Quip to SharePoint migration. However, I've identified several formatting and functionality challenges that require attention: Key Issues Identified Spreadsheet Formatting in…
Microsoft 365 and Office | SharePoint | Development
How can I show PDF thumbnail images to use in PnP Modern Search on SharePoint?
Problem I have a SharePoint page which makes use of the PnP web parts. I want search results to show file thumbnails. Word file thumbnails look fine. However, all PDF file thumbnails only show the plain grey preview-image. The page source shows something…
Microsoft 365 and Office | SharePoint | Development
What is the replacement for `GET /me/drive/sharedWithMe
The Graph API GET /me/drive/sharedWithMe is marked as deprecated. What is the recommended replacement? The Learn AI agent suggested that "The recommended replacement for this API is to use the driveItems returned from the sharedWithMe method."…
Microsoft 365 and Office | SharePoint | Development
SPMT Migration - Unique ID
Hi I had no problems until a few weeks ago. But now I'm experiencing very unusual behavior with SPMT (via the interface and PowerShell). I migrated a folder containing files to folder 1 in SPO. I then migrated the same files to a second folder, 2, in…
Microsoft 365 and Office | SharePoint | Development
How are unique views for SharePoint sites calculated.
I am exporting SharePoint analytics every 90 days. It is not clear how those unique views are calculated. Does the metric count each unique visitor once per day (counting repeat visits by the same person on the same day only once but counting them again…
Microsoft 365 and Office | SharePoint | Development
How to obtain ******@aia.com The user's token is uploaded to SharePoint through Java code?
How to obtain ******@aia.com The user's token is uploaded to SharePoint through Java code? The current user has permission to upload SharePoint, but I don't know where to find the corresponding permission authentication and implement file upload through…
Microsoft 365 and Office | SharePoint | Development
Security Headers Not Implemented in SharePoint applications
Security headers HTTP Strict transport security (HSTS) and Cache Control header were implemented on sharepoint applications.
Microsoft 365 and Office | SharePoint | Development
i have one xml file which has all wiki pages and another folder “imager.tar” folder which has all the realated images which are used in media wiki..now I wants to migrate all the data to sharepoint and create the same.
i have one xml file which has all wiki pages and another folder “imager.tar” folder which has all the realated images which are used in media wiki..now I wants to migrate all the data to sharepoint and create the same like wiki
Microsoft 365 and Office | SharePoint | Development
SharePoint REST API returns 429 throttling errors during batch operations
What is the recommended approach for reliably handling SharePoint Online REST API throttling. When working with the SharePoint REST API to process a large set of list items, including reading data and performing updates in near-real time. Under sustained…
Microsoft 365 and Office | SharePoint | Development
Export and Import SharePoint site using Get-PnPSiteTemplate & Invoke-PnPSiteTemplate will not preserve the value of the people/group field
I have a SharePoint source site which contain a People/Group field linked to a SharePoint group named "Level2", as follow:- now i export the site using this powershell:- Get-PnPSiteTemplate -Out "c:\users\mo\site.xml" then i created…
Microsoft 365 and Office | SharePoint | Development
Connect-pnponline: Timeout with certificate based authentication from remote server
I uploaded a Certificate which has a private key on my machine which runs the script. It worked out so far, but now it runs into a timeout when I try to execute it remotely (From Server X on the machine where it worked out). My Script currently looks…
Microsoft 365 and Office | SharePoint | Development
How to handle large data sets in an SPFx web part without hitting throttling or performance limits?
I’m building an SPFx web part that consumes data from SharePoint lists and Microsoft Graph, and in some sites the data volume is quite large (tens of thousands of items). Even with pagination and batching, the web part sometimes experiences slow…
Microsoft 365 and Office | SharePoint | Development
Is it possible to access tenant-level configuration from an SPFx web part?
whether it’s possible to access or read tenant-level configuration or settings (such as tenant properties or admin-defined flags) directly from an SPFx solution running in a SharePoint Online site. Are there supported APIs or patterns to achieve this…
Microsoft 365 and Office | SharePoint | Development
Person or Group column throws error when selected user has null email
We have created a Person or Group column in a SharePoint list that allows multiple user selections. While retrieving list items using PnPjs, the query works correctly when all selected users have an email address. const items = await…
Microsoft 365 and Office | SharePoint | Development
What are the key differences between ACE and SPFx Application Customizers, and in which scenarios should one be preferred over the other?
In a SharePoint Online environment using Viva Connections, we need to surface lightweight, interactive content (notifications, status updates, simple actions) while also supporting broader UI customization scenarios. We are considering Microsoft 365…
Microsoft 365 and Office | SharePoint | Development
Microsoft Graph: Uploading Attachments to Existing SharePoint List Items
Hello, I’m familiar with using the Microsoft Graph API to upload small files (under 4 MB) to Drive items and SharePoint document libraries. However, my use case involves SharePoint Lists where attachments need to be added to existing list items, rather…
Microsoft 365 and Office | SharePoint | Development
Secure architecture for SPFx web parts calling Azure Functions
How can secure communication be implemented between an SPFx web part and a custom Azure Function, using Azure AD authentication, the On-Behalf-Of (OBO) flow, and Managed Identity, while following Microsoft 365 security best practices? Moderator note:…