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

using sites/getAllSites will return all sites in multi-geo enabled tenant

There is a new API in Graph called site/getAllSites will return every sites in the multi-geo enabled tenant or will return the Root Sites only or will the sites that are available in the current geo instance.
Janakiram
  • 1
  • 2
0
votes
1 answer

Microsoft Graph API - Throttling (2023)

I'm working with the Microsoft Graph API to process events coming from an external client/system. So, changes happen in that system, events get sent to a queue, and the code that I'm working on fetches those events from the queue, batches them in…
0
votes
0 answers

SharePoint CSOM: The type of data is different than the one expected

Attempting to access an Office 365 SharePoint online site with the latest CSOM library version gives this error during a file copy operation although it does complete the operation successfully. System.InvalidOperationException HResult=0x80131509 …
Adam
  • 4,590
  • 10
  • 51
  • 84
0
votes
1 answer

get the last character from a string after a character in SharePoint Calculated Column

ROY-AMD-BOL-727 I am trying to extract the last letters after the character "-".
user388969
  • 337
  • 1
  • 9
  • 30
0
votes
1 answer

Does each geo-locations requires a separate authentication using csom?

Does separate Authentication is required for the each geo-locations(Tenant Instances) ? if Authentication done then will there be any changes in the CSOM Data ?
0
votes
1 answer

Choice sharePoint field which allow multiple selections and allow fill in. How to implement it inside Canvas Form

We have a SharePoint column named "Types" of type Choice which allow multiple selections and allow Fill-in, as follow: - so how I can implement this field inside our canvas form, where we will have to deal with these 3 scenarios:- ONLY select…
0
votes
0 answers

Trouble creating a Sharepoint Online site with template: Dependency feature 'PublishingSite' error

Sharepoint online | create site with site Template | Dependency feature PublishingSite for feature ' is not activated at this scope. Hi, I had created a site template .wsp from the sharepoint online site, I had recently created, Now i am trying to…
0
votes
0 answers

Using SharePoint REST API can we create a share link for specific users without sending invitation

Inside the SharePoint Online UI >> we can create a sharing link using "People you choose" + define View permission, as follow:- where we define the user/s and the UI will send an immediate invitation email. Now i am developing a REST API call using…
0
votes
0 answers

how do I mount a SharePoint site faster via intune?

I have an Intune policy which should automatically include a SharePoint website (document library). Using the policy "Configure team website libraries for automatic synchronization" this works more or less but only after some time. If I e.g.…
CloudNoob
  • 1
  • 1
0
votes
1 answer

Access SharePoint API using CSOM from .NET Standard

I am trying to create a .NET core console app that can access a Office 365 SharePoint site. I'm use the recommended auth manager from the PnP Framework to try to establish a connection. I followed the MSDN instructions for Using modern…
Adam
  • 4,590
  • 10
  • 51
  • 84
0
votes
0 answers

Sharepoint Filter List Items

I have a list in sharepoint, and what i want to do is want to fetch the data using c#. I want it to return the value from sharepoint based on a condition. This is what have so far, public async Task FetchSharePointListItem(string…
Jseb
  • 1,926
  • 4
  • 29
  • 51
0
votes
0 answers

Sharepoint Online - Modern Experience - Multi-Select People Picker - Is there a way to ensure the input sort order is retained?

Sharepoint Online - Modern Experience - Multi-Select People Picker - Is there a way to ensure the input sort order is retained? I want to add a multi-select people picker to allow input of a list of sequential approvers. For example, I want to add…
0
votes
1 answer

official documentation about the SharePoint REST API end point for creating sharing links

Inside any SharePoint Online sites, we have the following four sharing options: - Now I am building a custom REST API (one using Power Automate, the other using .NET Core)>> which should generate the above four sharing options using SharePoint REST…
0
votes
0 answers

When trying to restore an item from RecycleBin, I get "The attempted operation is prohibited because it exceeds the list view threshold."

I have following C# code and I have around 700k items in SecondStage RecycleBin. Any help would really appreciable. using System.Diagnostics; using Microsoft.Extensions.Logging; using Microsoft.SharePoint.Client; using PnP.Framework; internal class…
Kishan
  • 73
  • 9
0
votes
0 answers

How to display value from text file in SharePoint

I don't have skill for coding , I just end-user to create the SharePoint intranet site. and I have a question about how to display the value from text file in SharePoint modern pgae. Could you please share the simple & easy coding to me? I have…