简体   繁体   中英

How to query microsoft graph explorer?

There are various requests and responses: GET, POST, PUT, PATCH, DELETE. I want to call GET https://graph.microsoft.com/drive/root/children from python scripts after providing client id and client secret

I want to modify some files in my sharepoint using Microsoft Graph Explorer using python.

I suggest you start with the requests module.

requests.get() should do what you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM