Django-link-archive icon indicating copy to clipboard operation
Django-link-archive copied to clipboard

Export: maximum path should be MAX_PATH

Open rumca-js opened this issue 7 months ago • 0 comments

https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows

If path does not meet windows requirements, then the file cannot be pulled from git on windows.

Some parts are implemented in serializers.

rumca-js avatar Jul 16 '24 12:07 rumca-js