Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用以下端点创建文档库时,它在现有文档库中创建文件夹。
POST /drives/{drive-id}/root/children
我需要在站点级别创建文档库。例如,https://domain.sharepoint.com/sites/<site_name>通过图形 API
https://domain.sharepoint.com/sites/<site_name>
任何输入?
您可以使用以下端点创建列表(文档库):
例子:
BR