From aac28c2a9bc2131c2c6d16a2cafa935debf8d9b4 Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Sat, 8 Oct 2022 12:28:04 -0500 Subject: [PATCH] Update Box numbers in documentation --- .../data_transfer/using_rclone_with_hcc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/handling_data/data_transfer/using_rclone_with_hcc.md b/content/handling_data/data_transfer/using_rclone_with_hcc.md index 6ee6b99d..6f642e1f 100644 --- a/content/handling_data/data_transfer/using_rclone_with_hcc.md +++ b/content/handling_data/data_transfer/using_rclone_with_hcc.md @@ -33,7 +33,7 @@ On the virtual desktop, click on the `Terminal Emulator` icon at the bottom of t {{< /highlight >}} {{% /panel %}} -5. In a new configuration, you will see no remotes found. Enter `n` to make a new remote and name it a name you will know. In our example, we will use "myOneDrive". Select `Microsoft OneDrive` by entering in the corresponding number, in our case `23`. Hit Enter for the client_id, client_secret, and Edit advanced config. **When you are prompted for auto config, select `n`**. The terminal will stop at a `result>` prompt. Proceed to the next step. +5. In a new configuration, you will see no remotes found. Enter `n` to make a new remote and name it a name you will know. In our example, we will use "myOneDrive". Select `Microsoft OneDrive` by entering in the corresponding number, in our case `32`. Hit Enter for the client_id, client_secret, and Edit advanced config. **When you are prompted for auto config, select `n`**. The terminal will stop at a `result>` prompt. Proceed to the next step. {{% panel theme="info" header="Configure OneDrive" %}} {{< highlight bash >}} [demo03@c0809 ~]$ rclone config @@ -47,10 +47,10 @@ Type of storage to configure. Enter a string value. Press Enter for the default (""). Choose a number from below, or type in your own value -23 / Microsoft OneDrive +32 / Microsoft OneDrive \ "onedrive" -Storage> 23 +Storage> 32 ** See help for onedrive backend at: https://rclone.org/onedrive/ ** Microsoft App Client Id @@ -100,7 +100,7 @@ Right-click on the link and select `open link` from the menu. A browser window {{< figure src="/images/rclone_authorize_success.png" width="500" class="img-border">}} Return to the terminal window where you ran the authorize command. You should see a message instructing you to paste a line of code into your "remote machine" which is the first terminal you opened to run `rclone config`. {{< figure src="/images/rclone_authorize_code.png" width="500" class="img-border">}} -Copy the text by highlighting it, right-clicking, and selecting `copy`. Then, return to the first terminal with the waiting `result` prompt and paste the text by right-clicking and selecting `paste`, then press `enter`. Next, select option 1 for `OneDrive Personal or Business` and then 0 for `OneDrive (business)`. Press `y` at the next two prompts to confirm and `q` to exit. +Copy the text by highlighting it, right-clicking, and selecting `copy`. Then, return to the first terminal with the waiting `result` prompt and paste the text by right-clicking and selecting `paste`, then press `enter`. Next, select option 1 for `OneDrive Personal or Business` and then 1 for `OneDrive (business)`. Press `y` at the next two prompts to confirm and `q` to exit. {{% panel theme="info" header="Authorize OnDemand on cluster" %}} {{< highlight bash >}} result> {"access_token":"XXXX","token_type":"bearer","refresh_token":"XXXX","expiry":"XXXX"} @@ -117,8 +117,8 @@ Choose a number from below, or type in an existing value \ "search" Your choice> 1 Found 1 drives, please select the one you want to use: -0: OneDrive (business) id=b!laCd4ZJ54U-[...] -Chose drive to use:> 0 +1: OneDrive (business) id=b!laCd4ZJ54U-[...] +Chose drive to use:> 1 Found drive 'root' of type 'business', URL: https://uofnelincoln-my.sharepoint.com/personal/demo_unl_edu/Documents Is that okay? y) Yes (default) -- GitLab