The OAuth web server is always started regardless of whether an OAuth action is required. This causes future OAuth account setup via cloudstorage-fuse --add= to fail as the https server port is already in use.
Scenario:
# Setup fuse mount
cloudstorage-fuse /mnt/fuse
# Authorise cloud storage provider
cloudstorage-fuse --add=google
Couldn't initialize http server.
Can the OAuth server only be started when the --add command line argument is supplied?
The OAuth web server is always started regardless of whether an OAuth action is required. This causes future OAuth account setup via
cloudstorage-fuse --add=to fail as the https server port is already in use.Scenario:
Can the OAuth server only be started when the
--addcommand line argument is supplied?