Issue creating upload session on a folder #325
Labels
status no recent activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
I am trying to create an upload session to upload a file in a folder in Sharepoint. I am receiving the following error:
Cannot create an upload session on a folder
.I understand that an upload session cannot be created on a folder, however I am not sure how I can create one.
This is what I am currently doing:
I noticed that the msgraph-sdk-net has a method
ItemWithPath
which is not available in the Go version (microsoftgraph/msgraph-sdk-dotnet#1353)Any ideas on how I can do this using
msgraph-sdk-go
?The text was updated successfully, but these errors were encountered: