From 2d844a26c3abe5c3119c92b8d7355c4a8675c165 Mon Sep 17 00:00:00 2001 From: Anthony Metzidis Date: Mon, 18 Nov 2024 20:56:55 -0800 Subject: [PATCH] use better docs --- docs/content/googlecloudstorage.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/googlecloudstorage.md b/docs/content/googlecloudstorage.md index f823f667e..7d346a066 100644 --- a/docs/content/googlecloudstorage.md +++ b/docs/content/googlecloudstorage.md @@ -236,8 +236,10 @@ Use the Google Cloud console to identify a limited role. Some relevant pre-defin ya29.c.c0ASRK0GbAFEewXD [truncated] -#### 4. update rclone.conf -find `{access_token": "xxx"}` and replace the value with the access token from step 3 +#### 4. Update `access_token` setting +hit `CTRL-C` when you see *waiting for code*. This will save the config without doing oauth flow + + rclone config update ${REMOTE_NAME} access_token ya29.c.c0Axxxx #### 5. Run rclone as usual