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
4
votes
1 answer

Sharepoint Online / Excel Services / Delegated authentification

We have an asp.net MVC application where users connect through azure active directory. They can manage files through their sharepoint online accounts. To access sharepoint online, we use CSOM.We want the user connected to azure active directory use…
4
votes
1 answer

Why does my SharePoint website sitemap get rolled back?

I build an Office 365 SharePoint website and got a default sitemap from it. The Sitemap was not updated according to the pages I added to the website, hence I made changes to the sitemap. But every time I make the changes to the sitemap, it gets…
Avy
  • 187
  • 1
  • 10
4
votes
1 answer

Change permissions of a SharePoint list using JavaScript

I have an app that creates a list. I'd like the app to also set the list permissions to only allow admins to make changes to the list. I know how to hide the list, but I understand that this will not prevent clever users from typing in the URL of…
Ectropy
  • 1,533
  • 4
  • 20
  • 37
4
votes
3 answers

Compactibility between PHP and office online 365 sharepoint

I want to do few things with sharepoint online 365 and php. I have a php form with three textbox and when click on submit button by entering data, it should save to custom list which is in office online 365 sharepoint. is it possible to do like this…
Richa Jain
  • 641
  • 6
  • 19
4
votes
1 answer

How do I pass user credentials from the console to SharePoint Online?

I am trying to connect SharePoint 2013 Online website using a Context Token from a console executable. However, it is giving me error The remote server returned an error: (403) Forbidden. Here is the code snippet: string spurl =…
sdg
  • 167
  • 2
  • 4
  • 12
4
votes
2 answers

convert my website to a sharepoint site

I am new to sharepoint online 2013. I have a simple mapping application(webmap with html5/css/js (javascript/jquery) that I would like to move into a sharepoint subsite/master site available to my sharepoint users (that they must be logged in to…
4
votes
3 answers

Missing webparts in Sharepoint 2013 online

I have a problem, when i edit the page and click on, "insert webpart or app part". I cant see any webparts or app parts in the category list to the left. Its empty, only thing i see is the category, Apps. What can it be?, I'm in the owner group…
3
votes
1 answer

Losing original stream after using CopyTo() in C#

My C# project is used to do 2 actions: download SharePoint file and store this file in azure blob by saving the downloaded stream into it. I recently got a requirement to include one more step between step 1 and 2. It is to save a copy of this…
Neelam
  • 45
  • 3
3
votes
1 answer

C# - Microsoft Graph - Can't access OneDrive/SharePoint site document library

I'm having issues accessing a sharepoint sites document library or even the users onedrive after authenticating to a registered graph api hosted in Azure AD. It seems like things are missing? I'm using the latest version of microsoft graph…
3
votes
1 answer

Available Fields for Sharepoint Search Query on Microsoft Graph API

I'm using the Graph API to make a global search in my sharepoint website, and I need to retrieve some specific fields. I didn't find any documentation that specifies the available fields that I can use for the fields property on my payload, only a…
3
votes
0 answers

Application User access to SharePoint through D365

We use an application user (https://learn.microsoft.com/en-us/powerapps/developer/data-platform/use-single-tenant-server-server-authentication) to do CRUD operations for dynamics crm, everything works fine except when we start to upload files to the…
Mihai P.
  • 9,307
  • 3
  • 38
  • 49
3
votes
0 answers

SharePoint Online throws error when trying to get thumbnail for video file using '/_layouts/15/getpreview.ashx?path='

I am using SharePoint endpoint to get document preview for document. I am able to retrieve preview for document. but, facing issue with video files as it throws below error: This site can’t be reachedThe webpage at…
3
votes
2 answers

Can we get Active Directory property named Employee ID using Office365Users connector inside Power App

Inside our active directory we have a property named "Employee ID" as follow:- so inside our PowerApp form i want to get the value of this property,,, but i checked the Office365Users connector @…
3
votes
2 answers

Getting issue while implementing FluentUI using SPFx in SharePoint online

I am following this blog to implement the fluentUI in SPFX part, but while doing "Gulp Build" I'm getting the following error: Error - [tsc] node_modules/@fluentui/react/lib/components/GroupedList/GroupedListSection.d.ts(9,38): error TS1005: ';'…
Kailash Sahoo
  • 139
  • 1
  • 5
3
votes
1 answer

Excel online custom URL parameters

Im trying to create custom URL links that will enable a user to be navigated to a specific cell value on an Excel online sheet hosted in Sharepoint online. In my quest to find the answer i have across this parameter that enables you to choose the…