a FUSE file system based on Google Drive
GCSF is a virtual filesystem that allows users to mount their Google Drive account locally and interact with it as a regular disk partition
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout filesystems/gcsf && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000001065 1.04 KB | |
| _servicedata | 0000000237 237 Bytes | |
| cargo_config | 0000000100 100 Bytes | |
| gcsf-0.2.3~0.tar.zst | 0000040234 39.3 KB | |
| gcsf.changes | 0000001986 1.94 KB | |
| gcsf.spec | 0000001394 1.36 KB | |
| vendor.tar.zst | 0030902400 29.5 MB |
Comments 2
Build fails due to rust compilation errors, there are no upstream fixes. It's built with 1.59 and fails, while with nightly 1.62 it's ok, so maybe it'll fix itself after distro rust update.
Rust version seems to fix the previous problem, now it fails due to missing openssl headers.