You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This relates to the fact that the http server is always started; starting with --add starts the authorization server, starting without starts the file serving server; ideally there would be one server serving both purposes; this requires rewriting FUSE to use new ICloudAccess / ICloudFactory API.
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
--add
command line argument is supplied?The text was updated successfully, but these errors were encountered: