> ## Documentation Index
> Fetch the complete documentation index at: https://help.hubsy.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing Files Guide

> Master file sharing with advanced techniques and best practices

## Advanced File Sharing

Go beyond the basics with advanced sharing techniques, security best practices, and workflows for different scenarios.

## Sharing Workflows

<CardGroup cols={2}>
  <Card title="Quick Share" icon="bolt">
    Generate a link and share immediately
  </Card>

  <Card title="Secure Share" icon="lock">
    Share with password and expiration
  </Card>

  <Card title="Team Share" icon="users">
    Share with specific team members
  </Card>

  <Card title="Public Share" icon="globe">
    Make files publicly accessible
  </Card>
</CardGroup>

## Sharing Scenarios

### One-Time Document Sharing

Share a document for single-time access:

<Steps>
  <Step title="Select File">
    Choose the file to share
  </Step>

  <Step title="Generate Link">
    Click Share → Generate Link
  </Step>

  <Step title="Set Restrictions">
    * Enable password protection
    * Set download limit to 1
    * Set expiration for 24 hours
  </Step>

  <Step title="Share Securely">
    * Send link via one channel (email)
    * Send password via different channel (SMS/message)
  </Step>
</Steps>

<Tip>
  Using different channels for link and password adds an extra security layer.
</Tip>

### Client Deliverables

Share final deliverables with clients:

<AccordionGroup>
  <Accordion title="Step 1: Prepare Files" icon="file-check">
    * Review all files for completeness
    * Organize in clear folder structure
    * Name files descriptively
    * Remove any draft/internal files
  </Accordion>

  <Accordion title="Step 2: Create Deliverables Folder" icon="folder-plus">
    * Create "Deliverables" folder
    * Add all final files
    * Include README with file descriptions
    * Add any relevant documentation
  </Accordion>

  <Accordion title="Step 3: Share Folder" icon="share">
    * Share entire folder (not individual files)
    * Set to "View Only" permission
    * Enable password protection
    * Set expiration for after project completion
  </Accordion>

  <Accordion title="Step 4: Notify Client" icon="envelope">
    * Send professional email
    * Include share link
    * Provide password separately
    * Explain folder contents
    * Include download instructions
  </Accordion>
</AccordionGroup>

### Collecting Files from Others

Use file requests to collect files:

<Steps>
  <Step title="Create Collection Folder">
    Create a folder for incoming files:

    * Name it clearly (e.g., "Headshot Photos")
    * Organize any existing reference files
  </Step>

  <Step title="Set Up File Request">
    1. Click "New File Request"
    2. Select destination folder
    3. Add clear title: "Submit Your Headshot"
    4. Add instructions: "Upload JPG, min 1000x1000px"
    5. Set deadline if needed
  </Step>

  <Step title="Share Request Link">
    Send the file request link to:

    * Team members via email
    * External parties
    * Post publicly if needed
  </Step>

  <Step title="Monitor Submissions">
    * Get notifications for new uploads
    * Review files as they arrive
    * Follow up with non-submitters
  </Step>
</Steps>

**Use Cases:**

* Collecting team photos
* Gathering document submissions
* Receiving client assets
* Consolidating files from multiple sources

### Temporary File Sharing

Share files that should expire:

| Duration | Expiration Setting | Use Case                          |
| -------- | ------------------ | --------------------------------- |
| 1 Hour   | 1 hour             | Quick previews, urgent reviews    |
| 24 Hours | 1 day              | Daily reports, temporary access   |
| 1 Week   | 7 days             | Project reviews, feedback periods |
| 1 Month  | 30 days            | Client review periods, drafts     |

<Warning>
  After expiration, links become invalid immediately. Plan accordingly.
</Warning>

## Security Best Practices

### Multi-Layer Security

Implement multiple security layers for sensitive files:

