Skip to content

feat: add pendingOperations facet to driveItem - #60

Merged
dschmidt merged 2 commits into
mainfrom
feat/driveitem-pending-operations
Sep 1, 2026
Merged

feat: add pendingOperations facet to driveItem#60
dschmidt merged 2 commits 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, which leaves read behavior while pending unspecified; in OpenCloud content requests fail with 425 Too Early. 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
@dschmidt
dschmidt marked this pull request as ready for review August 31, 2026 15:22
Comment thread api/openapi-spec/v1.0.yaml Outdated
@dschmidt
dschmidt merged commit 13c278f into main Sep 1, 2026
4 checks passed
@dschmidt
dschmidt deleted the feat/driveitem-pending-operations branch September 1, 2026 07:06
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.

2 participants