We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5066e04 commit 40bb972Copy full SHA for 40bb972
README-dev.md
@@ -15,7 +15,7 @@ So one has to configure his/her office/sharepoint credentials.
15
To do so, create a file ```.env``` like this (replace the bracketed values by your values):
16
17
```
18
-export office365_python_sdk_securevars='{username};{password};{client_id};{client_password}'
+export office365_python_sdk_securevars='{username};{password};{client_id};{client_secret}'
19
20
21
This file is in .gitignore, so it will never be committed.
0 commit comments