Questions tagged [sharepoint-online]

A cloud-based service, hosted by Microsoft, that provides SharePoint collaboration platform as an online service.

SharePoint Online is a collection of Web-based tools and technologies that help your organization store, share, and manage digital information. Built on Microsoft SharePoint Server 2013, this hosted service is ideal for working on projects, storing data and documents in a central location, and sharing information with others. The following Content features makes Enterprise Content Management (ECM) easy for everyone. It’s the combination of traditional content management, social capabilities, and powerful search.

3816 questions
0
votes
1 answer

$top param not working while using GetFolderByServerRelativeUrl in Sharepoint Online

In Sharepoint Online I have the following folder structure: -Library "Proceedings". -Proceeding 1 (this is a folder) -Proceeding 2 -Proceeding 3 -Step 1 -Step 2 -Step n -Proceeding 4 -Proceeding n I want to retrieve…
0
votes
2 answers

Continued Issues with NPM Install

I've been at this for over an hour and all I have managed to conclude is that I need help. I'm on a new computer where I haven't been doing SharePoint Framework development, but now a bug has come up with one of the web parts and I need to get back…
0
votes
2 answers

Sharepoint user who can edit content but not site structure

A bit of a noobie question ... Just getting to grips with SharePoint 365. I've created a site with a document library and another site with a list. The problem I am having is with users. I haven't fathomed out how to give a user the permission to…
Nick
  • 31
  • 2
0
votes
1 answer

Power Apps Gallery and Showing or Hiding the Submit Button inside a Form on Canvas App

I have a Power Apps Canvas Form where I have inserted several galleries as checkboxes for items that are selected. These are all required fields in the form. I also want the asterisk (STARVISIBLE) to display at the same time the submit BUTTON is…
0
votes
1 answer

Datetime format automatically changed by Create Item sharepoint block in Logic Apps

How to store the datetime in ISO format as a string in SharePoint list using logic apps. Eg: If my date is "2023-03-01T10:20:30Z" or "2023-03-01T10:20:30+01:00", the create item block in logic app is converting the datetime string to "03/01/2023…
0
votes
1 answer

Sharepoint - Failed to validate notification URL in /subscriptions endpoint

I'm having trouble registering webhooks on document libraries using the /subscriptions endpoint. When I use ngrok as the noticafication URL on my local environment, I am able to create the webhooks and listen to events successfully. However, after…
0
votes
0 answers

How can i share a file with a password in spfx using @pnp/sp/sharing

I am using @pnp/sp 3.7.0 version I had a function that is not working. I've tried the below function but never got it working. public async shareLinkWithPassword(fileUrl: string, password: string): Promise { const file = await…
RickyP
  • 1
0
votes
2 answers

How to upload file to SharePoint Online using REST API and CURL

I've been combing through Microsoft's documentation on the REST API to manipulate files in our SharePoint Online document tree. I'm ALMOST to my solution but having an issue. I'm running CURL commands on a Linux server. And in the /tmp directory on…
0
votes
1 answer

Downloading a file through SharePoint's REST API

I'm having an issue with trying to pull some files out of SharePoint Online using Python, thought I don't think this is an issue with my code (but maybe it is) but more an issue with permissions accessing the file in question. I am using vgrem's…
misterducky
  • 113
  • 3
0
votes
0 answers

How to modify the Information Rights Management of a document library on SharePoint online modern site using REST API. (cannot use CSOM)

I need to modify/enable the Information Rights Management of a document library on Sharepoint online modern site. I need to use REST API for this. I can get the data using "_api/web/defaultDocumentLibrary/InformationRightsManagementSettings", but I…
0
votes
1 answer

Missing -connection parameter in Connect-PnPOnline

The current Connect-PnPOnline documentation lists a -Connection parameter: https://pnp.github.io/powershell/cmdlets/Connect-PnPOnline.html#-connection but in PnP.PowerShell v1.12.0 I can't see that parameter. It looks like this is something that is…
0
votes
1 answer

Managed identity and Sites.Selected permission for SharePoint

I am trying to understand how to use managed identity to connect to SharePoint. Everywhere I can read that I should create a new managed identity in the portal (I did that) and then somehow assing Sites.Selected permission... But I can assign such…
0
votes
0 answers

Minified React error #31 with sharepoint online using React + redux tookit

Getting error when getting the state from store. Minified Error when building the project Typescript version: 4.2.4 SPFX version: 1.14 @reduxjs/toolkit": "^1.9.3" @types/react-redux": "^7.1.25" react-redux": "^8.0.5" redux": "^4.2.1" redux-thunk":…
0
votes
1 answer

Auto Removal of files in Sharepoint Online

I have a SharePoint Online Site. In its Document I've multiple folders , sub folders and files of different types. The thing is that I need to somehow delete all the files(only) under each and every folders or subfolders which are Created on or…
0
votes
0 answers

Attempted to perform an unauthorized operation while copyByPath using @pnp/sp

I have created functionality for folder creation under the SharePoint document library nested folder and copied files from another folder to a recently created folder. I have used the "@pnp/sp":"2.11.0" library for performing the folder creation and…