You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vault Web can share files internally between accounts, but there is no way to send a file to someone who does not have an account. Users regularly need to hand a file to family or a friend without giving them access to the cloud or a folder. Today that is not possible without an internal account.
This is deliberately different from internal user-to-user sharing (#27): that grants another Vault Web user access to an item. Secure Send is about generating a self-contained external link that expires, with no account and no folder access on the other side.
Example: a user wants to send one document to a relative. They generate a link that works for 48 hours, optionally behind a password, and stops working afterwards. The relative never sees anything else in the cloud.
Proposed solution
Add Secure Send: an expiring, optionally password-protected external link to a single file, creatable from the file context and from a chat.
Scope:
generate a share link for a single file, with an expiry time
optional password protection on the link
the link exposes only that one file, with no listing of or access to anything else in the user root
Problem
Vault Web can share files internally between accounts, but there is no way to send a file to someone who does not have an account. Users regularly need to hand a file to family or a friend without giving them access to the cloud or a folder. Today that is not possible without an internal account.
This is deliberately different from internal user-to-user sharing (#27): that grants another Vault Web user access to an item. Secure Send is about generating a self-contained external link that expires, with no account and no folder access on the other side.
Example: a user wants to send one document to a relative. They generate a link that works for 48 hours, optionally behind a password, and stops working afterwards. The relative never sees anything else in the cloud.
Proposed solution
Add Secure Send: an expiring, optionally password-protected external link to a single file, creatable from the file context and from a chat.
Scope:
Notes:
Acceptance criteria
Related: distinct from internal sharing (#27); created from the file viewer sidebar (#98).