<Steps>
  <Step title="Layer 1: Password Protection">
    Always enable password protection:

    * Use strong passwords (12+ characters)
    * Include numbers, symbols, letters
    * Avoid common words
    * Don't reuse passwords
  </Step>

  <Step title="Layer 2: Expiration Date">
    Set appropriate expiration:

    * Short-term: Hours or days
    * Medium-term: Weeks
    * Long-term: Months (but set one)
  </Step>

  <Step title="Layer 3: Download Limits">
    Limit access attempts:

    * Single download for one-time shares
    * Limited downloads for controlled distribution
    * Unlimited only for permanent shares
  </Step>

  <Step title="Layer 4: Access Monitoring">
    Track who accesses files:

    * Enable access notifications
    * Review access logs
    * Revoke if suspicious activity
  </Step>
</Steps>

### Password Management

Best practices for share passwords:

<AccordionGroup>
  <Accordion title="Strong Passwords" icon="key">
    Create strong, unique passwords:

    * Minimum 12 characters
    * Mix uppercase, lowercase, numbers, symbols
    * Avoid dictionary words
    * Don't use personal information
    * Use password generator
  </Accordion>

  <Accordion title="Password Distribution" icon="share">
    Share passwords securely:

    * **Best**: Separate channel (call, SMS, encrypted message)
    * **Good**: Different platform than link
    * **Avoid**: Same email as link
    * **Never**: In link URL or filename
  </Accordion>

  <Accordion title="Password Rotation" icon="rotate">
    Update passwords regularly:

    * Change for long-term shares
    * Rotate after team member changes
    * Update if suspected compromise
    * Use different passwords for different shares
  </Accordion>
</AccordionGroup>

### Sensitive Data Guidelines

Extra precautions for sensitive files:

<Tabs>
  <Tab title="Financial Data">
    * Always use password protection
    * Set short expiration (24-48 hours)
    * Limit to 1-2 downloads
    * Use view-only permission
    * Enable access notifications
    * Verify recipient before sharing
  </Tab>

  <Tab title="Legal Documents">
    * Require password
    * Set expiration after signing/review
    * Track downloads and views
    * Keep audit log
    * Use certified delivery (email)
    * Archive share history
  </Tab>

  <Tab title="Personal Information">
    * Maximum security settings
    * Very short expiration
    * Single download only
    * Confirm recipient identity
    * Delete file after purpose served
    * Follow privacy regulations (GDPR, etc.)
  </Tab>

  <Tab title="Confidential Business">
    * NDA requirement first
    * Password + expiration mandatory
    * Watermark if possible
    * View-only access
    * Track all access
    * Revoke immediately after use
  </Tab>
</Tabs>

## Permission Levels Deep Dive

### Choosing the Right Permission

<CardGroup cols={3}>
  <Card title="View Only" icon="eye">
    **Recipient Can:**

    * View files online
    * Download files
    * Print files

    **Cannot:**

    * Edit files
    * Delete files
    * Re-share files
  </Card>

  <Card title="Can Edit" icon="pen">
    **Recipient Can:**

    * Everything in View Only
    * Upload new versions
    * Edit in compatible apps
    * Comment (coming soon)

    **Cannot:**

    * Delete originals
    * Change permissions
    * Invite others
  </Card>

  <Card title="Can Manage" icon="crown">
    **Recipient Can:**

    * Everything in Can Edit
    * Delete files
    * Change sharing settings
    * Invite others
    * Full control

    **Use Carefully:**
    Only for trusted collaborators
  </Card>
</CardGroup>

### Permission Decision Matrix

| Scenario                          | Recommended Permission |
| --------------------------------- | ---------------------- |
| Client review                     | View Only              |
| External stakeholder feedback     | View Only              |
| Team member collaboration         | Can Edit               |
| Project co-owner                  | Can Manage             |
| Public documentation              | View Only              |
| Contractor deliverable submission | Can Edit               |
| Executive access                  | Can Manage             |

## Link Management

### Organizing Your Shared Links

Track and manage all your shares:

