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
2 answers

Fetching XLSX data from Microsoft Sharepoint in a React/NodeJS request

I am trying to fetch data from a business Microsoft Sharepoint domain, in one of the locations it has a stored XLSX (excel) file that I need to analyze and upload to a database. If I send a request via postman to the URL of the XLSX file I get a 403…
0
votes
0 answers

Setting up SharePoint 1.16.1 Web Part with Vue3. Get error TypeError: Cannot read properties of undefined (reading 'NormalModule') after gulp serve

I want to set up a project using SharePoint 1.16.1 and Vue3. I am using vue-loader and vue-class-coponent as well other packages. Whenever I tried to run gulp serve I get the error message 'TypeError: Cannot read properties of undefined (reading…
0
votes
0 answers

Create item in webpart (spfx and react js)

I am trying to upload via my webpart new items to SP list. Almost everything works fine, but I am not able to upload attachments, on save action I am getting this error - [Error: Error making HttpClient request in queryable [400]…
0
votes
1 answer

Issue using PropertyFieldPeoplePicker target audience control in no JS framework SPFx

I follow the instruction https://pnp.github.io/sp-dev-fx-property-controls/controls/PropertyFieldPeoplePicker/ and setup target audience in React without any issue but it is not working for No JS JS Framework web part. I am getting Failed to load…
Yon
  • 3
  • 3
0
votes
1 answer

set-sposite is working for individual sites but not in a loop

Hey Everyone so I am able to set the sharepoint sites sensitivity labels in my tenant by doing them individually using the following commands: # Get the label (required ExchangeOnlineManagement module) Connect-IPPSSession -userprincipalname…
0
votes
1 answer

What operators and statements are supported in Microsoft List conditional formulas to hide and show fields?

There is essentially one pattern demonstrated on Microsoft's official article about this topic: Show or hide columns in a list or library form Which is: =if([$MyColumn] == 'Some Value', 'true', 'false') We are trying to implement logic which…
user1063287
  • 10,265
  • 25
  • 122
  • 218
0
votes
0 answers

Updating all url links in an all Excel files that are stored in a SharePoint Online Document Library using Powershell

I'm looking for a PowerShell solution that updates all url links in all excel files in bulk. The excel files are stored in a SharePoint document library. I've transitioned to a newer version of SharePoint and I have a ton of excel files on…
0
votes
0 answers

Building PDF watermark editing tool on SharePoint Framework for SharePoint Online

I have a requirement to build an spfx webpart that displays pdf documents stored on SharePoint Online. The web part is meant to display links to the pdf documents and when one link is clicked, it shows the document with an autogenerated watermark…
0
votes
0 answers

Handling 504 timeouts when PATCHing fields on large file in sharepoint online

I am working on an azure function app that copies files from one sharepoint site to another on the same tenant. We copy the files using Microsoft.Sharepoint.Client.Site.CreateCopyJobs CSOM api and then after the copy is finished we have to update…
elliot-j
  • 10,709
  • 3
  • 19
  • 18
0
votes
1 answer

How do I set Microsoft Teams General Channel Permissions through PowerShell

I am disabling permissions for everyone to chat on "General" Teams channel manually by clicking on (...) Manage channel selecting 'Only owners can post messages' How can I do the same with PowerShell without any manual clicks?.
0
votes
0 answers

how do i get the folders, with related subfolders and files of a document library in spfx?

At the moment I can recover all items without distinction but I would need to recall in this order: folders or files of a document library and then the relative subfolders and files of the main folder. I would need to recall in this order: folders…
0
votes
0 answers

Copy List Attachments to Document library using PnP PowerShell with certain condition

I am trying to copy items from the SharePoint list to another list using PowerShell with a specific condition, for example where the Status in the list equals "Closed". I have no experience in PowerShell scripts but so far this is what I was able to…
Aesthetic123
  • 35
  • 1
  • 5
0
votes
0 answers

Get the modified by name and modified date of all the sites present in the tenant

I have the requirement to get the details like Last updated date of the site and who has lastly updated the site from the all the site collection present inside the tenant. I have done R&D from my end but didn't got any positive results. Can anyone…
0
votes
2 answers

Online SharePoint List View exceed threshold (5000), but still able to see all items

My SharePoint List View exceed threshold (5000), but I'm still able to see all the items. Even after I added a filter, and sort conditions. I have tried adding a filter and sort conditions. I am expecting to see an error message :"The number of…
0
votes
0 answers

403 status when attempting to connect to Sharepoint online using httr

I am attempting to use R to automate pulling some views from our company's Sharepoint online. When I try to authenticate I get a 403 code with an error: [1] "917656;…
Patrick
  • 1
  • 2
1 2 3
99
100