Description
When trying to run the google drive quickstart script, nothing happens. I get this when running bash ./google_drive
"2025/03/30 17:07:53 NOTICE: Config file "/home/deck/homebrew/settings/decky-cloud-save/rclone.conf" not found - using defaults
Error: config failed to refresh token: failed to start auth webserver: listen tcp 127.0.0.1:53682: bind: address already in use
Usage:
rclone config create name type [key value]* [flags]
Flags:
--all Ask the full set of config questions
--continue Continue the configuration process with an answer
-h, --help help for create
--no-obscure Force any passwords not to be obscured
--non-interactive Don't interact with user and return questions
--obscure Force any passwords to be obscured
--result string Result - use with --continue
--state string State - use with --continue
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
2025/03/30 17:07:53 Fatal error: config failed to refresh token: failed to start auth webserver: listen tcp 127.0.0.1:53682: bind: address already in use"
I'm new to everything linux and am not very tech savvy so I don't know what I am looking at here or how to fix it. The same happens for all of the other scripts as well. When I run chmod +x ./google_drive.sh, nothing happens at all. Sorry if this is really easy and I am wasting someone's time lol