Skip to content

Get a drive item from a sharepoint site #834

Answered by baywet
hochmannA1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hochmannA1
Thank you for using the SDK and for reaching out.

Microsoft Graph is designed using CSDL (OData), which by nature is very repetitive. The previous generation of SDKs used an OData based code generator, which was extremely limited. The conversion library from OData to OpenAPI only expands "canonical paths" (the main path an object should be at from a design perspective) to avoid over-expansion. Over-expansion is a challenge in itself, if not dealt with, it can lead to "infinite paths" at worst, or at least documents with a much larger set of paths (different ways to access the same object).

Not only is Microsoft Graph OpenAPI description one of the largest of the industry (>…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hochmannA1
Comment options

@baywet
Comment options

baywet Feb 11, 2025
Collaborator

@hochmannA1
Comment options

Answer selected by hochmannA1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants