-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels