-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'ClientContext' object has no attribute '_auth_context' #302
Comments
That was fast, thanks @vgrem that solves the issue, tested it locally. |
Greetings, thank you for catching it! Turns out the instance of From another hand, since
into
|
i am still getting this issue. |
You probably need to update your package: |
Hi @erfannariman and @vgrem , I tried with above command. I am still getting the same issue. pip install --upgrade pip from office365.runtime.auth.authentication_context import AuthenticationContext ctx_auth = AuthenticationContext(Sharepoint_SiteUrl) |
Hello @spurthikaribasaiah I have the same problem as you, how you find the solution, can you help me please? |
Currently using
Office365-REST-Python-Client==2.3.0.1
When I run the following code:
I get the following error, this seems like an error internally and not about the auth, or am I missing something?
The text was updated successfully, but these errors were encountered: