Upload file to SharePoint drive using Microsoft Graph

前端 未结 2 1842
梦谈多话
梦谈多话 2020-12-03 19:27

We are trying to implement integration between a web application and SharePoint Online using Microsoft Graph rest API.

Specifically, we need to upload a file to a sp

2条回答
  •  被撕碎了的回忆
    2020-12-03 20:23

    Remove : from :/content Generally it's better for me to get driveId of the sp library first, then just work on the v1.0 endpoint with /v1.0/drive/{driveId}/

提交回复
热议问题