Skip to content

feat: add pendingOperations facet to driveItem - #60

Draft
dschmidt wants to merge 1 commit into
mainfrom
feat/driveitem-pending-operations
Draft

feat: add pendingOperations facet to driveItem#60
dschmidt wants to merge 1 commit into
mainfrom
feat/driveitem-pending-operations

Conversation

@dschmidt

@dschmidt dschmidt commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Adds the MS Graph pendingOperations facet to driveItem with the pendingContentUpdate member, present while an update to the item's content has not completed, for example post-processing such as virus scanning after an upload. Semantics match MS Graph with one difference: while the facet is present, content requests fail with 425 Too Early, they do not return stale data. queuedDateTime may be absent.

WebDAV PROPFIND exposes this state as a propstat with status 425 TOO EARLY, Graph listings use this facet instead.

@dschmidt
dschmidt force-pushed the feat/driveitem-pending-operations branch from 9601ded to f7095a6 Compare August 9, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant