O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.65k stars 419 forks source link

Establishing SharePoint Connection #493

Open DrewM92 opened 4 years ago

DrewM92 commented 4 years ago

Hello, I have started looking into this project to establish a SharePoint interface for my company. Is there any info that anyone could share on how to establish a connection to sharepoint? I have already retrieved a client_id and client_secret.

Thanks!

alejcas commented 4 years ago

If you follow the readme you will achieve a valid connection to ms graph. This library does not connect to the sharepoint api (although it’s fairly easy to achieve). Through ms graph you can do a lot of operations on sharepoint although only a small part is actually developed.