I have a python script that pulls attachments from Office 365 mailbox using exchangelib. It was working fine up until couple of days ago when I started to get an error:
Invalid credentials for https://outlook.office365.com/EWS/Exchange.asmx
I suspect this is a due to a updates that Microsoft did for Office 365. The credentials are correct and account has EWS enabled. I will appreciate any suggestions how to solve this.