mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
drive: update drive service account guide
This commit is contained in:
parent
1b2f2c0d69
commit
043bf3567d
@ -227,12 +227,9 @@ There's a few steps we need to go through to accomplish this:
|
||||
[Google Developer Console](https://console.developers.google.com).
|
||||
- You must have a project - create one if you don't.
|
||||
- Then go to "IAM & admin" -> "Service Accounts".
|
||||
- Use the "Create Credentials" button. Fill in "Service account name"
|
||||
with something that identifies your client. "Role" can be empty.
|
||||
- Tick "Furnish a new private key" - select "Key type JSON".
|
||||
- Tick "Enable G Suite Domain-wide Delegation". This option makes
|
||||
"impersonation" possible, as documented here:
|
||||
[Delegating domain-wide authority to the service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority)
|
||||
- Use the "Create Service Account" button. Fill in "Service account name"
|
||||
and "Service account ID" with something that identifies your client.
|
||||
- Select "Create And Continue". Step 2 and 3 are optional.
|
||||
- These credentials are what rclone will use for authentication.
|
||||
If you ever need to remove access, press the "Delete service
|
||||
account key" button.
|
||||
|
Loading…
Reference in New Issue
Block a user