简体   繁体   English

如何查询微软图形资源管理器?

[英]How to query microsoft graph explorer?

There are various requests and responses: GET, POST, PUT, PATCH, DELETE.有各种请求和响应: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在提供客户端 ID 和客户端密码后,我想从 python 脚本调用 GET https://graph.microsoft.com/drive/root/children

I want to modify some files in my sharepoint using Microsoft Graph Explorer using python.我想使用 Microsoft Graph Explorer 使用 python 修改我的 sharepoint 中的一些文件。

I suggest you start with the requests module.我建议你从requests模块开始。

requests.get() should do what you want. requests.get()应该做你想做的事。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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