Skip to main content

Questions tagged [ms-graph-client]

0 votes
0 answers
44 views

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....
simplycoding's user avatar
0 votes
1 answer
859 views

I want to create first time a WebPart for SharePoint Online, where I need to use the MSGraphClientV3. I'm struggeling around with the authenication. I know the articles https://learn.microsoft.com/en-...
dns_nx's user avatar
  • 181
1 vote
1 answer
2k views

I'm working on a WebPart, which has a form and a button. On button click write items in a SharePoint List. So, the button click is my last step, but the buton does not work. I get everytime: ...
LeberkäseWhatsappgruppe's user avatar
0 votes
1 answer
1k views

Can we call Graph API directly through MS Graph Client for SPFX tab in team Desktop?? Here is the sample of git which call Graph API directly in teams tab without any authentication flow or access ...
abhishek23 Negi's user avatar
0 votes
1 answer
2k views

Not able to post message in teams chat using Graph API in SPFX using Token but able to get chats by using token Getting error in console Requested API is not supported in application-only context ...
abhishek23 Negi's user avatar
0 votes
1 answer
423 views

All the permission are given , this API is working fine for other users Below is the screenshot of Graph explorer calling this API and getting unauthorized error This API was working fine but after ...
abhishek23 Negi's user avatar
0 votes
0 answers
392 views

Hi i am trying to sort the result of my query by _LikeCount or _CommentCount of the Site Pages however i always got "A Provided field is not recognize" , any help is appreciated why it ...
BizApps's user avatar
  • 733
0 votes
1 answer
260 views

I want to create a spfx webpart to create a tasks in the teams channel IS there any API for creating tasks in teams channel Below is the image of my channel Task tab I am new to Graph API Thanks in ...
abhishek23 Negi's user avatar
2 votes
1 answer
3k views

I want to be able to add a custom column to a SharePoint library using Graph API. I was able to create the library using article https://docs.microsoft.com/en-us/graph/api/list-create?view=graph-rest-...
Abhishek's user avatar
2 votes
1 answer
500 views

SharePoint SPFx Graph API calls not working on the Desktop Teams tab, It displays nothing on the Teams Tab. The same Teams Tab is working fine on the web browser. In the Teams tab, I just want to make ...
Krunal Patel's user avatar
0 votes
1 answer
202 views

I am using render function to make Graph Api call I have created a function _outlookTask to fetch the outlook task's data How to make Graph Api call with Selecting the HTTP method as GET and then, ...
abhishek23 Negi's user avatar
0 votes
1 answer
3k views

In my project, there is a requirement to create Site Collection with Office 365 group, so I have used following method CreateUnifiedGroup of OfficeDevPnP.Core.Framework.Graph namespace. Here is the ...
Pradip R.'s user avatar
  • 2,317
1 vote
1 answer
1k views

We have an portal where an azure AD user will login and will be able to see the data from list on sharepoint. Trying to achieve this using PNPJS and Angular MSAL For the development phase,executed all ...
LearningPal's user avatar
3 votes
2 answers
2k views

Im trying to use a get call through the MsGraphClient in a synchronous manner, but it doesn't seem to be working for me: public getDirectReports = async (manager): Promise<any[]> => { ...
Nigel Witherdin's user avatar
0 votes
2 answers
2k views

I am getting this issue when calling Shared and Recent OneDrive files using MS Graph Client on my modern webpart. Uncaught (in promise) TypeError: Cannot read property 'id' of undefined I get the ...
AAT's user avatar
  • 1

15 30 50 per page