Oauth2 for SharePoint 365 REST

后端 未结 4 1313
鱼传尺愫
鱼传尺愫 2021-02-02 01:44

I\'m trying to connect to Sharepoint Online (Sharepoint 365?) content using OAuth2 and the REST API. I need to do this from Python as it is an addition to an existing applicati

4条回答
  •  执念已碎
    2021-02-02 02:14

    Im probably a bit late to the party, but to whoever stumbles into this one, you can have a look at how the SharePoint Oauth App Client lib does it.

    You'll probably want to check the SPSite and SPAccessToken classes.

提交回复
热议问题