Crate gcsf

source ·
Expand description

GCSF – A VIRTUAL FILE SYSTEM BASED ON GOOGLE DRIVE

Structs

  • Provides a few properties of the file system that can be configured. Includes sensible defaults for the absent values.
  • Provides a simple high-level interface for interacting with the Google Drive API.
  • Manages files locally and uses a DriveFacade in order to communicate with Google Drive and to ensure consistency between the local and remote state.
  • A FUSE file system which is linked to a Google Drive account.
  • An empty FUSE file system. It can be used in a mounting test aimed to determine whether or not the real file system can be mounted as well. If the test fails, the application can fail early instead of wasting time constructing the real file system.