Eueno
  • EUENO – Decentralized Encrypting Blockchain Oracles for Web3
    • Litepaper
    • Use Cases
  • Get Started
    • Prerequisites
    • Buckets
      • Create a bucket
      • Delete a bucket
    • Files
      • Upload a file
      • View a file
      • Delete a file
      • Share a file
  • Pricing
  • Eueno libraries
    • @eueno/lib-browser
      • Installation
      • Setup
      • Create key (generate a key for encrypting the file(s))
      • login()
      • useEuenoContext()
      • getUserInfo()
      • updateUserInfo()
      • createProject()
      • getProjectInfo()
      • getProjects()
      • getFilesListByFolder()
      • deleteProject()
      • createFolder()
      • uploadFolder()
      • Get folder detail
      • deleteFolder()
      • uploadFile()
      • uploadFileWithSignedUrl()
      • getCid()
      • getFileById()
      • getFileListById()
      • Get file detail
        • getDetailFile()
        • getDetailUnencryptedFile()
        • getDetailEncryptedFile()
      • getDetailMultiEncryptedFiles()
      • deleteFile()
      • shareFile()
      • shareMultiFile()
      • deleteSharePermission()
      • getShareList()
      • getShareListToMe ()
    • @eueno/lib-node
      • Create eueno client
      • Create project key
      • Create project
      • Upload file
      • Upload folder
      • Get file
      • Get list file
      • Share file
      • Get shared files
      • Create folder
      • Create Account
      • Decrypt Get Key Aes
      • Decrypt File by Key Aes
  • Policies
    • Privacy Policy
    • Terms of Service
Powered by GitBook
On this page
  1. Get Started
  2. Files

Upload a file

Users can upload a file to EUENO with encryption options.

PreviousFilesNextView a file

Last updated 2 years ago

Upload a file

Each bucket contains an upload file page. Click Upload file, and you will be redirected to the upload page. EUENO currently supports two types of file uploading:

Encrypted file:

Only you and the people you share the image with can view it by using their private key to decrypt the content.

Choose the file from your computer, and remember to generate a key by clicking GEN KEY, or make your own key by a 43 characters string.

After that, just click Upload and the file will be saved in your Bucket.

Unencrypted file:

An unencrypted file is where your file will be saved normally.

Unlike encrypted, you just need to choose the file and click "UPLOAD". The file will be uploaded to the bucket.