Store and retrieve files

At that point, you have a new folder on your user account called Filecoin. You can simply drop and read files are usual. All the files are automatically send and stored on Filecoin

File metadata

In the details panel, you’ll see IPFS-related metadata including:

  • CID: The Content Identifier for the uploaded file
  • Status: Indicates whether the file is still staged at CIDgravity or has been fully offloaded to Filecoin
  • Number of replicas from Filecoin
  • Expiration date on the Filecoin network
CIDgravity metadata

Retrieve files directly on IPFS

Your data is safely replicated across the IPFS/Filecoin network — even if CIDgravity becomes unavailable, your content remains accessible via its Content Identifier (CID).

To access your file from an public IPFS gateway:

  1. Copy the CID from the details panel.
  2. Use it with any public IPFS gateway by replacing <CID> in the following URL:
https://gateway.pinata.cloud/ipfs/<CID>
Browse from Pinata