Questions tagged [graph-api]
The graph-api tag has no summary.
106 questions
0
votes
0
answers
18
views
Prevent SharePoint Word documents from being opened in the desktop application
I'm working on a SharePoint Embedded solution which, among other things, creates Word document view/edit links using the Graph API endpoint createLink : https://learn.microsoft.com/en-us/graph/api/...
1
vote
0
answers
18
views
The requesting principal is not authorized to set group preferred data location
We have our tenant with 4 Geo locations. And inside power automate flow I am sending this Graph Api to create a new security group under specific Geo location using service account (not using clientID ...
0
votes
0
answers
34
views
Not getting data back via Graph when querying for drive items
I've been trying to get setup with a Python app to programmatically connect to Sharepoint and get a file. End goal is to get the contents of a file in a known location (folder) on a company Sharepoint....
0
votes
0
answers
59
views
Create a Premium Planner, Bucket and Tasks using Graph Api
I have the following 3 Graph API calls to create a standard planner , then bucket inside it and its tasks inside a Power Automate flow:-
This is working for standard planner, but not sure how to do ...
1
vote
1
answer
119
views
How can I add top and/or limit and/or skip to a graph rest api to get both list and items
So, we have the long-running question: how to get column display names and items in one call? (see here)
Seemed that the only answer back then is that you either needed to send two rest api calls or ...
0
votes
0
answers
14
views
Prevent user from "Rejecting All Changes" for other users in Word Document SharePoint Embedded
I am testing a Word co-authoring scenario and the behavior I'm experiencing doesn't seem right.
The scenario is a follows:
Word document is stored in SharePoint Embedded
Collaborators have links ...
0
votes
0
answers
26
views
How to get attachments from list item
I'm doing a flutter app that needs to retrieve a list of items and then their attachments if any.
I'm using this api to retrieve all the items:
https://graph.microsoft.com/v1.0/sites/$siteId/lists/$...
0
votes
1
answer
85
views
SharePoint Embedded: Can't assign permissions to all containers using FileStorageContainer.Manage.All
Does any one know if the FileStorageContainer.Manage.All possible to assign to manage the SharePoint Embedded containers? If it's not possible, what are other options to get the full list of all ...
1
vote
0
answers
33
views
Sharepoint MS Graph API search for images returns DispForm.aspx instead of the image
When searching for images in a Sharepoint site, I would expect the hits to have webUrl for the actual image file. Instead each hit is has webUrl of DispForm.aspx showing the image details (name, tags,...
0
votes
1
answer
180
views
Which api to use if i would like to add webparts to a page via power automate
My question is what rest api can i use to add a new webpart with data to an existing page?
Can the Send an HTTP request to SharePoint do this or i have to use graph?
Thanks in advance
0
votes
1
answer
70
views
can i retrieve the webprat title property via microsoft graph api and power automate
I need to retrieve the webpart title on a page via graph.
I can use this uri below
Which lists all webparts on the page
GET /sites/{site-id}/pages/{page-id}/microsoft.graph.sitePage/webParts/{webpart-...
0
votes
1
answer
43
views
Can you grant more delegated permissions than a user has direct permissions?
We have a SharePoint site where users can only create and edit files indirectly, via an application that updates the site using Graph API calls using app permissions.
This means that the files are ...
0
votes
1
answer
344
views
Graph API drive-id/root/delta endpoint returns ALL driveItems
When calling
sites/site-id/drives/drive-id/root/delta
It returns ALL contents of a Document Library/Drive and the next delta token.
When I thought it should return the immediate contents of the root ...
0
votes
0
answers
127
views
Graph API isnt returning the column I need
I have a number of SharePoint sites that publish news articles. One of the Key fields is "First Published Date". Which shows if the article is published or still in draft.
I have tried;
...
0
votes
0
answers
25
views
Unable to Order the Channel Tabs using graph API inside our Teams apps
I am working on a Teams App >> which creates a new SharePoint modern Teams Site + new Channels + tabs inside the channels.
The final result will be as follow: -
Now I want to reorder the tabs ...