mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Add service_account_credentials for Google Cloud and Drive
This commit is contained in:
committed by
Nick Craig-Wood
parent
d8e88f10cd
commit
b78af517de
@@ -202,7 +202,10 @@ actively logged-in users, for example build machines.
|
||||
To use a Service Account instead of OAuth2 token flow, enter the path
|
||||
to your Service Account credentials at the `service_account_file`
|
||||
prompt during `rclone config` and rclone won't use the browser based
|
||||
authentication flow.
|
||||
authentication flow. If you'd rather stuff the contents of the
|
||||
credentials file into the rclone config file, you can set
|
||||
`service_account_credentials` with the actual contents of the file
|
||||
instead, or set the equivalent environment variable.
|
||||
|
||||
#### Use case - Google Apps/G-suite account and individual Drive ####
|
||||
|
||||
|
||||
@@ -212,7 +212,10 @@ are what rclone will use for authentication.
|
||||
To use a Service Account instead of OAuth2 token flow, enter the path
|
||||
to your Service Account credentials at the `service_account_file`
|
||||
prompt and rclone won't use the browser based authentication
|
||||
flow.
|
||||
flow. If you'd rather stuff the contents of the credentials file into
|
||||
the rclone config file, you can set `service_account_credentials` with
|
||||
the actual contents of the file instead, or set the equivalent
|
||||
environment variable.
|
||||
|
||||
### --fast-list ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user