Skip to content

Add/Update custom tags (columns) of a DriveItem #926

Answered by ZyxwvuTJ
ZyxwvuTJ asked this question in Q&A
Discussion options

You must be logged in to vote

I did end up finding a workaround and wanted to provide it here in case someone else finds this. O365 does provide the ability to do generic requests without having to worry about authentication which was nice. I did this to update the custom fields:
r = account.connection.oauth_request(r_url, 'patch', headers=r_type, data=r_fields)
This is the resource that helped me figure it out:
https://stackoverflow.com/questions/56223986/ms-graph-api-set-custom-tags-columns-of-a-driveitem

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alejcas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant