Public share links let a Nextcloud user give someone access to a file or folder without creating an account for the recipient. The link should expose only the intended item, use the least permission needed, and be checked from a browser session that is not already signed in.
The Files app manages link shares from the sharing sidebar. A public link for a single file can be view-only, while folders may allow upload or editing depending on the server's sharing policy and the permission selected by the owner.
Treat every public link as a real access path. A copied URL can be forwarded outside the original conversation, so use passwords, expiration dates, or removal when the server policy or file sensitivity requires tighter control.
The sharing sidebar shows internal shares, public links, and additional sharing options for the selected item.
The share entry should show Share link and the selected permission, such as View only for a file that recipients should only read.
Do not leave sensitive files on an unrestricted public link unless the server policy and recipient workflow explicitly allow it.
https://cloud.example.com/s/<public-token>
The token in a real share URL grants access to the item. Do not paste a live token into tickets, screenshots, or documentation unless that exposure is intended.
A public file share should show only the shared item and the permissions allowed by the link.
Open the same sharing sidebar, use the action menu for the link share, and delete the share when access is no longer needed.