Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Graph.Models.ODataErrors.ODataError : 'The request URI is not valid. The segment 'oneDrive.delta' must be the last segment in the URI because it is one of the following.... #2814

Closed
Walidwbh opened this issue Jan 29, 2025 · 2 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@Walidwbh
Copy link

Describe the bug

When making a request to the Microsoft Graph API using the sites/delta the request fails with the following error:
Microsoft.Graph.Models.ODataErrors.ODataError : 'The request URI is not valid. The segment 'oneDrive.delta' must be the last segment in the URI because it is one of the following: $ref, $batch, $count, $value, $metadata, a named media resource, an action, a noncomposable function, an action import, a noncomposable function import, an operation with void return type, or an operation import with void return type.'

Expected behavior

Get newly created, updated, or deleted [sites] without having to perform a full read of the entire sites collection.

How to reproduce

Make a request to Microsoft Graph API using sites/delta.
Observe the request failing with the mentioned error.

SDK Version

5.69.0

Latest version known to work for scenario above?

5.62.0

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
@Walidwbh Walidwbh added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Jan 29, 2025
@catmanjan
Copy link

I have the same issue #2810

I've logged a support ticket with Microsoft for it, I'll update on issue if I get a response...

@andrueastman
Copy link
Member

Closing this as a duplicate of #2810 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

3 participants