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

SharePoint REST request to select all columns and to expand lookup columns

I have a SharePoint(Online) list which has around 50 columns. Out of which 6 are lookup columns. I am trying to write a REST query to get all the columns including the expansion($expand) of lookup columns. Specifying all the columns in '$select'…
Jijo Joy
  • 53
  • 1
  • 1
  • 5
5
votes
3 answers

Can we add custom CSS in Web Chat Channel in Microsoft Bot Framework (.NET/C#)

I am developing a training ChatBot application, where I am using Microsoft Bot Framework (.NET/C#). When, I am using Configuring Channel - "Skype" or "Facebook"- My chat window's look-and-feel is nice without writing any css/style code, as it's…
Virendra Kumar
  • 309
  • 3
  • 11
5
votes
4 answers

How to invoke Microsoft GRAPH API from within SharePoint Online page

I need to invoke the GRAPH API from a SharePoint Online page. Could someone share a JavaScript example? The examples available in the GRAPH site are for invoking the GRAPH API from outside SharePoint Online. I know a token is required for each…
Richard H
  • 300
  • 7
  • 15
5
votes
2 answers

Redirect after form Submit (CSR)

Within a SharePoint form overriden by CSR (Client Side Rendering). I tried adding a new button which does pretty much the same as the Save button except that it redirects to another form with given parameters. The thing is, the redirection does not…
Hybris95
  • 2,286
  • 2
  • 16
  • 33
5
votes
3 answers

Access denied office 365 / SharePoint online with Global Admin account

I am going crazy since two days solving an issue. The problem is; I am making a console APP which is talking to SharePoint Online using global admin account (One which was specified as admin while making a new subscription). What I am trying to…
5
votes
1 answer

How to do Multi-factor authentication with SharePoint-Online using CSOM

Using just a password-based authentication, it's easy to authenticate in CSOM: context.Credentials = new SharePointOnlineCredentials(username, password); But how to authenticate when Multi-factor authentication is in place…
Edwin
  • 527
  • 7
  • 15
5
votes
2 answers

The proper way to write a SharePoint User to a User Field in a SharePoint list

I'm writing a user to a SharePoint list. I've read that the SharePoint User field has a string like this inside of it: userId;#userLoginName I've tried formatting in the same way when writing to a User field, for example when I write this string it…
Ectropy
  • 1,533
  • 4
  • 20
  • 37
5
votes
3 answers

Unable to authenticate to SharePoint Online programmatically with federated services

I am unable to authenticate to SharePoint Online using SharePointOnlineCredentials, receiving the error message: Identity Client Runtime Library (IDCRL) encountered an error while talking to the partner STS. This same code worked until we…
Brite Shiny
  • 121
  • 1
  • 1
  • 6
5
votes
2 answers

Authenticating client with office 365/SharePoint online

I have a client application which consumes SharePoint web service (list.asmx). Recently SharePoint is migrated to SharePoint Online. Now authentication is failing. This might be because authentication mechanism is different in SharePoint Online. I…
4
votes
0 answers

Generate FedAuth cookie from MSAL Token

We are using MSAL library for Authentication and it generates access token and refresh token which we have access to. Once successful login happens we want to open share point url using the session of the user which is already established.Is there a…
svs teja
  • 957
  • 2
  • 22
  • 43
4
votes
1 answer

Upload file to SharePoint using API Postman

I want to upload a file to SharePoint through Oracle system using Rest API. I tried the following but with no…
BODYBOND
  • 117
  • 1
  • 4
  • 12
4
votes
1 answer

How to authenticate our .NET console application against SharePoint online if we have `DisableCustomAppAuthentication` set to true

We have the following:- SharePoint online tenant recently created Windows server 2019 .NET console application which have some code that integrates with SharePoint online The .NET console application runs on schedule basis using windows task…
4
votes
1 answer

upload files from sharepoint online to aws s3 bucket

When any file or folder created in a document library in Sharepoint online, then need to upload that file or folder to AWS S3 bucket with the help of Power Automate. Also, if any attachment upload in the Sharepoint online list, then also that…
4
votes
1 answer

How to apply a sensitivity label to a document in SharePoint Online programmatically?

The task is to write a code that applies a sensitivity label to a document in a SharePoint Online document library without downloading the file. I have explored the following APIs so far: SharePoint REST API v1: Can be used to set a Retention label…
4
votes
0 answers

Sharepoint and Microsoft Teams can't Preview HTML file in HTML File Viewer

I have some small HTML files (containing interactive data visualizations made in R/Python). They can't be published online but I thought I could upload them to Sharepoint/Teams and preview them in the HTML File Viewer to share with my…