Tmagga
Results
1
comments of
Tmagga
This is working for me: ` authcookie = Office365("https://XXXXXXXXX.sharepoint.com", username='my_username',password='my_password').GetCookies() ` ` site = Site("https://xxxxxxxx.sharepoint.com/sites/XXXXXX",version=Version.v365, authcookie=authcookie)` i had som issues as well until i passed the 'version='