stansy60

Results 2 comments of stansy60

Are you sure your url is correct? https://<tenant>.sharepoint.com/sites/<team site> It works fine in my program: ``` ctx = ClientContext(url).with_credentials(UserCredential(user, password)) web = ctx.web ctx.load(web) ctx.execute_query() ```

I can't help you, I have no experience with Azure.