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

Sharepoint Document Library OnQuickLaunch (in site navigation) with Graph API?

I'm currently working with SPO and Microsoft Graph API on a .NET 6.0 microservice. What I want to achieve is to create a Document Library and to have a link to it in the quick navigation on the left. I can create the Document library successfully…
0
votes
0 answers

Why does Microsoft Graph preview item API return 404?

I'm using Microsoft Graph Search API to search items in my sites. Then I'm using the id and siteId found in response of above API to preview the item using POST /sites/{siteId}/drive/items/{itemId}/preview Microsoft Graph Preview driveItem…
0
votes
1 answer

How to add SharePoint App to Site using PnP Powershell script

I manually do these now. Is there a way to automate the above steps via PowerShell script?
user989988
  • 3,006
  • 7
  • 44
  • 91
0
votes
0 answers

SharePoint Online Remote Event Receiver - Override File event

I'm trying to implement a remote event receiver for SharePoint Online. This RER should be used to intercept the override action of a document in a document library and avoid that possible metadata already in the document that i'm uploadnig are…
0
votes
0 answers

Rich Text Editor with file upload in SPFX/React WebPart

I am looking for some package with Rich Text Editor which has file upload for files (not images) and user can basically upload to Rich Text Editor files and description. I tried to find something similar, but I was unsuccesful. Do you have any…
0
votes
1 answer

How upload csv file to SharePoint via NiFi

I want to upload a csv file in SharePoint via NiFi, is it possible? I can't find a processor that allows to ingest a csv file in SharePointe via NiFi, thank you for your help I tried to search for processor PutSharePointList or PutSharePointOnline…
Jemna81
  • 41
  • 4
0
votes
0 answers

Using Custom Authentication Provider in PnP Core with tokens from front end

I'm currently working on a project where we're using PnP Core on the backend to interact with SharePoint Online. However, we need to use a custom OAuth flow on the front end to authenticate users and retrieve tokens for use with PnP Core.…
0
votes
1 answer

msgraphv3Client connection from spfx webpart

I try to connect to msgraph to read data with msgraphClientV3 from a spfx webpart. I followed this : https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis I want to get result from /me/memberOf…
0
votes
1 answer

How to download a file from a SharePoint though a website button?

I hope all is well, I have a webpage that has a button and a SharePoint library. Once the user clicks the download button, the document will be downloaded from SharePoint with a watermark of the user trying to download this file. Additionally, I…
0
votes
3 answers

Add additional site page library to SharePoint

It seems like it should be possible. But I can't see how to do it. Is it possible to add an additional site page library in a SharePoint site. I can add document libraries just fine but it doesn't appear as I can create a page library.
jeffwllms
  • 131
  • 1
  • 5
0
votes
2 answers

Can't connect to sharepoint list

I setup new Sharepoint list, customized the form using Power App and able to view it and add new data. Now trying to setup a connection to this list to extract items that were added and unable to see the list. Tried using Visual Basic code -…
0
votes
1 answer

SharePoint main page calendar view sorting

How to sort calendar view on SharePoint main page in descending order (latest dates on top). Already in list view I have done but not appearing on main Page.Main page calendar view I have done in event list view and sorted in descending order and…
0
votes
2 answers

SharePointOnline CSOM 401 Unauthorized Using Provided Access Token

I am building a feature that automates the retrieval of documents and other SharePoint files from a Web API, but I'm having a difficult time getting authorized to perform even basic read operations. I am testing this in a .NET 6 console application…
draconastar
  • 385
  • 3
  • 12
0
votes
2 answers

What permission do I need on Azure AD application to read a folder in ShraePoint?

I have an app registered in Azure AD with the following approved permissions: Microsoft Graph: Files.ReadWrite.All, Sites.ReadWrite.All, Sites.Selected, User.Read and SharePoint: Sites.ReadWrite.All, Sites.Selected Yet a request to load a folder at…
THX-1138
  • 21,316
  • 26
  • 96
  • 160
0
votes
0 answers

How to get all sites in a tenant which do not have a specific TimeZoneID?

I want to run a query which returns all sites in a SharePoint Online tenant (Teams and Non-Teams sites) that do not have a specific Time Zone set in their Regional Settings area, eg 14 which is (UTC-09:00) Alaska. The scenario is that we are trying…
user1063287
  • 10,265
  • 25
  • 122
  • 218