Cant set item-path for Get driveItem. #893
-
I am attempting to use the go sdk to call the following api request: At the moment thus is as far as I've gotten: root, err := client.Drives().ByDriveId(*driveId).Root().Get(ctx, nil) |
Beta Was this translation helpful? Give feedback.
Answered by
SLTechSupp
Jul 10, 2025
Replies: 1 comment
-
I figured it out! item, err := client.Drives().ByDriveId("drive-id").Items().ByDriveItemId("root:/path/to/file").Get(ctx, nil) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SLTechSupp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out!