There
must always be a series of questions –
Is there
any solution for URL maximum length restriction?
I am
unable to create consecutive subfolders due to URL length exceeding 260
characters
Is there
any proper fix to solve this issue?
Can I increase
maximum allowed URL length that SharePoint can work with?
How
exactly does that affect opening a nested-folder-document in say Word or Excel?
Is the
limit also there for the explorer view? 255 chars isn't a whole lot for a
directory and filename structure, so if it also affects the explorer view; is
there a way around it?
Reason is pretty much simple: SharePoint limits URL length because all relative URL
links are stored in the clear forms on the SharePoint content DB and often this
links are used as primary keys to link one table with another. Fields which are
used to store these links (for instance tp_DirName from the AllUserData table)
allow storing only 256 characters.
If you
have any questions/queries regarding the mentioned information then please let
me know, Thank you.