Hi stackoverflow community!
I'm trying to authenticate in SharePoint using Office365
from shareplum
.
I'm able to get a jar of cookies
successfully:
authcookie = Office365('https://enterprise.sharepoint.com'
username='[email protected]', password='*****').GetCookies()
but then when I do:
site = Site('https://enterprise.sharepoint.com/sites/my_site/', version=Version.v2016, auth=authcookie)
I get the following error:
"TypeError: 'RequestsCookieJar' object is not callable"
Can anyone please give me an hand with this? :)
Many thanks in advance!
question from:
https://stackoverflow.com/questions/65863617/requestscookiejar-object-is-not-callable 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…