Dropbox create config automatically?

I am trying to create a Dropbox config WITHOUT any manual intervention.
I found out that I can do that by adding the config lines to the rclone.conf file in an editor. Just add the lines with name, type = dropbox, and the token={<my access token}
After saving the file all rclone command work perfectly fine.
But... when I try to script this using an rclone create command, it keeps asking to verify the command by going to a browser.
rclone create config mydropbox dropbox token "{xxx}" config_is_local false
The config_is_local parameter does not make much difference. It requests me to go to a browser anyway.

i would think that config_is_local true is what you want.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.