{# ───────────────────────────────────────────── SPB Drive — Personal Cloud Drive ───────────────────────────────────────────── Author : Simon-Pierre Boucher Contact : contact@spboucher.ai File : src/web/views/share-expired.njk Purpose : Clean expired/revoked share page — leaks no file details License : MIT © Simon-Pierre Boucher ───────────────────────────────────────────── #} {% extends "base.njk" %} {% block title %}Link unavailable · SPB Drive{% endblock %} {% block body %}

This link has expired

The share you're looking for is no longer available.
Ask the sender for a fresh link.

{% endblock %}