Akord docs
  • Introduction
    • 👋About Akord
    • 🌇Akord–Arweave Sunsetting FAQs
    • Page
  • API & DEV TOOLS
    • 🕺Simple API upload
    • 🤓Learn
      • Akord protocol
        • Tags
        • Vault
          • Fields
          • Functions
            • vault:init
            • vault:update
            • vault:archive
            • vault:restore
        • Membership
          • Fields
          • Functions
            • membership:invite
            • membership:accept
            • membership:reject
            • membership:revoke
            • membership:change-role
            • membership:update
        • Node
          • Fields
          • Functions
            • node:create
            • node:update
            • node:move
            • node:revoke
            • node:restore
            • node:delete
      • Publishing a website
        • Troubleshooting website publishing
      • Technical Litepaper
      • End-to-end encryption
      • Bundling
    • 🏗️Build
      • REST API
        • Authentication
        • Rate limits
        • Timeouts
        • Webhooks
        • Examples
          • Simple uploads
          • Multipart uploads
      • SDK – AkordJS
        • Usage
        • Modules
          • Auth
          • Vault
          • Membership
          • Folder
          • Stack (file)
          • Manifest
          • Note
          • Memo (message)
          • Batch
        • Examples
      • CLI
        • Quick start
        • Login
        • Vaults
        • Files and stacks
        • Memos / messages
        • Folders
        • Memberships
      • Arweave Gateway – AKRD
  • App
    • 💻Product guides
      • Signing up
        • Akord Wallet
        • Recovery phrase explained
      • Akord Vaults
        • Vault types explained
        • Creating a vault
        • Vault info
      • File management
        • Uploading files
        • File info
        • Sort/filter, folders & batch actions
        • File versioning
      • Add manifest
      • Sharing files
      • Media gallery
      • Invites
      • Messaging
      • Notes
      • Timeline
      • Storage
        • Monitoring usage
        • Top ups
        • Blockchain transactions
      • Account
        • Reveal recovery phrase
        • Change password
        • Account deletion
Powered by GitBook
On this page
  • Sorting and filtering your files
  • Folders
  • Batch actions

Was this helpful?

  1. App
  2. Product guides
  3. File management

Sort/filter, folders & batch actions

Sorting and filtering your files

Within the Files view of your vault you will see a list of every file uploaded. From this view you can more easily focus and manage your assets.

This view looks similar to any cloud storage provider with all your files listed in a tabular format. You can sort each column by clicking the title – Name, Modified on, Size, Versions – and sort results in ascending/descending or A-z/Z-a order.

You can also filter the file view from the icon in the top right. You can filter to show certain file types, a time period of when the files were uploaded, or a combination of both.

Folders

Create a hierarchy and structure in your vault by creating folders.

Select 'Create a folder' from the + button in the top right of the vault UI:

Batch actions

You can perform the following batch actions on your files:

  • Download

  • Move

  • Revoke

Selecting all files and executing the batch actions is done through the bar of icons above your list of files:

Or select single files by clicking on their icon:

You can also select a group of files by holding down the shift key and selecting the first and last file in the group.

Last updated 1 year ago

Was this helpful?

💻