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

SPO Powershell - Bulk adding users to site collection in specific group

I'm trying to bulk add multiple users into multiple different sites using this below script: Connect-SpoService -Url https://xxxxxxxxxxxx-admin.sharepoint.com/ #Parameters $URL=https://xxxxxx.sharepoint.com $Site = Get-SpoSite -Limit ALL|…
0
votes
1 answer

SharePoint getbytitle rest api returns duplicate Id property

I am trying to get all folders for a SharePoint list using below REST api _api/web/lists/getbytitle(
0
votes
1 answer

Popup for Share Point Online (2023)

I am new to SharePoint and I need help creating a popup that opens after clicking a button. (I have to display a few announcements for my co-workers on a pop up) I use the latest Version of SharePoint in my Browser, can some one help me? (/Is this…
Gimojy
  • 3
  • 6
0
votes
1 answer

ONLY get the first level folders (main folders) inside document library, seems "Get-PnPFolder -List $Library" retrieve all the sub-folders

I have this script to loop through all site collections and all document libraries. Then list the folders in this format "Site Name >> List Name >> Folder Name": $AdminUrl = "https://*****-admin.sharepoint.com/" Connect-PnPOnline -Url $AdminUrl…
John John
  • 1
  • 72
  • 238
  • 501
0
votes
1 answer

Can't filter list item by Content Type in MS Graph API

I am trying to filter items when searching a SharePoint list, via the MS Graph API, where certain custom field values are met, and the content type is not a folder. For…
Steven Brookes
  • 834
  • 6
  • 27
0
votes
0 answers

SharePoint Online : yo @microsoft/sharepoint issue for BaseDialog API

I developed sharepoint spfx extension for sharepoint online and created project through yeoman generator. From 2 years BaseDialog was showing properly and now sudden change from backend BaseDialog is showing abnormal behavior. It is working fine…
0
votes
0 answers

Different technologies to interact with SharePoint and External systems inside our SPFx web part

I am developing 2 SPFx web parts. one which shows items from a SharePoint list and the other shows items assigned for the login user from SLACK. now for the technologies, to connect to the SharePoint list and to the external systems i have…
John John
  • 1
  • 72
  • 238
  • 501
0
votes
1 answer

Retrieve a list of folders in SharePoint using Microsoft Graph

I’m using the graph api from a c# app to access SharePoint. I need to get a list of all folders and sub folders. I have tried getting the drive item and then iterating through the children looking for folders and then recursively working through the…
Phil Salomon
  • 163
  • 2
  • 9
0
votes
0 answers

Will the authority service give the tokens in the ACL for a user if he has access to the library through AD group in Apache Manifold CF?

We get the ACL for the user(abc@xyz.com) on all the sharepoint libraries through Authority service in Manifold CF. User(abc@xyz.com) is not having a direct access on the particular sharepoint library and also does not have access through defined…
0
votes
1 answer

Integrate SharePoint Office 365 into .net core project

I would like to share some bit of experience and troubles that I met while doing a folder creation and moving by using RESTful API.
Joe Fu
  • 1
0
votes
1 answer

.NET Graph SDK Updating Choice Column values in Sharepoint Online

I would like to update the value of a "choice column" but when I call the UpdateAsync method it throws an exception with the following message "Code: invalidRequest - Message: Invalid request". In previous versions of Sharepoint, the values of the…
Rubén
  • 29
  • 2
  • 6
0
votes
1 answer

How to automate the provisioning of SharePoint Webparts on a SharePoint Online modern pages?

I want to create a SharePoint Online site automatically with some custom apps, which I deployed in my appstore before. They are generally available. How can I publish those webparts automatically on a site with a workflow? Can I use PowerAutomate or…
Matthias
  • 9
  • 1
  • 6
0
votes
1 answer

How to publish PowerApps using PowerShell

I am trying to use the PowerShell command to publish a PowerApps. I have the prerequisites installed in my system. I am able to get the app details using the PowerApps command. But unable to publish, as when I am trying to see the…
Kailash Sahoo
  • 139
  • 1
  • 5
0
votes
0 answers

Provisioning of SharePoint Site and Lists from the MS Teams Personal App

I would like to provision a SharePoint Site and Lists from the Microsoft Teams Personal App. I know that can be done if used as channel app. But my requirement is to provision site/subsite from the Teams Personal app only. I am ready to use Flow or…
0
votes
1 answer

Graph Explorer | Graph API | Sites Search | Item not found

Below query is returning "item not found" but the user executing the query actually has access to SharePoint sites as well as is Admin of one of the SharePoint site. Is there any specific permission required for this query to bring results?