Obtain new token without no cli interaction

Hi Folks,

I’m trying to create a config file that I can distributed to other users, and all they’d need to do is obtain a new token via Googles auth2 interactive web page. rclone will be run but a bat file so we’re after minimal user interaction, once they’ve authenticate their own Google Drive access our bat file will simply sync our pre-selected Team Drive folder.

To obtain the new users specific Google Drive token I have the following command:
rclone config update Token true --auto-confirm

The only issue with this is that the config tool still asks what Google Team Drive to use after the user has authenticated via the Google web page. Is there any way to avoid that question and simply obtain the new Token without any further questions?

Thanks.

I think I fixed that already… Try the latest beta.

1 Like

That solved it, many thanks.

1 Like