graph: driveItem creation under drives/items/children#3116
Draft
dschmidt wants to merge 1 commit into
Draft
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 29 |
| Duplication | -271 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
dschmidt
force-pushed
the
feat/driveitem-creation
branch
from
July 11, 2026 14:17
f0ba6e1 to
10c2414
Compare
dschmidt
force-pushed
the
feat/driveitem-following-tags
branch
from
July 11, 2026 14:55
e5ece35 to
98f3a9e
Compare
dschmidt
force-pushed
the
feat/driveitem-creation
branch
from
July 11, 2026 14:55
10c2414 to
a21622c
Compare
Implements the CreateDriveItem/CreateChildDriveItem operations from libre-graph-api#42 including @libre.graph.conflictBehavior and @libre.graph.missingParentsBehavior.
dschmidt
force-pushed
the
feat/driveitem-following-tags
branch
from
July 15, 2026 08:11
98f3a9e to
b337d6a
Compare
dschmidt
force-pushed
the
feat/driveitem-creation
branch
from
July 15, 2026 08:11
a21622c to
f684570
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements opencloud-eu/libre-graph-api#42: POST children at the drive root and below items (folder, empty file, remoteItem mounting unchanged),
@libre.graph.conflictBehavior(fail/replace) and@libre.graph.missingParentsBehavior=createfor colon-syntax URLs.Temporarily targets #3113 because it needs the client bump from there, retarget to main once that merges.