suomiko1
Results
1
comments of
suomiko1
find a file called Lib\site-packages\office365\runtime\auth\providers\acs_token_provider.py open it and edit a function called _get_realm_from_target_url like this def _get_realm_from_target_url(self): response = requests.head(url=self.url+'/_vti_bin/client.svc/', headers={'Authorization': 'Bearer'}) return self.process_realm_response(response) just add +'/_vti_bin/client.svc/' after self.url it...