Exa Protocol Documentation
Exa Protocol Documentation
Exa Protocol Documentation
  • Getting Started with ExaDrive SDK
    • Introduction
    • Install SDK
    • Upload Files
    • Update File
    • Get Files
    • Delete Files
    • Best Practices
  • ExaDrive Dashboard
    • Introduction
    • Create an App
    • Connect Your Domain to Your App
    • Using a Bucket
      • Upload a File
    • Use the File in Your Project
    • Billing
    • Settings
  • GETTING STARTED WITH EXACOMPUTE
    • Introduction
    • Rent Your Machine
    • Activate Your Rented Machine
    • View Your Machines & Earnings
  • ExaCompute Desktop App
    • Introduction
    • Download and Install Desktop App
    • Connect your machine to the Exa Network
Powered by GitBook
On this page
  • Accessing the File
  • Using the File in Projects
  • Step 1: Copy the CDN URL
  • Step 2: Integrate the URL
  • Step 3: Manage File Access
  • Steps to Delete
Edit on GitHub
  1. ExaDrive Dashboard

Use the File in Your Project

PreviousUpload a FileNextBilling

Last updated 7 months ago

Once you have uploaded a file to your ExaDrive bucket, you can easily incorporate it into your projects. Here’s how to utilize the file:

Accessing the File

  1. Locate the File:

    • Navigate to the Buckets section and select the relevant bucket.

    • Find your uploaded file in the list.

  2. File Details:

    • Filename: The name of the file.

    • Directory: The path where the file is stored.

    • Mimetype: The file type (e.g., image/png).

    • Size: The file size.

    • Public URL: The file is accessible via a public URL.

Using the File in Projects

Step 1: Copy the CDN URL

  • Click on COPY URL next to the file. This URL is the direct link to your file, hosted on ExaDrive's CDN.

Step 2: Integrate the URL

  • Web Projects: Use the URL in your HTML or CSS to display images or link to files.

    <img src="https://12345678-w3.exadrivecdn.com/file.png" alt="My Image">
  • Mobile Apps: Use the URL to fetch and display the file in your app.

  • APIs: Include the URL in API responses to provide access to the file.

Step 3: Manage File Access

  • Public Access: Remember that all files are public. Ensure that sensitive data is not exposed inadvertently.

Steps to Delete

  1. Locate the File:

    • In the bucket view, find the file you wish to delete.

  2. Delete the File:

    • Click the Delete button next to the file.

    • Confirm the deletion if prompted.

By following these steps, you can efficiently upload and delete files within the ExaDrive Dashboard.