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

Microsoft Graph API Download File content return Unauthorized 401

I'm trying to download a file from SharePoint Online using an "app only" token. I can obtain file info using this url https://graph.microsoft.com:443/v1.0/sites/{siteId}/drives/{driveId}/list/items/{itemId}/driveItem But when I try to download the…
mimotilla
  • 81
  • 1
  • 3
4
votes
1 answer

Microsoft Graph - Why is root site read access needed to access subsite in another site collection?

I'm trying to access the items of a list that is a part of a nested subsite, like this: https://{mytenant}.sharepoint.com/ vendorSiteCollection/ vendorAppSite/ vendorList My test user has only Read permission on the…
Hlynur
  • 491
  • 2
  • 11
4
votes
2 answers

Microsoft Graph API using filter on get sharepoint lists

I'm trying to filter on the sharepoint lists, but the semantics seems to be different to the default semantics. What I already tried was (with $ and without; single quotes and no…
Oliver
  • 43,366
  • 8
  • 94
  • 151
4
votes
1 answer

AAD registered Azure Functions + GraphAP Delegated + SharePoint Online?

If my Azure function app and SPO are registered in the same AAD. Can GraphAPI Delegated be used to write to SPO Lists as the calling/current user without additional authentication? If so, do i need auth library code for this like ADAL? Why? Any…
4
votes
1 answer

Difference between header and cookie for cfhttpparam type

I am working on a ColdFusion app that authenticates to SharePoint Online and pulls some files using SharePoint's REST API as described in http://paulryan.com.au/2014/spo-remote-authentication-rest/ When I try to obtain the FormDigestValue by posting…
gabriel
  • 326
  • 1
  • 2
  • 12
4
votes
1 answer

Orderby on SharePoint list item does not work

I'm trying to order a collection of list items with Microsoft Graph : .../items?select=id&orderby=id%20desc I've tried on multiple properties and with a space instead of %20. I've followed the documentation. But ids are always ordered ascending. Am…
trenoncourt
  • 307
  • 3
  • 15
4
votes
2 answers

Read file in document library : "The label that's applied to this item..." C#

I'm trying to read content of a file as stream in document library on sharepoint online site. I'm using AppOnlyAccessToken. Source code work fine before today. And I have no idea for this problem. My source code: string realm =…
4
votes
1 answer

Hooking into SharePoint server-side

Please note I am talking of injecting my code into SharePoint server-side (via a package / add-in etc) as opposed to using Microsoft.SharePoint.dll or web-services to access SharePoint. So my problem is this, I need to customise how Document…
4
votes
2 answers

Fatest way to check and create folder in document library within SharePoint Online (CSOM)?

I have a SharePoint Online where I can connect through my console application successfully: private static ClientContext GetUserContext() { var o365SecurePassword = new SecureString(); foreach (char c in o365Password) { …
STORM
  • 4,005
  • 11
  • 49
  • 98
4
votes
2 answers

Refresh Cookies for authentication in Sharepoint online

I found a tutorial how to create the cookies for the access of Sharepoint online: https://allthatjs.com/2012/03/28/remote-authentication-in-sharepoint-online/#comment-16537 So my application is working now with getting lists using the cookies…
everydayXpert
  • 785
  • 2
  • 11
  • 27
4
votes
1 answer

Is the SharePoint 2013 REST API fully supported in SharePoint Online (Office 365)?

Is the SharePoint 2013 REST API fully supported in SharePoint Online (part of Office 365)? Assuming I have access permissions to make REST API calls to a SharePoint subscriptions, can I safely assume that all SP2013 REST URLs and resources are…
urig
  • 16,016
  • 26
  • 115
  • 184
4
votes
1 answer

SharePoint Online authentication failure

I have a C# app which authenticates to SharePoint Online by using web requests. It works great for me, but someone else is getting the following error:
Steve
  • 165
  • 1
  • 13
4
votes
0 answers

Excel COM Object in PowerShell

SharePoint Online has a mostly undocumented method of populating a list of SharePoint Online sites that an administrator pushes out to its users. Based on the presence/values of some registry keys, the client workstation knows when to ask…
pk.
  • 380
  • 1
  • 13
4
votes
1 answer

Getting "Shared with Everyone" Folder Information in SharePoint

Does anyone have any idea how to go about getting "Shared with Everyone" information from SharePoint and OneDrive for business? I've been scratching my head for a few days trying to figure it out, but I'm having no luck. What I need to do is create…
4
votes
1 answer

Retrieve Sharepoint site collection list using RESTful api in Office 365

I need to retrieve the list of Sharepoint site collections using the REST API for Office 365. Is there any way to achieve this?
Jaimin
  • 53
  • 1
  • 6