About gdrive
remotes add gdrive uses a shared FileFortress connection and will be retired in a future release. Use remotes add oauth for Google Drive instead — you control the credentials and the permissions, and FileFortress never touches your tokens. remotes add onedrive is not deprecated; it is the recommended way to connect OneDrive.
Add a new cloud storage provider with provider-specific subcommands.
# Recommended — sign in, nothing to set up
filefortress remotes add onedrive [--name "name"]
# Deprecated — use remotes add oauth for Google Drive
filefortress remotes add gdrive [--name "name"]
# Still current — S3-compatible providers
filefortress remotes add s3 --access-key KEY --secret-key SECRET
filefortress remotes add backblaze --key-id ID --application-key KEY
filefortress remotes add local --path PATH
Encryption Options Pro Tier
--encryption-type - RCloneStandard, RCloneObfuscate, Aes256Cbc, None
--encryption-password - Password for encryption
--encryption-salt - Optional salt for key derivation