LogoR2Client Docs

File Sharing

Generate and manage share links for your files

R2CLIENT File Generating Share Link

  1. Single File Share:
    • Hover over file card
    • Click the "🔗 Share" icon

R2CLIENT File Generating Share Link

  1. Share Dialog:
    • Display filename
    • Display QR code (scannable access)
    • Display access link

Share Options

The share dialog provides:

R2CLIENT File Details Preivew

  • 📋 Copy link - Copy link to clipboard
  • ⬇️ Download QR code - Download QR code image
  • 🔗 Access link - Complete download URL

Public Access

Share links are permanently valid if bucket has public access enabled.

In Settings > ShareLink, you can set the default link format:

![example-file.jpg](https://example.com/path/to/file.jpg)
  • Suitable for knowledge bases and forums
  • Auto-format image references
<img src="https://example.com/path/to/file.jpg" alt="example-file.jpg" />
  • Can be directly embedded in web pages
  • Supports alt text
[img]https://example.com/path/to/file.jpg[/img]
  • Compatible with traditional forums

Public Access Requirements

  • Share links require bucket to have public access enabled
  • Can manage access permissions in bucket configuration
  • Links are permanently valid once shared

Make sure your bucket has public access enabled if you want to share files publicly.

Next Steps