Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 318 Bytes

get-item-delta-last-python-snippets.md

File metadata and controls

15 lines (8 loc) · 318 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph_beta import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.drives.by_drive_id('drive-id').items.by_drive_item_id('driveItem-id').delta_with_token("{token}").get()