No way to obtain a delta token for whole drive with go #543
Answered
by
baywet
luigi-fast
asked this question in
Q&A
|
Hello, Java example: but the same example for Go: Do you know how I can obtain a delta for an entire drive with go? |
Answered by
baywet
Jul 27, 2023
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. |
2 replies
Answer selected by
baywet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.