Our application worked just fine until this Tuesday, when I started getting this error when authenticating to sharepoint:
from shareplum import Site
from shareplum import Office365
authcookie = Office365('https:/*****.sharepoint.com', username='***@***.com.br', password='***').GetCookies()
site = Site('https://***.sharepoint.com/sites', authcookie=authcookie, verify_ssl=False)
folder = site.Folder('***/unitData.csv')
Error: "Error authenticating against Office 365. Was not able to find an error code"
Has anyone experienced this error?