mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 23:49:15 +01:00
b2: Application Key usage clarifications
This commit is contained in:
parent
60a4a8a86d
commit
76532408ef
@ -16,9 +16,11 @@ Here is an example of making a b2 configuration. First run
|
|||||||
|
|
||||||
rclone config
|
rclone config
|
||||||
|
|
||||||
This will guide you through an interactive setup process. You will
|
This will guide you through an interactive setup process. To authenticate
|
||||||
need your account number (a short hex number) and key (a long hex
|
you will either need your Account ID (a short hex number) and Master
|
||||||
number) which you can get from the b2 control panel.
|
Application Key (a long hex number) OR an Application Key, which is the
|
||||||
|
recommended method. See below for further details on generating and using
|
||||||
|
an Application Key.
|
||||||
|
|
||||||
```
|
```
|
||||||
No remotes found - make a new one
|
No remotes found - make a new one
|
||||||
@ -102,10 +104,10 @@ You can use these with rclone too; you will need to use rclone version 1.43
|
|||||||
or later.
|
or later.
|
||||||
|
|
||||||
Follow Backblaze's docs to create an Application Key with the required
|
Follow Backblaze's docs to create an Application Key with the required
|
||||||
permission and add the `Application Key ID` as the `account` and the
|
permission and add the `applicationKeyId` as the `account` and the
|
||||||
`Application Key` itself as the `key`.
|
`Application Key` itself as the `key`.
|
||||||
|
|
||||||
Note that you must put the Application Key ID as the `account` - you
|
Note that you must put the _applicationKeyId_ as the `account` – you
|
||||||
can't use the master Account ID. If you try then B2 will return 401
|
can't use the master Account ID. If you try then B2 will return 401
|
||||||
errors.
|
errors.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user