You'd be surprised how fast you can crank out videos once you get a good rhythm down. The pleasant thing is that by making these videos, I can code relatively efficiently now compared to when I first started so for topics I've already done it's a lot easier to get content up for those. However, I usually take a break once every few months just to explore new topics and just see what be interesting to cover in future videos.
Hi, thanks for your video. I want to ask how long the expired time for the access token? And can we automate it so that we run our application once, then log in to Microsoft, after that we don't need to log in again?
while surfing for a solution I landed on this video, I am creating a organization level visual to be used in power bi using python which will take user's inputs. What I want is when any user gives his comments, his microsoft login details such as mailid, commenting_time etc should be recorded somewhere and that should be delivered to the cells adjacent to where I am filling everybody's comments. Any idea how to store the logged in details?
Thanks for the great video. I'm getting following error when I click on authentication link, I chose the very first option while creating the app (organization directory only - Single Tenant) Error message from URL return : (abc app)+is+not+configured+as+a+multi-tenant+application. Can you provide your advise please.
I want my flask rest app to create an event in outlook calendar and generate a microsoft teams invite link, whenever a candidate accepts an interview request on the frontend react app. I don't think this mode of authentication would be useful right?
The second last step when you first test the authenticator and paste in the URL , I am getting this error : File "c:\users\burudani\documents\mainpythonfolder_v1\python_graph_api_example\ms_graph\client.py", line 144, in _state ) + int(token_dict['expires_in']) KeyError: 'expires_in'
Hi Alex, thank you for the video. The library works well when using personal onedrive account. Therefore, i look forward to the next video i hope i can see of how can we upload and download data from onedrive or sharepoint. In the case of one drive for business i cannot use the library and i have the following error in the ms_graph\client.py client. 137 elif action == 'save': 138 --> 139 token_dict['expires_in'] = time.time() + int(token_dict['expires_in']) 140 token_dict['ext_expires_in'] = time.time() + int(token_dict['ext_expires_in']) 141 KeyError: 'expires_in' Could you please have a look what could be the issue and how can i mitigate such problem? thank you. Best, MH
Can anyone tell me why after pasting the redirect url into my vscode environment it fails to create the config/ms_graph_state_v2.jsonc file. Instead I just get file not found Errno 2
Soooo useful and so well explained ! Great material here!
I was banging my head on this until I watch this. Thank you Alex
thanks for the tutorial bro,
i just started a project using this graph API, your video really helps me for a jumpstart
You are welcome! Once you do MsGraph you'll be able to do oAuth with a lot more of their products.
Woohoo exactly what I was looking for.
Thanks allot for making these videos! Happy to support you on Patreon for this great content.
Well thank you for the support :)
Thanks man, this video is all i needed
The new Boston guy is here ! Well kind of. ..
This was so helpful and you're so funny haha. It made for watching and learning this really fun! :) Ty!!
Is there a second video to this? part 2 ?
Just a quick question, I am getting "ModuleNotFoundError: No module named 'ms_graph'". I wonder how can I fix this thanks.
Same situation :(
For everybody else facing the same issue: you need to follow the step at 13:37 in the video, where you do "pip install -e ." inside that folder.
@@chriskryx sin resolverlo :(
Dealing with this as well.
thank you Chris for answer
I appreciate how often you post. Good content. How do you post so often ?!
You'd be surprised how fast you can crank out videos once you get a good rhythm down. The pleasant thing is that by making these videos, I can code relatively efficiently now compared to when I first started so for topics I've already done it's a lot easier to get content up for those. However, I usually take a break once every few months just to explore new topics and just see what be interesting to cover in future videos.
Hi, thanks for your video. I want to ask how long the expired time for the access token?
And can we automate it so that we run our application once, then log in to Microsoft, after that we don't need to log in again?
Looking forward to seeing it in PyPi
Thank you! Is any new video with ms graph?
Great content!
Will you be making follow up vids on this topic?
Great Video . It really helped me. Thank You
Many thanks for the video! Is there a follow up to it?
Thanks for the video =)
Thank you!
while surfing for a solution I landed on this video, I am creating a organization level visual to be used in power bi using python which will take user's inputs. What I want is when any user gives his comments, his microsoft login details such as mailid, commenting_time etc should be recorded somewhere and that should be delivered to the cells adjacent to where I am filling everybody's comments. Any idea how to store the logged in details?
Is this still support? I can see it hasn't been updated in a while and the URL it generates for me doesn't work.
can you continue this? Show how to send an email via Exchange Online API?
Thanks for the great video. I'm getting following error when I click on authentication link, I chose the very first option while creating the app (organization directory only - Single Tenant)
Error message from URL return : (abc app)+is+not+configured+as+a+multi-tenant+application.
Can you provide your advise please.
I want my flask rest app to create an event in outlook calendar and generate a microsoft teams invite link, whenever a candidate accepts an interview request on the frontend react app. I don't think this mode of authentication would be useful right?
Thank you
You're welcome
The second last step when you first test the authenticator and paste in the URL , I am getting this error : File "c:\users\burudani\documents\mainpythonfolder_v1\python_graph_api_example\ms_graph\client.py", line 144, in _state
) + int(token_dict['expires_in'])
KeyError: 'expires_in'
Hi Did u solve this error because i am also getting same error
Hi Alex,
thank you for the video. The library works well when using personal onedrive account. Therefore, i look forward to the next video i hope i can see of how can we upload and download data from onedrive or sharepoint.
In the case of one drive for business i cannot use the library and i have the following error in the ms_graph\client.py client.
137 elif action == 'save':
138
--> 139 token_dict['expires_in'] = time.time() + int(token_dict['expires_in'])
140 token_dict['ext_expires_in'] = time.time() + int(token_dict['ext_expires_in'])
141
KeyError: 'expires_in'
Could you please have a look what could be the issue and how can i mitigate such problem?
thank you.
Best,
MH
Same issue when using One Drive for Business :(
were you able to figure out how to download files or folder from sharepoint or onedrive business
Can anyone tell me why after pasting the redirect url into my vscode environment it fails to create the config/ms_graph_state_v2.jsonc file. Instead I just get file not found Errno 2
why is it taking soo long to load... because it's Microsoft!