Office365 – Access with Client ID and Client Secret Using Python

On this article we will access the SharePoint with Client ID and Client Secret so we don’t have to worry about user and password. To download a file from SharePoint, you will be need 4 steps below: 1. Install Office365-REST-Python-Client Install Office365-REST-Python-Client using pip: For detail installation please refer to this link: GitHub – vgrem/Office365-REST-Python-Client:Continue reading “Office365 – Access with Client ID and Client Secret Using Python”