Uniqueid ((new)) - _layouts/15/download.aspx
In SharePoint architecture, _layouts/15/ is a virtual directory that points to system pages stored on the server (or the service backend in the cloud). The download.aspx page is a specialized application page whose sole purpose is to stream file content directly to the user's browser, triggering a "Save As" or automatic download action instead of attempting to render the file in a web viewer (like Word Online or the PDF previewer). The Role of the UniqueId Parameter
If a user moves a file from "Folder A" to "Folder B," a path-based link will break. However, a UniqueId link remains valid because the ID assigned to that file in the SharePoint content database never changes. _layouts/15/download.aspx uniqueid
When this URL is accessed, SharePoint checks the permissions of the user against that specific ID before initiating the download. Why Use This URL Format? However, a UniqueId link remains valid because the
This format differs from "Anyone" sharing links. If an unauthenticated user tries to access this URL, they will be redirected to the Microsoft 365 login page. Common Troubleshooting This format differs from "Anyone" sharing links
Ensure the target user hasn't had their access revoked from the specific library or folder.

