Aleksander

Results 1 issues of Aleksander

I would like to [CRUD](https://pl.wikipedia.org/wiki/CRUD) files on Sharepoint. To do this I'm trying to follow [this basic example](https://github.com/vgrem/Office365-REST-Python-Client/blob/master/examples/sharepoint/connect_with_user_credential.py): ``` from office365.sharepoint.client_context import ClientContext settings = { 'url': 'https://*****.sharepoint.com/sites/*****', 'user_credentials': {...

question