Skip to content
Snippets Groups Projects
Commit aac28c2a authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Update Box numbers in documentation

parent 7fa88e40
No related branches found
No related tags found
1 merge request!338Update Box numbers in documentation
...@@ -33,7 +33,7 @@ On the virtual desktop, click on the `Terminal Emulator` icon at the bottom of t ...@@ -33,7 +33,7 @@ On the virtual desktop, click on the `Terminal Emulator` icon at the bottom of t
{{< /highlight >}} {{< /highlight >}}
{{% /panel %}} {{% /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" %}} {{% panel theme="info" header="Configure OneDrive" %}}
{{< highlight bash >}} {{< highlight bash >}}
[demo03@c0809 ~]$ rclone config [demo03@c0809 ~]$ rclone config
...@@ -47,10 +47,10 @@ Type of storage to configure. ...@@ -47,10 +47,10 @@ Type of storage to configure.
Enter a string value. Press Enter for the default (""). Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value Choose a number from below, or type in your own value
23 / Microsoft OneDrive 32 / Microsoft OneDrive
\ "onedrive" \ "onedrive"
Storage> 23 Storage> 32
** See help for onedrive backend at: https://rclone.org/onedrive/ ** ** See help for onedrive backend at: https://rclone.org/onedrive/ **
Microsoft App Client Id Microsoft App Client Id
...@@ -100,7 +100,7 @@ Right-click on the link and select `open link` from the menu. A browser window ...@@ -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">}} {{< 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`. 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">}} {{< 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" %}} {{% panel theme="info" header="Authorize OnDemand on cluster" %}}
{{< highlight bash >}} {{< highlight bash >}}
result> {"access_token":"XXXX","token_type":"bearer","refresh_token":"XXXX","expiry":"XXXX"} 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 ...@@ -117,8 +117,8 @@ Choose a number from below, or type in an existing value
\ "search" \ "search"
Your choice> 1 Your choice> 1
Found 1 drives, please select the one you want to use: Found 1 drives, please select the one you want to use:
0: OneDrive (business) id=b!laCd4ZJ54U-[...] 1: OneDrive (business) id=b!laCd4ZJ54U-[...]
Chose drive to use:> 0 Chose drive to use:> 1
Found drive 'root' of type 'business', URL: https://uofnelincoln-my.sharepoint.com/personal/demo_unl_edu/Documents Found drive 'root' of type 'business', URL: https://uofnelincoln-my.sharepoint.com/personal/demo_unl_edu/Documents
Is that okay? Is that okay?
y) Yes (default) y) Yes (default)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment