Replies: 1 comment
-
To obtain driveid you can fetch the drive metadata: For example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to understand how to actually use the library, but the documentation is not great. For example, consider this https://learn.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=python#list-children-in-the-root-of-the-current-users-drive
It suggests that one knows two pieces of information:
drive-id
,driveItem-id
. Not only it contradicts the text in the description of the example, but it also leaves me with no clues on how to obtain these IDs. Imagine, I can go on Sharepoint website and open a folder I would like to work with. What aredrive-id
,driveItem-id
?! Where can I see their values?Beta Was this translation helpful? Give feedback.
All reactions