2014-07-17 21:03:11 +02:00
|
|
|
---
|
|
|
|
title: "Google Cloud Storage"
|
|
|
|
description: "Rclone docs for Google Cloud Storage"
|
2015-09-12 15:17:39 +02:00
|
|
|
date: "2015-09-12"
|
2014-07-17 21:03:11 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<i class="fa fa-google"></i> Google Cloud Storage
|
|
|
|
-------------------------------------------------
|
|
|
|
|
|
|
|
Paths are specified as `remote:bucket` (or `remote:` for the `lsd`
|
|
|
|
command.) You may put subdirectories in too, eg `remote:bucket/path/to/dir`.
|
|
|
|
|
|
|
|
The initial setup for google cloud storage involves getting a token from Google Cloud Storage
|
|
|
|
which you need to do in your browser. `rclone config` walks you
|
|
|
|
through it.
|
|
|
|
|
|
|
|
Here is an example of how to make a remote called `remote`. First run:
|
|
|
|
|
|
|
|
rclone config
|
|
|
|
|
|
|
|
This will guide you through an interactive setup process:
|
|
|
|
|
|
|
|
```
|
|
|
|
n) New remote
|
|
|
|
d) Delete remote
|
|
|
|
q) Quit config
|
|
|
|
e/n/d/q> n
|
|
|
|
name> remote
|
2016-02-21 14:39:04 +01:00
|
|
|
Type of storage to configure.
|
|
|
|
Choose a number from below, or type in your own value
|
2016-07-11 13:42:44 +02:00
|
|
|
1 / Amazon Drive
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "amazon cloud drive"
|
2017-01-09 06:09:19 +01:00
|
|
|
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "s3"
|
|
|
|
3 / Backblaze B2
|
|
|
|
\ "b2"
|
|
|
|
4 / Dropbox
|
|
|
|
\ "dropbox"
|
2017-01-09 06:09:19 +01:00
|
|
|
5 / Encrypt/Decrypt a remote
|
|
|
|
\ "crypt"
|
|
|
|
6 / Google Cloud Storage (this is not Google Drive)
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "google cloud storage"
|
2017-01-09 06:09:19 +01:00
|
|
|
7 / Google Drive
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "drive"
|
2017-01-09 06:09:19 +01:00
|
|
|
8 / Hubic
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "hubic"
|
2017-01-09 06:09:19 +01:00
|
|
|
9 / Local Disk
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "local"
|
2017-01-09 06:09:19 +01:00
|
|
|
10 / Microsoft OneDrive
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "onedrive"
|
2017-01-09 06:09:19 +01:00
|
|
|
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "swift"
|
2017-03-05 11:14:57 +01:00
|
|
|
12 / SSH/SFTP Connection
|
|
|
|
\ "sftp"
|
|
|
|
13 / Yandex Disk
|
2016-02-21 14:39:04 +01:00
|
|
|
\ "yandex"
|
2017-01-09 06:09:19 +01:00
|
|
|
Storage> 6
|
2015-10-03 15:23:12 +02:00
|
|
|
Google Application Client Id - leave blank normally.
|
2017-01-09 06:09:19 +01:00
|
|
|
client_id>
|
2015-10-03 15:23:12 +02:00
|
|
|
Google Application Client Secret - leave blank normally.
|
2017-01-09 06:09:19 +01:00
|
|
|
client_secret>
|
2014-07-17 21:03:11 +02:00
|
|
|
Project number optional - needed only for list/create/delete buckets - see your developer console.
|
|
|
|
project_number> 12345678
|
2016-04-20 16:40:40 +02:00
|
|
|
Service Account Credentials JSON file path - needed only if you want use SA instead of interactive login.
|
2017-01-09 06:09:19 +01:00
|
|
|
service_account_file>
|
2014-07-17 21:03:11 +02:00
|
|
|
Access Control List for new objects.
|
|
|
|
Choose a number from below, or type in your own value
|
2017-01-09 06:09:19 +01:00
|
|
|
1 / Object owner gets OWNER access, and all Authenticated Users get READER access.
|
|
|
|
\ "authenticatedRead"
|
|
|
|
2 / Object owner gets OWNER access, and project team owners get OWNER access.
|
|
|
|
\ "bucketOwnerFullControl"
|
|
|
|
3 / Object owner gets OWNER access, and project team owners get READER access.
|
|
|
|
\ "bucketOwnerRead"
|
|
|
|
4 / Object owner gets OWNER access [default if left blank].
|
|
|
|
\ "private"
|
|
|
|
5 / Object owner gets OWNER access, and project team members get access according to their roles.
|
|
|
|
\ "projectPrivate"
|
|
|
|
6 / Object owner gets OWNER access, and all Users get READER access.
|
|
|
|
\ "publicRead"
|
2014-07-17 21:03:11 +02:00
|
|
|
object_acl> 4
|
|
|
|
Access Control List for new buckets.
|
|
|
|
Choose a number from below, or type in your own value
|
2017-01-09 06:09:19 +01:00
|
|
|
1 / Project team owners get OWNER access, and all Authenticated Users get READER access.
|
|
|
|
\ "authenticatedRead"
|
|
|
|
2 / Project team owners get OWNER access [default if left blank].
|
|
|
|
\ "private"
|
|
|
|
3 / Project team members get access according to their roles.
|
|
|
|
\ "projectPrivate"
|
|
|
|
4 / Project team owners get OWNER access, and all Users get READER access.
|
|
|
|
\ "publicRead"
|
|
|
|
5 / Project team owners get OWNER access, and all Users get WRITER access.
|
|
|
|
\ "publicReadWrite"
|
2014-07-17 21:03:11 +02:00
|
|
|
bucket_acl> 2
|
|
|
|
Remote config
|
2015-09-12 15:17:39 +02:00
|
|
|
Use auto config?
|
|
|
|
* Say Y if not sure
|
2015-09-30 16:04:02 +02:00
|
|
|
* Say N if you are working on a remote or headless machine or Y didn't work
|
2015-09-12 15:17:39 +02:00
|
|
|
y) Yes
|
|
|
|
n) No
|
|
|
|
y/n> y
|
|
|
|
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth
|
|
|
|
Log in and authorize rclone for access
|
|
|
|
Waiting for code...
|
|
|
|
Got code
|
2014-07-17 21:03:11 +02:00
|
|
|
--------------------
|
|
|
|
[remote]
|
|
|
|
type = google cloud storage
|
2017-01-09 06:09:19 +01:00
|
|
|
client_id =
|
|
|
|
client_secret =
|
2014-07-17 21:03:11 +02:00
|
|
|
token = {"AccessToken":"xxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"x/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxx","Expiry":"2014-07-17T20:49:14.929208288+01:00","Extra":null}
|
|
|
|
project_number = 12345678
|
|
|
|
object_acl = private
|
|
|
|
bucket_acl = private
|
|
|
|
--------------------
|
|
|
|
y) Yes this is OK
|
|
|
|
e) Edit this remote
|
|
|
|
d) Delete this remote
|
|
|
|
y/e/d> y
|
|
|
|
```
|
|
|
|
|
2015-09-12 15:17:39 +02:00
|
|
|
Note that rclone runs a webserver on your local machine to collect the
|
|
|
|
token as returned from Google if you use auto config mode. This only
|
|
|
|
runs from the moment it opens your browser to the moment you get back
|
|
|
|
the verification code. This is on `http://127.0.0.1:53682/` and this
|
|
|
|
it may require you to unblock it temporarily if you are running a host
|
|
|
|
firewall, or use manual mode.
|
|
|
|
|
2014-07-17 21:03:11 +02:00
|
|
|
This remote is called `remote` and can now be used like this
|
|
|
|
|
|
|
|
See all the buckets in your project
|
|
|
|
|
|
|
|
rclone lsd remote:
|
|
|
|
|
|
|
|
Make a new bucket
|
|
|
|
|
|
|
|
rclone mkdir remote:bucket
|
|
|
|
|
|
|
|
List the contents of a bucket
|
|
|
|
|
|
|
|
rclone ls remote:bucket
|
|
|
|
|
|
|
|
Sync `/home/local/directory` to the remote bucket, deleting any excess
|
|
|
|
files in the bucket.
|
|
|
|
|
|
|
|
rclone sync /home/local/directory remote:bucket
|
|
|
|
|
2016-04-20 16:40:40 +02:00
|
|
|
### Service Account support ###
|
|
|
|
|
|
|
|
You can set up rclone with Google Cloud Storage in an unattended mode,
|
|
|
|
i.e. not tied to a specific end-user Google account. This is useful
|
|
|
|
when you want to synchronise files onto machines that don't have
|
|
|
|
actively logged-in users, for example build machines.
|
|
|
|
|
|
|
|
To get credentials for Google Cloud Platform
|
|
|
|
[IAM Service Accounts](https://cloud.google.com/iam/docs/service-accounts),
|
|
|
|
please head to the
|
|
|
|
[Service Account](https://console.cloud.google.com/permissions/serviceaccounts)
|
|
|
|
section of the Google Developer Console. Service Accounts behave just
|
|
|
|
like normal `User` permissions in
|
|
|
|
[Google Cloud Storage ACLs](https://cloud.google.com/storage/docs/access-control),
|
|
|
|
so you can limit their access (e.g. make them read only). After
|
|
|
|
creating an account, a JSON file containing the Service Account's
|
|
|
|
credentials will be downloaded onto your machines. These credentials
|
|
|
|
are what rclone will use for authentication.
|
|
|
|
|
2016-04-22 20:58:52 +02:00
|
|
|
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.
|
2016-04-20 16:40:40 +02:00
|
|
|
|
2015-06-06 11:05:21 +02:00
|
|
|
### Modified time ###
|
2014-07-17 21:03:11 +02:00
|
|
|
|
|
|
|
Google google cloud storage stores md5sums natively and rclone stores
|
|
|
|
modification times as metadata on the object, under the "mtime" key in
|
|
|
|
RFC3339 format accurate to 1ns.
|