Issue with Automated File Sharing via Graph API – Invitation Emails No Longer Sent
Hello everyone, I’m using the following C# code to automate file sharing via the Microsoft Graph API: var requestBody = new InvitePostRequestBody { Recipients = driveRecipients, Message = message, RequireSignIn = true, …
How can you change SharePoint online "Change the look" using custom code instead on out of the box feature option
I want to change SharePoint online "Change the look", using JavaScript code, instead selecting it from out of the box option.
PNP Search filters when search results look into different sites
Hello good afternoown. I am creating a search page that has a PnP search box, PnP Results box, PnP Filters on the results box, under Query text i have the path to the different sites i want it to look into, and i know that part works, because on the…
Guest access expiration report for SharePoint Online site?
Hi, In my tenant, Guest access expiration is set for 180 days. I need to generate report for a SPO site that how many guests' users already lost access and how many guest users going to lose the access in future. Is there a way to get this report using…
Get-PnPTenantSite: Attempted to perform an unauthorized operation.
How to I get around this error. Tying to Get All Site collections data and export to CSV file Get-PnPTenantSite: Attempted to perform an unauthorized operation.
I am stuck displaying SP List items in a SP webpart, does anyone have any idea how to debug?
Hi, I am trying to create a WebPart which displays items of a List in a certain format. So far I have tried anything that came to my mind, but now my ressources that I can find on the internet are either not working at all or not very helpful in that…
Add group to many SharePoint Online site through PowerShell
We have an existing Microsoft 365 group, like group@domain.onmicrosoft.com. We have over 100 SharePoint Online sites and we want to add this group as a editor into 30 of these sites. We want to do this through powershell so we want to script codes. Any…
How to make POST/PATCH request to add Hyperlink/Picture field in List?
I am trying to make a POST Request via Microsoft Graph Explorer Version v1 as well as Beta, to a list that has field of type HyperLink/Picture. I added request body for that field as { "fields": { "fieldName": { …
conditionnal formating on a column based on a seperate look up column
I have a column called ETA in my SharePoint list, and I would like to apply conditional formatting based on the value of another column. The other column is a lookup column called Permits_x003a_Permit_x0020_Expiry_x0020_Date, which pulls data from a date…
Getting Microsoft 365 Tennant with Microsoft 365 Developer Account
I created a Microsoft365 developer account with my personal hotmail account. I intend to use this for my personal projects. My intention was to create a sharepoint site and use graph api/c# development. But when I tried to create a Microsoft 365 Tennant…
Get Granted User/Group Permissions for SharePoint Files via MS Graph
I am developing an application that needs to read files from SharePoint. Specifically, I want to limit access to a specific list of SharePoint folders, which I believe can be managed using the Sites.Selected permission for the app. Additionally, I need…
How unique is the drive id?
I'm using Microsoft Graph to build apps that connect to files across OneDrive, OneDrive for Business, and SharePoint document libraries. from https://learn.microsoft.com/en-us/graph/api/drive-list?view=graph-rest-1.0&tabs=http I noticed that the…
JSON formula is not working
This formula will: Highlight in Yellow if the date is past due (i.e., the date in the column is in the past). Highlight in Orange if the date is within the next 14 days. Highlight in Yellow again for dates within 30 days. Light Gray for any dates…
How do I create a teams channel for an already made SharePoint site?
How do I create a Teams channel for an already existing SharePoint site?
How to get List items using clientid and client secret
So, I have the Client ID and Client Secret for the SharePoint site. Using these, I am able to create the access token. However, when I use this access token to fetch list items, I receive an empty array, even though the SharePoint list contains values.…
How to integrate the PHP Codeigniter 3 in Microsoft Form?
How to integrate the PHP Codeigniter 3 in Microsoft Form. For example I have survey questions. Then after clicking the submit button the response will be save in the database and also in the Microsoft Forms. Thank you
Is it possible to format a calendar view of a list in modern, with hex codes instead of the sp-css colours?
I'm trying to format a calendar view of a list (generated from the event itinerary template) using custom hex code colours instead of the sp-css colours. I've used the hex codes successfully in the list view column formatting but just can't get it to…
Check in Check out feature - I don't want this enabled, but it keeps prompting for it & not allowing me to save document.
I have an excel file that has been in use for years. When we get the daily numbers, I open the new document, hit save as & select the file in question. We have Windows 11 and 2023 version of Excel. No settings have been changed whatsoever but one…
Restrict app access of graph apis to specific site or folder of share point
In order to access share point files via apis on my backend server, I use graph apis. To use graph apis, I registered an app on app registrations admin centre. If I provide access if Sites.Selected, I am unable to access site via api. If I provide…
Can we do a bulk deletion of all the links which are accessible to "anyone in the organisation" ?
Hi, Could you please confirm if it's possible to remove all links or a bulk deletion of links associated with files (within a specific folder or site) that are currently accessible to "Anyone in the organization"? If this is possible, could…