Sharepoint oAuth 2.0 retrieved token missing roles and scope
Using code below I successfully retrieve an access token. Taking that token to jwt.ms , it does not have scp or roles though. So when I try and use it in postman url GET…
Is it possible to create custom web parts in SharePoint in Microsoft 365 (SharePoint Online)
I am trying to develop custom web parts for our SharePoint instance our version is SharePoint in Microsoft 365 formally SharePoint Online. I only can find documents and templates in visual studio for versions 2019 and 2016... I am just looking for…
Connect-PnPOnline: The sign-in name or password does not match one in the Microsoft account system.
Hello, I am trying to connect to SharePoint via Connect-PnPOnline. When I add my credentials for the SharePoint url in Windows Credential Manager and I type Connect-PnPOnline -Url https://<domain>.sharepoint.com everything works fine.…
Specify conditional formula to show or hide fields in a list form based on choice
Hi, I have a list that includes column names that have spaces in them, e.g. "Third party". I want to be able to conditionally show fields in a list form based on choice. I have followed the guidance in this link…
Can we allow users to rename files but prevent them from deleting those files inside SharePoint online
We created a custom permission level which mimic the built-in Contribute permission level but without the ability to delete items and versions, but unchecking those 2 checkboxes:- our intention was to prevent users from moving folders and deleting…
Is it possible to subscribe a webhook to a specific folder in SharePoint?
I attempted to subscribe to a specific folder using the resource value /drives/{drive-id}/items/{folder-id}, but I encountered the following error: { "error": { "code": "InvalidRequest", …
Change column name using REST API - Logic App
Good day to you all. First time posting a request. Hope it get’s received well. I seem to have a problem and not sure what I might be doing wrong. Maybe it's a bug. I don't know. I am trying to provision a SharePoint communication site programmatically…
Shared with me not working with Client Secret Flow
Hi, I am using the Microsoft Graph 'Shared With Me' API to fetch all shared files using Client Secret Flow for authentication. Below is the relevant part of my code. However, when I execute the 'Shared With Me' API, I receive a Bad Request error (below…
Automate a PowerShell script that updates information on all SharePoint sites.
Hello Please i need your help on this issue. My IT department has a few PowerShell scripts we are currently using to mass update various settings and user information in our SharePoint sites. Outside of running them using Task Scheduler, is there a way…
sdk 8.0 FilePicker for SharePoint, giving error "GetDataError: Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException' was thrown"
I am trying to implement FilePicker v8 in my application. I am using the Javascript Basic code for developement. For authentication I am using OAuth2 flow and getting the access token. Access token is working with api such as…
Cannot share externally from OneDrive
Hello Please i need your help on this issue. Cannot share externally from OneDrive. when trying to share document user gets : Sorry, something went wrong. Sorry, you cannot access this document. Please contact the person who shared it with…
Unauthorized error when getting sharepoint list attachment despite having "Files.ReadWrite.All" permission
I am writing an ASP web application that can interact with a Sharepoint list, creating new items and updating existing items. We have an Attachments field in that list. Because accessing sharepoint list item attachment files is not available in the…
Premium eDiscovery for requested users and while exporting the data we are getting the error message
Hello, Please i need your help on this issue. Premium eDiscovery for requested users and while exporting the data we are getting the error message. Sub-Category of the issue: M365 Description /Summary of the issue: We have initiated Premium eDiscovery…
SharePoint Rhythm of Business Calendar Form Modification
We have Rhythm of Business calendar on our SharePoint site and I would like to make some changes to the new event form. i.e. remove Location, Recurring event and Description. As well as default to All day event. However I am finding it impossible to…
Como dar formato a la vista (Modo avanzado)
Buen día Tengo un tema con la aplicacion de formato a la vista lo que quiero hacer es lo siguiente: Tengo una lista llamada Bitácora convenio de tiempo en SharePoint y dentro de ella tengo una columna llamada VencimientoConvenio de tipo…
Nested apply to each loop to avoid in power automate
Hi , I have situation where I have to create around 6000 items in SharePoint list by manually trigger power automate flow. each items has some data based on 9 category, each day of month(30 or 31) and each hours (24 hours) of the day, that means 9x30x24…
How to stop JSON code from appearing in the display of a list
I have a Sharepoint List that has a multiple line text field. I wanted the size of the text of the field to display as 9pt, so I included the below JSON code. Unfortunately the JSON code is displaying with the column entry. Is there any way I can default…
Change SharePoint List Gallery Button Color By URL
I have a SharePoint list in gallery view that has links to different web pages. This list view is on each page of the navigation for training. I'd like to color code the buttons according to what page the user is on to visually indicate where they are,…
Discrepancies Between Web.LastItemModifiedDate and Last Activity column in SharePoint Admin Center
We use the Web.LastItemModifiedDate property of a site to identify recently modified sites. However, in some cases, the value of this property does not align with the Last Activity column in the SharePoint Admin Center. Could you clarify the factors that…
SPFx webpart to fetch tasks assigned for a user from planner
Hi, I want to fetch tasks assigned for a user from planner through spfx webpart. Please share any reference links of the same. Regards, Sudheer