Skip to content

Long Path Error in Windows #866

Answered by shemogumbe
shemogumbe asked this question in Q&A
Discussion options

You must be logged in to vote

Since parts of the SDK are auto-generated and paths are formed based on the OpenAPI tree node, which could be nested, some entities also have long names leading to many characters in the SDK.

  1. Renaming/abbreviating file and folder names to shorten them - while this seems like a feasible solution, it can lead to path collissions as we will nolonger use fully qualified paths but short forms.

  2. Enable long file paths in your developer machine:
    `

  3. Open the Registry Editor by typing "regedit" in the Windows search bar and pressing Enter.

  4. Navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem.

  5. Find the entry named LongPathsEnabled. If it does not ex…

Replies: 1 comment

Comment options

shemogumbe
Aug 21, 2024
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by shemogumbe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant