How can I update a driveItem/listItem on my SharePoint storage library to add fields metadata? #1107
Unanswered
Luca (LuchiLucs)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As stated in the title I wish to understand, using the Python SDK, how can I use the update API documented here
My example code so far:
The example in the documentation update a
driveItementity, where in my use case I believe I have to reference thelistItemin order to update the associatedfieldmetadata which I believe is the dict containted the columns metadata displayed in the SharePoint storage library dashboard. TheListItemRequestBuilderseems not to have apatchmethod.All reactions