Sensitivity label graph api
Hello here hoping to find a solution to the problem below. I am using sensitivity label Graph Api [POST /drives/{drive-id}/items/{item-id}/assignSensitivityLabel] to change sensitivity label from power apps we are sending the request successfully and 90…
Files on SharePoint cannot be edited due to the error that shows we temporarily repaired.
Hello Please i need your help on this issue. There is an error message saying WORK BOOK REPAIRED We temporarily repaired this workbook so that you can open it in Reading View on a SharePoint file. The user is trying to Edit Workbook ] Fix it ] Ran…
Not Able to fetch the Mobile number using spfx webpart
Hi, I am trying to fetch the current logged in user name,employee id,email address and phone number. But I am not able to get the current logged in user phone number with the below source code. Please let me know if I am making any…
Formatting Multi-choice Column in SharePoint online to display limited options
I have a multi choice column where the user can add a bunch of options, at least 20 + options. My goal is to make it easier to read. So if there are more than 4 options it should display 4 options and add an bubble with "+ (total more…
assign comment or suggestive changes role to a user in sharing a word doc to a user
https://learn.microsoft.com/en-us/graph/api/driveitem-invite?view=graph-rest-1.0&tabs=http in documentation there are only 2 roles listed in read and write i want to share a word document using this api in comment/suggestive-mode role (like if i am…
SharePoint 2019 - Active Directory Import Not Importing
Currently User Profile Service Application is stuck on starting. When I view the job history I found this failed: When I try to manually start the User Profile Service Application it goes to Provisioning. When I check the services running on the…
error 0x80070643 probably related to sharepoint 2010? However impossible to delete sharepoint 2010 because of error -" language not supported"
IS error related to sharepoint 2010? error occurs because not able to update office due to 0x80070643? How to delete sharepoint when language error is showed? See also…
OneDrive and SharePoint Authorization Issue
Hi Support Team, Tried logging into our MS Entra ID as a global admin, then find the calling app and grant admin consent for the Files.ReadWrite.All,offline_access permissions. I have successfully setup OAuth in my Application and Authorization is…
Does page shows in a change log when a comment is added into the Page and no other edits in the page content?
We are trying to retrieve comments in change log mode where we do not have any edits in Page. Could you please confirm if page is listed with change log token of the site when only comment is added?
No observers registered for this request.
I'm using pnpjs/graph library to select users Error: No observers registered for this request. (https://pnp.github.io/pnpjs/queryable/queryable#no-observers-registered-for-this-request). import { SPFI, spfi, SPFx, DefaultInit, DefaultHeaders } from…
SharePoint Page vs Power Pages. What is the difference?
I would like to launch a website that is client facing and wasn't sure if I should use the SharePoint product or the Power Pages product to create the client facing website.
SharePoint REST API 2.0 Redirecting to the exact same endpoint url - Get File Content
I am clueless about this! Was trying to Get File Content by using SharePoint REST API 2.0 - Send An HTTP Request to SharePoint action using method GET, endpoint: /_api/v2.0/sites/{site-id}/drives/{drive-id}/items/{item-id}/content Result is failing…
How long until .aspx file format is no longer supported in SharePoint document libraries
Hi, We at EmbedTek are a lean computer manufacturing company that uses a SharePoint Document Library to manage our build instructions and, importantly, view them in a web page format. The instructions are created as .htm files locally in Microsoft Word,…
Sharepoint API OData filter is not working
I am trying to get files from a specific folder(drive) in Sharepoint. First, I am getting the DriveItem. My Code: string filter = $"tolower(Name) eq '{folderName.ToLower()}' and…
Clarification on File Name Search for Image Files Using SharePoint Search API
Hello, I am using the SharePoint Search API endpoint (https://graph.microsoft.com/beta/search/query) to search for files based on their names and content. The documentation available at Search API Concepts has been helpful in implementing this…
Customizing font color in hub navigation
The Hub navigation is appearing very light grey, which is not ideal for accessibility. How to change font color for the hub navigation?
IN a sharepoint list I have a column with a color value. I want to use that value in a json column format. How do I do that?
We need to color code a calendar of training events. Each training class has a column with the hex value of the color to use. How do I reference that field to set the background color of my column?
The Command 'Start-SPOCrossTenantUserContentMove' is not working for me?
While migrating Tenant to Tenant (OneDrive and SharePoint), we've done with all the pre-requisites given in this. But while we start the OneDrive migration it says the below error. Using SharePoint shell recommended in the official documentation Command:…
Not able to call SharePoint Document Library driveitems using MS Graph API with filter functions 'contains' and 'endswith'.
We need to get files from the SharePoint Document Library with a filter that uses 'contains' and 'endswith'. The query goes as below: https://graph.microsoft.com/v1.0/sites/{site-id}/drives/{drive-id}/items?$filter=contains(Name,'100001') and…
Issue while reading excel file from sharepoint Via graph API
Hi Team, I am reading an excel file that has multiple sheets from a standalone sharepiont site. While reading it the data inside the sheets is not being read rather it is coming empty columns. While debuggint the issue I observed a behaviour where by…