Joseph Parkes
Results
1
comments of
Joseph Parkes
ditto here ``` ctx = ClientContext(sharepoint_base_url).with_user_credentials(my_info['username'], my_info['password']) folder = ctx.web.folders.get_by_path("Shared Documents").get().execute_query() folder # web = ctx.web.get().execute_query() # print('Connected to SharePoint: ',web.properties['Title']) ``` both of these don't work