Microsoft Graph: Uploading files to shared with me folder on OneDrive?
问题 I was able to successfully upload to Shared Documents folder using this approach. But I am looking for a way to upload files to Shared WithMe folder on OneDrive. Is it possible to upload to "/Shared WithMe" folder on OneDrive? If so, which is the right syntax for the PUT (small file) or POST (upload session)? I spent a lot of time to figure this out but no luck. Any help would be greatly appreciated. 回答1: I had success with this approach: PUT /drives/{driveid}/items/{itemid}/content I was