File Sharing
Generate and manage share links for your files
Generating Share Link

- Single File Share:
- Hover over file card
- Click the "🔗 Share" icon

- Share Dialog:
- Display filename
- Display QR code (scannable access)
- Display access link
Share Options
The share dialog provides:

- 📋 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.
Link Format Settings
In Settings > ShareLink, you can set the default link format:
https://example.com/path/to/file.jpg- Direct object URL
- Suitable for CDN or shared downloads
- Default option
- 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.
R2Client Docs