<Steps>
  <Step title="Review Regularly">
    Weekly or monthly:

    * View "Shared by Me" section
    * Check active links
    * Review access analytics
  </Step>

  <Step title="Clean Up Old Links">
    Remove unnecessary access:

    * Revoke expired project links
    * Delete links no longer needed
    * Update permissions if changed
  </Step>

  <Step title="Document Shares">
    Keep records:

    * Why was it shared?
    * Who has access?
    * When should it expire?
    * Any special conditions?
  </Step>

  <Step title="Audit Access">
    For important files:

    * Review who downloaded
    * Check access frequency
    * Verify authorized users only
    * Report suspicious activity
  </Step>
</Steps>

### Link Analytics

(Pro/Enterprise) Track share performance:

* **Views**: How many times link was opened
* **Downloads**: Number of downloads
* **Geographic Location**: Where access originated
* **Device Types**: Desktop vs. mobile
* **Time of Access**: When files were accessed

<Tip>
  Use analytics to understand how shared content is being used and accessed.
</Tip>

## Sharing Etiquette

### Professional Sharing

Make a good impression:

<AccordionGroup>
  <Accordion title="Clear File Names" icon="file-signature">
    Before sharing, rename files:

    * Use descriptive names
    * Include version/date
    * Remove internal codes
    * Professional formatting

    Example: `Proposal_WebsiteRedesign_v2_2024-01-15.pdf`
  </Accordion>

  <Accordion title="Organized Structure" icon="folder-tree">
    When sharing folders:

    * Logical organization
    * Clear folder names
    * Include README if complex
    * Remove unnecessary files
  </Accordion>

  <Accordion title="Appropriate Formats" icon="file">
    Share in compatible formats:

    * PDF for final documents
    * ZIP for multiple files
    * Common image formats (JPG, PNG)
    * Standard office formats
  </Accordion>

  <Accordion title="Professional Communication" icon="envelope">
    When sending share links:

    * Clear subject line
    * Explain what's being shared
    * Note any password/expiration
    * Provide context
    * Include next steps
  </Accordion>
</AccordionGroup>

### Email Templates

Sample emails for different scenarios:

<CodeGroup>
  ```text Client Deliverable theme={null}
  Subject: Project Deliverables - [Project Name]

  Hi [Client Name],

  I'm pleased to share the final deliverables for [Project Name].

  Access files here: [LINK]
  Password: [Sent separately]

  The folder contains:
  - Final designs (PDF)
  - Source files (ZIP)
  - Documentation (PDF)
  - License information

  This link will expire in 30 days. Please download all files before [DATE].

  Let me know if you have any questions!

  Best regards,
  [Your Name]
  ```

  ```text File Request theme={null}
  Subject: Action Required: Upload Your [File Type]

  Hi Team,

  Please upload your [file type] using this link: [LINK]

  Deadline: [DATE]
  File requirements:
  - Format: [FORMAT]
  - Size: [SIZE]
  - Naming: [CONVENTION]

  If you have any issues uploading, please let me know.

  Thank you!
  [Your Name]
  ```

  ```text Secure Document theme={null}
  Subject: Confidential: [Document Name]

  Hi [Recipient],

  I'm sharing a confidential document with you:

  Link: [LINK]
  (Password sent via SMS)

  Please:
  - Do not forward this link
  - Download before [EXPIRATION DATE]
  - Delete after reviewing
  - Confirm receipt

  Let me know when you've accessed it.

  Best,
  [Your Name]
  ```
</CodeGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Link not working" icon="link-slash">
    Common causes:

    * Link expired - Create new link
    * Password incorrect - Verify password
    * Download limit reached - Increase limit
    * File deleted - Verify file exists
  </Accordion>

  <Accordion title="Recipient can't download" icon="download">
    Check:

    * File size vs. their connection
    * Browser compatibility
    * Download permissions
    * Firewall/security software
      Suggest: Download smaller files individually
  </Accordion>

  <Accordion title="Security concerns" icon="shield">
    If link compromised:

    * Immediately revoke access
    * Create new link with new password
    * Share via secure channel
    * Review access logs
    * Contact support if needed
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Team Collaboration" icon="users" href="/guides/team-collaboration">
    Learn team sharing strategies
  </Card>

  <Card title="Security Features" icon="shield" href="/features/storage">
    Explore security features
  </Card>
</CardGroup>
