No way to obtain a delta token for whole drive with go #543
-
Hello, Java example: but the same example for Go: Do you know how I can obtain a delta for an entire drive with go? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For reference here is the documentation Have you tried ? graphClient.Drives().ByDriveId("drive-id").Items().ByItemId("root").Delta... What's not clear from the documentation to me is whether this will enumerate changes from the direct children of the root folder or also include subfolders. But it's worth giving a try. |
Beta Was this translation helpful? Give feedback.
For reference here is the documentation
Have you tried ?
What's not clear from the documentation to me is whether this will enumerate changes from the direct children of the root folder or also include subfolders. But it's worth giving a try.