Connecting to Microsoft Graph API with Python msal library.

preview_player
Показать описание
Hello and welcome to my latest video on how to authenticate with Microsoft Graph API and Python. In this video, I will be diving into the world of Microsoft's Graph API and showing you how to access its resources and perform various operations. The Microsoft Graph API is a unified API endpoint for accessing data across Microsoft 365 services, including SharePoint, OneDrive, and more. With the help of Python, I'll show you how to obtain the necessary authentication token and use it to interact with the Microsoft Graph API in a secure and efficient manner. So, sit back, relax, and get ready to learn how to authenticate with Microsoft Graph API and Python.

Links:
Рекомендации по теме
Комментарии
Автор

Thank you very much for this video. This is the most concise and concrete example of how to use MSAL with Python I've managed to find so far! Keep up the good work. Cheers

markoradonjic
Автор

Love you man, thanks! I think you are the only one that shows app only access for msal library haha.

---
I was using msgraph sdk the new one, but that doesn't work with splunk's inbuilt python. Atleast I wasn't able to make it work.
Hopefully msal should work!

Have a nice life! :)

jayjhaveri
Автор

you earned a subscriber pal ! what a simplified video

cosmomind
Автор

Sir how important is this. Thank you i m doing this with my project. Thank you so much.

aravindm
Автор

Hi great and clear video. I have an error though. at the "access_token" in the if where access token in result. It states the error can not itterate over None type. This is maybe because the account =None?

wimvangeyt
Автор

Thanks a lot for your help, your video saved me a lot of time!! If you mind, could you help me whit what API Permissions should I have to have access to Ms Planner projects? I'm working on a project using python to download that data to a Dataframe, apply some ETL and upload it to a different Database. Thanks!!

emmanuelac
Автор

Hi How i can connect with sharepoint to read the files. if possible can you do the video on sharepoint access.

ramakrishnaalavala
Автор

Hi, is this approach will work where there is no outlook application.?

rajeshmyakala
Автор

Hi thanks for your video. Do you know if its possible to send a chat message through this way? i mean using the API

marcelolastra
Автор

Why are you using the "acquire_token_silent method"? You don't have token cache set up in this file, you could remove all of that and simply use "acquire_token_for_client", and eliminate everything else pertaining to that token - without the cache it's pointless. Am I missing something?

k.
Автор

Hello great video. But I got this error, Do you Know how to fix it?
raise Exception("No Access Token Found")
Exception: No Access Token Found

eduardoalmeida
join shbcf.ru