Rclone config create for google drive

Looking for option to force rclone NOT to try to open a local URL and ask for me to remotely do the auth

rclone config create sourcedrive drive --config=test-rclone.conf --drive-client-id=X --drive-client-secret=X

brings up

2018/10/12 04:30:52 NOTICE: Config file "test-rclone.conf" not found - using defaults
Remote config
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth
Log in and authorize rclone for access
Waiting for code...

There isn’t one at the moment. It would be easy to create though - fancy making a new issue on github about it?

Should rclone just skip the oauth completely?

I think that should be

rclone config create --config=test-rclone.conf sourcedrive drive client_id X client_secret X

I know your the boss, but var=X also seems to work and I generally stick with that because I’m old and grumpy.

:wink: No I just meant for the rclone create config it won’t be looking at the --drive-XXX commands, if you want to add them to the config you’ll need to do them like I showed with key value pairs.

Thanks for making the issue :smiley: