Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sharepoint-online]

A cloud-based service, hosted by Microsoft, that provides SharePoint collaboration platform as an online service.

sharepoint-online
0 votes
0 answers
11 views

How can I customize the 'Check In' box that appears when a document is checked in to a SharePoint Doc Library?

We have a SharePoint 365 Library that has approvals, versioning and check in enabled. We have Power Automate flows handling the approval, but we would like to customize the box that appears when ...
Gavyn James's user avatar
0 votes
0 answers
30 views

Authenticate with SharePoint REST API using Azure AD not Azure ACS

With Python 2.7, I am currently trying to authenticate with the SharePoint REST API i.e. https://[tenant]/sites/[site_collection]/_api/web/lists, etc. I am able to generate, from what I can tell is, a ...
datRedHeadedGuy's user avatar
0 votes
0 answers
25 views

Microsoft Graph APIs - 401 being generated despite access token appearing to be OK - using PHP

Essentially when I make a call to try to retrieve a document from sharepoint via its URL I am seeing a 401 - which I also see if I take the access token and use it within Postman for example. I have a ...
jeremy's user avatar
  • 3
0 votes
2 answers
61 views

How to find a driveItem ID given only a document URL?

I need to be able to find a driveItem from the Microsoft Graph API, given only a document URL in this sort of format: https://tenant.sharepoint.com/sites/somesite/somefolder/somedocument.doc I know it ...
Jan Martin's user avatar
0 votes
0 answers
19 views

PowerApps Unable to retrieve all SharePoint items into collection (+5000 items)

I have a SharePoint list with 5497 items. I would like to display all the items in a gallery however the code I am using to pull +5000 SharePoint list items is only getting 5470 items. I am looping ...
Randell Persad's user avatar
0 votes
0 answers
20 views

Folder approval in power automate flow

The aim of my flow is to limit the creation of folders to selected users only. I am exploring the use of when an item is created properties only and a condition to state isfolder equals true. I then ...
PinkApple's user avatar
0 votes
0 answers
15 views

Sharepoint Online Audit Log API - Missing Operations

I am extracting data using SharePoint Online Audit Log subscription, using API endpoint like below: https://manage.office.com/api/v1.0/*******/activity/feed/subscriptions/content?contentType=Audit....
Rana's user avatar
  • 31
0 votes
0 answers
20 views

SSIS package export to Sharepoint site

I have an SSIS package, which exports data to an MS Excel spreadsheet. I want to upload that MS Excel spreadsheet on to a sharepoint site, within the SSIS Package. Is there a way of doing this without ...
user22539527's user avatar
0 votes
1 answer
15 views

Access SharePoint Site with Access Token

I am trying to access Share Point Site using Access Token instead of passing credential in CSOM Library. I am getting following error while accessing end point. Same code is working with Windows Form ...
RAJESH's user avatar
  • 1
0 votes
0 answers
11 views

Grabbing subject email using powerautomate

List structure Country-Single line of text customer-Single line of Text Incoming Email details Subject: customerno-123,Location-USA,Region-Florida,Department-Sharepoint,Type-Active I need to grab the ...
Bzl's user avatar
  • 21
0 votes
1 answer
28 views

Is there a way to read file change events from sharepoint for multiple sites?

I need to get file change events from SharePoint whenever any change happens for a document library across multiple sites. I have been exploring a lot on reading file changes events from SharePoint. ...
Pawan Poojary's user avatar
0 votes
2 answers
109 views

Rename SharePoint site with Graph API or REST

I am looking for the ability to programmability change the name of a sharepoint site with either Graph API or SharePoint REST (or related powershell modules) I have tried "Set-PnPWeb" this ...
endothermic's user avatar
0 votes
0 answers
21 views

Using PowerShell and MSGraphAPI, how can I get the user GUID from an email address to write to a Person Or Group field?

I am using PowerShell and MSGraphAPI to write to SharePoint. I am pulling the user principal name like this: $AssignedTech = (Get-ADUser $ENV:UserName -Properties userPrincipalName -Server ServerName....
Mark D. MacLachlan's user avatar
0 votes
2 answers
31 views

How to record time between item created and status change in sharepoint?

I want to get the time between when an item is created in the sharepoint list to when i update a specific (status) column. however, there are multiple different statuses, so the modified timestamp ...
helpmepls's user avatar
0 votes
1 answer
39 views

Sharepoint Online Embedding Issue: Manual vs Programmatic File Upload

I am trying to embed an aspx file in a Sharepoint page (with the file stored in SiteAssets), but have discovered that Sharepoint behaves differently based on how I upload the file. If I upload it ...
KenG's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
267