Different (conditional) background colors in a list - Microsoft List vs. Sharepoint Group
Hi, I have created a Microsoft List that uses conditional row formatting to mark entries that have been changed within the last 31 days with a light blue background color. This is the JSON for it: { "$schema":…
About the SharePoint document library feature (tile view using the Document Card Designer)
I want to display thumbnails and information in the tile view using the document card designer in the SharePoint document library function, but if the number of characters is too long, "・・・" is displayed as shown below and the text is cut off.…
Do sharepoint groups match to a Entra group/object
Hi everyone. I am implementing document level security and I need to read Sharepoints groups and store them and later use them to filter requests. I was trying to retrieve Sharepoint groups for a given file, which works (I get a name and a sort of Id…
SharePoint Image column(thumbnail) behaving differently
Hi My SharePoint Image columns(thumbnail) are behaving differently. It was previously saving the items in the below…
How does the app registered in Azure AD support multi tenants to request access token for SharePoint API?
I recently registered app in Azure AD for SharePoint Online access with OAuth authentication. The account type was set to "in any organizational directory (Multitenant) " , and the API permissions are set with the scope "SharePoint -…
Default value for the custom column which set by SharePoint REST API does not show on the document library when upload a file
Default value for the custom column which set by SharePoint REST API does not show on the document library when upload a file Here are the steps to reproduce the issue: Create a new Modern team site collection not connected to M365 group by using…
About Sharepoint REST API "_api/web/GetFolderById"
I use "_api/web/GetFolderById" in Sharepoint's REST API. But there is no documentation for this. Will it be abolished in the future? (It's available now.) )
Unable to Order the Channel Tabs using graph API inside our Teams apps
I am working on a Teams App >> which creates a new Teams Site + new Channel + tabs inside the channel. The final result will be as follow: - Now I want to reorder the tabs mainly by moving the Notes tab to be the last tab, as mentioned in this…
Getting error when importing SP 2010 list template and create a new list in SP 2019 using that template.
Hi Team, I am getting error when importing SP 2010 list template and create a new list in SP 2019 using that template. Please see the attachment for the error that I am getting, please suggest, its giving some unexpected URL error: Sorry, something went…
Method for Limiting Sites Using "Sites.Selected"
Background: Currently, we are using the Graph API's "Search for sites" function to retrieve a list of SharePoint sites. Detailed documentation can be found here: Search for sites - Microsoft Graph. In the future, we plan to implement site…
Changing the "GIT Repo URL" from GitHub to Bitbucket is still showing the result of the old code
I have installed this Teams Apps from GitHub:- https://github.com/OfficeDev/microsoft-teams-emergency-operations-center and i deploy it to our tenant and it is working well. Now the customer asked us to clone this app >> do some changes >> so…
Office Graph turn off
Hello, I am trying to start a SharePoint site, however there is a message on the top of the home page that says "You're seeing a limited version of this page because Office Graph is turned off. Learn more about turning on Office Graph." I tried…
not able to query delta on susbsite items
I am trying to query delta on a subsite list item like https://graph.microsoft.com/v1.0/sites/<site id>/sites/<sub site id>/lists/<list id>/items/delta , using graph api but it is returning "item not found" even though the…
"Add shortcut to OneDrive" Vs "Sync"
Inside any SharePoint online document library, we have 2 options: - Add shortcut to OneDrive Sync But I am not sure what is the exact differences between the 2 options? for example in my case i am syncing the library using OneDrive application and…
SharePoint API V2.0 $batch Requests
Hello, I think this probably requires a relatively official response from Microsoft, but I'm looking to make batch requests via the SharePoint V2.0 method to push Graph $batch json POST bodies. I cannot seem to get the request right, and I know that…
Unable to Retrieve SharePoint List Items in .NET Core using SharePoint Rest API
Hi Team, I have created a new app registration in the Azure Active Directory section and generated a client secret. I also granted the necessary API permissions for SharePoint sites with 'AllSites.FullControl' and obtained admin consent. I used the…
SharePoint API Doesn't Return All Available Sites
I found previous answers for this but they either said it was being addressed in a release back in February, or they just didn't solve the issue. I have a SharePoint site called 'NetSuite BluDocs' in which there is a group called 'NetSuite BluDocs…
New install of Node, Yo,@microsoft/sharepoint - error running sharepoint generator "generator.run is not a function"
New fresh install of Node, Yo etc on winows 10 when I run "yo @microsoft/sharepoint" I get: _-----_ | | .--------------------------. |--(o)--| | Welcome to the | ``` `---------´ | SharePoint Client-side | ( ´U`…
Graph API - SharePoint List Item Attachment
Hello, I've been trying to fetch attachments in SharePoint List items. This is the query I'm using : https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/?expand=fields(select=Title,Attachments) It returns Attachments…
MS Graph API - SharePoint List item attachments using Graph API
Hello, I've been trying to fetch attachments in SharePoint List items. This is the query I'm using : https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/?expand=fields(select=Title,Attachments) It returns Attachments…