diff --git a/docs/content/drive.md b/docs/content/drive.md index 7975cf6b9..c687315e9 100644 --- a/docs/content/drive.md +++ b/docs/content/drive.md @@ -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.