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

Window prompt not showing when using MSAL .NET library in Unity3D

I'm trying to log in to SharePoint with my Unity app via the MSAL library (Microsoft Identity Platform). When I run it the first time I don’t see a popup at all and there are no errors. (note, I've tried in Editor and as a standalone exe) However, I…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
5
votes
1 answer

Bad request with response code 400, when posting json data to rest api using okHttp 4.*

goal : I'm using sharepoint REST APIs to create a list in my sharepoint site. In this case I'm using okHttp as my Http library. expected result : should return 201 as response code when calling the request using okHttp. actual result : Exception in…
Nadee
  • 342
  • 1
  • 6
  • 18
5
votes
5 answers

Error: AADSTS500011: The resource principal named "URL" was not found in the tenant

I am trying to add an app to our SharePoint Online site using the template from https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part and we get the error below when we deploy to SharePoint and add…
5
votes
1 answer

How To Get SharePoint Online List Items Attachments Using Graph API?

For Attachment Items in any list of SharePoint Online , graph explorer can get only Attachments property which contains value “true” or “false”. I am unable to get links of the attached images, pdf, texts etc. Using Rest API we can easily expand…
Rohit Kumar
  • 89
  • 1
  • 7
5
votes
1 answer

Where to add disable-output-escaping for a sharepoint list?

Yes, I know this is a duplicate, but the other answers are now out of date. I am using SharePoint online with SharePoint Designer 2013. I want to set disable-output-escaping=yes for a SharePoint list view. Here is what i have tried: I set the…
Greg Viers
  • 3,473
  • 3
  • 18
  • 36
5
votes
1 answer

SharePoint Recurring Events Are Random?

Note: This question is similar to an existing, unanswered question (CAML OrderBy for SharePoint Recurring Calendar Event). How can I use the Lists.asmx web service to retrieve recurring events that occur today or later? I am providing the…
5
votes
3 answers

List all files recursively in microsoft graph

We are trying to retrieve all files under a folder recursively, but I can't find an API for that. I've tried using the search API without a query, but this doesn't return anything.…
5
votes
1 answer

Downloading Sharepoint File using Microsoft Graph API not showing content attribute

I'm trying to download a file from SharePoint online using Microsoft Graph API. Graph API is not allowing me to use /Content. This is the endpoint I'm…
5
votes
3 answers

How to create dynamic hyperlink longer than 255 characters in SharePoint Online

My setup: SharePoint Online (part of Office 365) No access to server coded (.NET) solutions Document Library using the Document Set content type New Experience UI enabled Use case: I have a SP2013 Workflow that allows a user to make a change…
5
votes
2 answers

Upload file test with Postman

I am testing a file upload to SharePoint online with Postman. In my post request I set the body to form-data and add a file param with a text file called a.txt. The text file contains the text one two three When I execute the request my file is…
Danny
  • 746
  • 2
  • 8
  • 20
5
votes
3 answers

Authentication to Sharepoint Online with CSOM

I feel like I'm missing something here. I'm trying to login to a SPO tenant via a C# Console app, but I'm getting the error: Cannot contact web site 'https://xxx.sharepoint.com/' or the web site does not support SharePoint Online credentials. The…
Kevin Pope
  • 2,964
  • 5
  • 32
  • 47
5
votes
2 answers

Sharepoint CSOM Authentication issue with .NET Core

I'm new to Sharepoint online, and don't have an own account (yet), just an username/password from a client. Need to build a service that gets the folder structure and archives from Sharepoint. And then allows to up/download archives. Since the…
Stefan R.
  • 438
  • 1
  • 5
  • 22
5
votes
2 answers

Microsoft Graph HonorNonIndexedQueriesWarningMayFailRandomly Error when filtering SharePoint Online lists

I'm using ms-graph with SharePoint Online. I've a simple list with a single title column and 3 items. I use the following ms-graph call to filter items by…
Baris Bikmaz
  • 401
  • 3
  • 11
5
votes
1 answer

Microsoft Graph API - How to upload attachments to a list item

This question has been asked before with not much success. The documentation is totally unclear too. It implies that to create a new list item one would do the following. But doesn't give a specific example on attachments. The listitem documentation…
user1112324
  • 623
  • 1
  • 7
  • 23
5
votes
1 answer

Could not load file or assembly 'Microsoft.SharePoint.Library' which I've never added

I've been developing a .NET Web Application that connects with a SharePoint Online instance. Everything was going well until I suddenly started getting the following error Could not load file or assembly 'Microsoft.SharePoint.Library,…
Sean Dooley
  • 615
  • 2
  • 11
  • 27