Nuno Tavares

Results 3 comments of Nuno Tavares

I would also be interested in knowing this. I am moving from basic auth to Azure service principal using certificates and I am having problems (403) with the lib after...

The following works just fine for me: where: `self.tenant + site_url` = 'https://xxxx.sharepoint.com/sites/xxxx' `destination` = 'Shared Documents/test_folder/test1.csv' ``` self.ctx = ClientContext(self.tenant + site_url).with_credentials( UserCredential(self.sharepoint_user, self.sharepoint_user_pwd) ) ..... .... def upload_file(self,...

Hi all, Facing this error too - 'Error authenticating against Office 365. Error from Office 365:', 'AADSTS50126: Error validating credentials due to invalid username or password.' Credentials works just fine...