10,525 questions with SharePoint tags

Sort by: Updated
0 answers

unable to move

Hi all, I have a SharePoint site, and one of my users is unable to move files. They are getting the following error: "We couldn't move the file because it's locked for editing, has been modified, or has been deleted."I have tried to check the…

Microsoft Exchange Online
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,447 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,931 questions
asked 2024-08-26T18:45:42.0133333+00:00
Glenn Maxwell 11,011 Reputation points
2 answers

SharePoint Rest API: GetListItemChangesSinceToken

I'm trying to fetch file changes that happens under given folder path in SharePoint document library. I'm using below call POST https://{domain}/sites/{siteName}/_api/web/lists/getbytitle('Drive')/GetListItemChangesSinceToken JSON payload to request…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
asked 2023-09-18T15:28:32.0333333+00:00
Saurabh Gangwal 0 Reputation points
answered 2024-08-26T14:55:07.59+00:00
Eyal Alaluf 0 Reputation points
1 answer

Accepting SharePoint External Sharing Invitation - What Data does this expose?

Hi all, Users in my company have been asked to accept the below agreement by another company, in order to view content in their SharePoint system. Does accepting this expose sensitive data from our Microsoft Accounts to the other company?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2023-09-13T02:47:09.5733333+00:00
Steve Manning 0 Reputation points
commented 2024-08-26T14:33:39.2533333+00:00
Rahman, Ali 0 Reputation points
1 answer One of the answers was accepted by the question author.

Power BI From SharePoint List shows calculated column as text

A sharepoint list Column is calculated from others columns as this: When I Integrate with Power BI the calculated formula doesn't allow me to summarize, just a count: Did I do something wrong?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2024-08-24T23:03:48.3733333+00:00
Sergio 20 Reputation points
commented 2024-08-26T14:11:47.3233333+00:00
Sergio 20 Reputation points
4 answers

Limited column types in a microsoft list

Hello, Im creating a SharePoint List for my organization that I integrated from an excel spreadsheet. However, I only have a few choices to choose from for "column type" as shown in attached pic. I need this column to be a…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2022-11-07T19:11:11.913+00:00
Tanner, Shane 16 Reputation points
commented 2024-08-26T14:08:34.6166667+00:00
Tanner, Shane 16 Reputation points
1 answer

SharePoint: Highlighted Content to filter in Content Type Data

Hello, We have a SharePoint site for our company polices. This site has a content type attached named Company Policy, which includes the file, file name, Department, Division and Policy Owner. I am trying to use the Highlighted Content webpart on a…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2024-08-20T15:18:11.89+00:00
Stacie Carlson 20 Reputation points
commented 2024-08-26T13:37:44.1433333+00:00
Stacie Carlson 20 Reputation points
1 answer

Folks accessing folders/files on Sharepoint Online by searching when folders/files are locked down!

I have come across a very odd situation today and im hoping someone can help me out. I am the admin of our Sharepoint Online site at the company i work for and i was made aware of an issue that has probably been happening for a while now and i need to…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
565 questions
asked 2024-08-21T23:16:02.81+00:00
Shane Siegfried 0 Reputation points
commented 2024-08-26T13:27:40.0566667+00:00
Shane Siegfried 0 Reputation points
0 answers

Error on SP Migration Tool while migrating from On Prem to SPO, Invalid site URL 'http://reports.xxxxxxx.x12.xx.us' (ErrorCode: 0x0201000F)

I was trying to migrate old SP Prem sites to SP Online site using SPMT tool, got an error message, Invalid site URL 'http://reports.xxxxxxx.x12.xx.us' (ErrorCode: 0x0201000F). Does the tool only validate sites with ".com", ".net",…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,322 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2024-08-22T18:27:38.28+00:00
Rafael Patron 0 Reputation points
edited the question 2024-08-26T13:10:35.9333333+00:00
Rafael Patron 0 Reputation points
1 answer

SharePoint: Microsoft 365 files downloading instead of opening in web application

We utilize a SharePoint communication site that incorporates links to MicroSoft 365 files. Up until about 3 days ago, these links would open seemlessly in the relative online application (Excel, Word, Outlook, etc.). Over the past 3 days, these files…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,591 questions
Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
789 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,576 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,782 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2024-08-23T13:48:43.8933333+00:00
Rob Bodart 0 Reputation points
commented 2024-08-26T13:07:40.2966667+00:00
Rob Bodart 0 Reputation points
2 answers

Did not get a response from the Login server (IDCRL) - SharePoint

