File Service


EnOS Edge provides a basic distributed file service for application developers to perform the file operations below.

  • Upload a file to a specific path.
  • Download a file.
  • Delete a file.
  • Delete a folder.
  • Rename a file.
  • Move file.
  • Search for a file.
  • List all files and folders.
  • Get the disk usage.

Before You Start

Ensure that the application has permission to access the file service for EnOS Edge. For more information, see Adding and Launching an Application on Edge

Limitations

  • The maximum size of a file that can be uploaded is 1GB.
  • You can include spaces in file or folder names using ASCII characters. For example, test file.txt and test%20file.txt refer to the same file.