Hello, I tried this CSOM code to upload files to my SharePoint: var securePassword = new SecureString(); foreach (char c in password) { securePassword.AppendChar(c); } using (var clientContext = new ClientContext(siteUrl)) { …

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,322 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2024-08-22T16:58:09.3033333+00:00
Braian Anderson 20 Reputation points
commented 2024-08-26T11:53:27.5133333+00:00
Braian Anderson 20 Reputation points
0 answers

Replace a Date/Time field which store Date & time, with a Date Only field and a choice field + 5 calcuated columns

I use to have a sharepoint column of type Date/Time which allow Date & Time, but when i am viewing this field inside PnP Modern search web part, i will get the date & time in UTC and not in local sharepoint site time zone (which is pacific time…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
asked 2024-08-26T11:47:12.3366667+00:00
john john Pter 235 Reputation points
0 answers

RefinableDate managed property for a calculated column is empty

I have this calculated column named "PUETADateTime" which sum up the value for other calculated columns as follow:- now inside Search service >> I edit a Refinable Date and linked to the related managed property as follow:- but when i…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,931 questions
asked 2024-08-26T11:30:23.31+00:00
john john Pter 235 Reputation points
edited the question 2024-08-26T11:31:27.58+00:00
john john Pter 235 Reputation points
1 answer

Header option in Sharepoint similar to Box

Hi, Is there a way to have a header in Sharepoint similar to what Box has? I'm having issues with files taking forever to load in Sharepoint and I want to open them in the actual Excel app anyways, so instead of waiting until the file loads, if it had a…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2024-08-15T13:03:39.5433333+00:00
Armand Jeangeorges 0 Reputation points
edited a comment 2024-08-26T10:06:13.0233333+00:00
Emily Du-MSFT 45,186 Reputation points Microsoft Vendor
1 answer

Removed User Permissions" for a folder within our Microsoft SharePoint site.-

Hello Please i need your help on this issue. We need some assistance in relation finding out who "Removed User Permissions" for a folder within our Microsoft SharePoint site.- 

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,035 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
asked 2024-08-22T16:09:55.26+00:00
IniobongNkanga-8038 426 Reputation points
commented 2024-08-26T10:04:29.6133333+00:00
Emily Du-MSFT 45,186 Reputation points Microsoft Vendor
1 answer

Create a Refinable managed property which contain a Date field + choice field

I have a sharepoint online date field named DueDate of type Date/Time that allow to enter Date Only (without time). And i choice field named DueDatetime with these values:- 12:00 AM 12:30 AM 1:00 AM 1:30 AM 2:00 AM 2:30 AM 3:00 AM 3:30 AM 4:00 AM 4:30…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
asked 2024-08-24T22:18:26.52+00:00
john john Pter 235 Reputation points
edited an answer 2024-08-26T10:01:49.2266667+00:00
Emily Du-MSFT 45,186 Reputation points Microsoft Vendor
1 answer

Can we search large lists using calculated columns, even that we cannot add calculated columns as index inside lists?

Inside SharePoint online we cannot index calculated columns at the list level, so we cannot filter large lists based on the calculated columns inside list views. but what about Search? can we search large lists using calculated columns and sort the…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
asked 2024-08-24T21:24:56.4633333+00:00
john john Pter 235 Reputation points
answered 2024-08-26T09:47:10.5166667+00:00
Yanli Jiang - MSFT 24,756 Reputation points Microsoft Vendor
1 answer

PDF file over Teams

Hello Please i need your help on this issue We are having an issue where is a user got this error that says "You are currently logged in as "", but this account is not on the list of people for whom this link is secured. To use a…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,591 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,811 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
asked 2024-08-20T10:48:08.6366667+00:00
IniobongNkanga-8038 426 Reputation points
commented 2024-08-26T09:35:53.88+00:00
LiweiTian-MSFT 17,690 Reputation points Microsoft Vendor
1 answer

To allow a client to upload their documents to their specific folder

Hello Please i need your help on this issue We are trying to streamline or document delivery and receipt process from our clients. Currently we store documents securely in SharePoint. However we are using a program called Shapefile to receive the…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,035 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,226 questions
asked 2024-08-22T16:29:44.26+00:00
IniobongNkanga-8038 426 Reputation points
commented 2024-08-26T08:58:12.94+00:00
Xyza Xue_MSFT 23,111 Reputation points Microsoft Vendor
1 answer

How to get data for 3 sites only using "Get-PnPTenantSite" PowerShell command?

Hello, I want to get data for just 3 sites using "Get-PnPTenantSite" PowerShell command. I dont want to get all data and then filter for just 3 sites or using Where-Object for filtering, because its like getting all data will take a lot of…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,876 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,608 questions
asked 2024-08-23T12:46:28.68+00:00
Yuvraj Patil 401 Reputation points
commented 2024-08-26T08:36:06.12+00:00
Xyza Xue_MSFT 23,111 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Cannot create an event using application for a user.

I have a simple graph request to create an event using c# for any user. I have full application permissions on the calendar. I can create emails and SharePoint items so I know the GraphClient is correct. The strange thing is the try catch will not…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,687 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,525 questions
asked 2024-08-08T13:35:23.9766667+00:00
SalesOutlook 61 Reputation points
edited the question 2024-08-26T07:58:38.6133333+00:00
AllenXu-MSFT 19,146 Reputation points Microsoft Vendor