Failed to make directory: googleapi: Error 403: Insufficient Permission

root@minibian:~# rclone mkdir drive:test -vv
2019/01/02 01:13:06 DEBUG : rclone: Version “v1.45” starting with parameters [“rclone” “mkdir” “drive:test” “-vv”]
2019/01/02 01:13:06 DEBUG : Using config file from “/root/.config/rclone/rclone.conf”
2019/01/02 01:13:09 DEBUG : Google drive root ‘test’: Making directory
2019/01/02 01:13:10 ERROR : Attempt 1/3 failed with 1 errors and: failed to make directory: googleapi: Error 403: Insufficient Permission, insufficientPermissions
2019/01/02 01:13:10 DEBUG : Google drive root ‘test’: Making directory
2019/01/02 01:13:11 ERROR : Attempt 2/3 failed with 1 errors and: failed to make directory: googleapi: Error 403: Insufficient Permission, insufficientPermissions
2019/01/02 01:13:11 DEBUG : Google drive root ‘test’: Making directory
2019/01/02 01:13:12 ERROR : Attempt 3/3 failed with 1 errors and: failed to make directory: googleapi: Error 403: Insufficient Permission, insufficientPermissions
2019/01/02 01:13:12 Failed to mkdir: failed to make directory: googleapi: Error 403: Insufficient Permission, insufficientPermissions
root@minibian:~#

Hi, I have this problem. Can you help me?

Here my configuration file:

[drive]
type = drive
scope = drive
token = {“access_token”:“MYTOKEN”

Thanks for your help
Andrea

Are you using a Google Drive or a Team Drive?

If it’s a Google drive, your config looks incomplete as it’s missing client id and client secret. I’d re-run the config and enter in all the values again.

We are getting the same error. We are using Google Cloud Storage with a Service Account that has Project Viewer and Storage Admin IAM Roles.

C:\rclone>rclone -vv --dump bodies touch rclone1:rclonestore/testf.txt
2019/08/28 21:04:47 DEBUG : rclone: Version "v1.48.0-208-g6ca00c21-beta" starting with parameters ["rclone" "-vv" "--dump" "bodies" "touch" "rclone1:rclonestore/testf.txt"]
2019/08/28 21:04:47 DEBUG : Using config file from "C:\rclone\rclone.conf"
2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : HTTP REQUEST (req 0xc0003eff00)
2019/08/28 21:04:47 DEBUG : POST /token HTTP/1.1
Host: oauth2.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Content-Length: 789
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

assertion=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjRjMTNmMzUyZmQ5N2YxN2ZmMmY3NmYwNTk3NzYzMzcyY2I2MzBhOWIifQ.eyJpc3MiOiJyY2xvbmVzYUByY2xvbmVvbmUtMjQ5ODE4LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic2NvcGUiOiJodHRwczovL3d3dy5nb29nbGVhcGlzLmNvbS9hdXRoL2RldnN0b3JhZ2UucmVhZF93cml0ZSIsImF1ZCI6Imh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwiZXhwIjoxNTY3MDI5ODc3LCJpYXQiOjE1NjcwMjYyNzd9.qLxdU3ike3qs9TNx4-iHgXPt2czR_d9yLBFLNGqXR6O7A_8JjNIGEFmD1huoJBiwo4tvAxRzR_hbq1ItTPm3oP28FLQha6E4n8R1OD126B8jM_1BK5IprWJX684CS849L62_MeYT4dZBeHjWCs6mEHcj-Ina4cVBreWDTU7H5RO2KDPKWVKrRPK3WhfQToA0oipLut85IDNWJnG_fqSX1QQIbQbkAWULBHWCSkIUueh_RijiNnsshz6YD9FPmI68mt94-aA4IxTOf86Uc9q9GZ1Ar7TJz-JzzWjj8N17nXXiDPCZsihceWvTIXgybsyRNezJilAVFkjodzVYOr87vA&grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer
2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : HTTP RESPONSE (req 0xc0003eff00)
2019/08/28 21:04:47 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Cache-Control: private
Content-Type: application/json; charset=utf-8
Date: Wed, 28 Aug 2019 21:04:47 GMT
Server: scaffolding on HTTPServer2
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

ca
{
"access_token": "ya29.c.ElpzB7C56LRWLrD3gtpKXg2wRtFtuF4CGS2E52zxLOlxKehXQvLjWjlc5XTb3q4Ml3v6TwnlhgxfCiwIaLeOqfrd75nT9fJYZ9nU7eP5a5DwrOvAinZyZy_J0Gw",
"expires_in": 3600,
"token_type": "Bearer"
}
0

2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : HTTP REQUEST (req 0xc0004e0400)
2019/08/28 21:04:47 DEBUG : GET /storage/v1/b/rclonestore/o/testf.txt?alt=json&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Authorization: XXXX
Accept-Encoding: gzip

2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : HTTP RESPONSE (req 0xc0004e0400)
2019/08/28 21:04:47 DEBUG : HTTP/1.1 404 Not Found
Content-Length: 173
Cache-Control: private, max-age=0
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:47 GMT
Expires: Wed, 28 Aug 2019 21:04:47 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
X-Guploader-Uploadid: AEnB2UoQdsnLj2_9TazvJJL934K3ubtK32y5Gm1l6hpYcQxUUjhsj0WjTFSxiUejNopfmrGfDjJflCRPTukdD8aKE_2PIXe6Qzt95x9CWUyTMt-tDb4NzGc

{"error":{"errors":[{"domain":"global","reason":"notFound","message":"No such object: rclonestore/testf.txt"}],"code":404,"message":"No such object: rclonestore/testf.txt"}}
2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : HTTP REQUEST (req 0xc0004e0a00)
2019/08/28 21:04:47 DEBUG : GET /storage/v1/b/rclonestore/o?alt=json&maxResults=1&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Authorization: XXXX
Accept-Encoding: gzip

2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : HTTP RESPONSE (req 0xc0004e0a00)
2019/08/28 21:04:47 DEBUG : HTTP/1.1 200 OK
Content-Length: 888
Cache-Control: private, max-age=0, must-revalidate, no-transform
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:47 GMT
Expires: Wed, 28 Aug 2019 21:04:47 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
X-Guploader-Uploadid: AEnB2Uokr_dDzHjW5oxXCx5EyqC3YQsSLgDWwm_JlnooGkoOcdCWdbbMvtnNGZLcj0x6rptFDrUwdcAenKYUXT1GbD3L0f2Qf1z91SfGgw4C4An44kaNqjs

{"kind":"storage#objects","nextPageToken":"ChpEZXNrdG9wL1JjbG9uZSBXZWJzaXRlLnR4dA==","items":[{"kind":"storage#object","id":"rclonestore/Desktop/Rclone Website.txt/1566922121202717","selfLink":"https://www.googleapis.com/storage/v1/b/rclonestore/o/Desktop%2FRclone%20Website.txt","name":"Desktop/Rclone Website.txt","bucket":"rclonestore","generation":"1566922121202717","metageneration":"1","contentType":"text/plain; charset=utf-8","timeCreated":"2019-08-27T16:08:41.202Z","updated":"2019-08-27T16:08:41.202Z","storageClass":"REGIONAL","timeStorageClassUpdated":"2019-08-27T16:08:41.202Z","size":"38","md5Hash":"rOFgfMMnduBH1UYczWGgnQ==","mediaLink":"https://www.googleapis.com/download/storage/v1/b/rclonestore/o/Desktop%2FRclone%20Website.txt?generation=1566922121202717&alt=media","metadata":{"mtime":"2019-08-21T18:16:39.984634700Z"},"crc32c":"8Yvp0g==","etag":"CJ2Ys+O3o+QCEAE="}]}
2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : HTTP REQUEST (req 0xc0004e0f00)
2019/08/28 21:04:47 DEBUG : POST /upload/storage/v1/b/rclonestore/o?alt=json&name=testf.txt&predefinedAcl=bucketOwnerFullControl&prettyPrint=false&uploadType=multipart HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Transfer-Encoding: chunked
Authorization: XXXX
Content-Type: multipart/related; boundary=596169cdd94536ba44bf67b7707154740d8a7accd06980c7a3e150573f90
Accept-Encoding: gzip

176
--596169cdd94536ba44bf67b7707154740d8a7accd06980c7a3e150573f90
Content-Type: application/json

{"bucket":"rclonestore","contentType":"text/plain; charset=utf-8","metadata":{"mtime":"2019-08-28T21:04:47.277979800Z"},"name":"testf.txt"}

--596169cdd94536ba44bf67b7707154740d8a7accd06980c7a3e150573f90

--596169cdd94536ba44bf67b7707154740d8a7accd06980c7a3e150573f90--

0

2019/08/28 21:04:47 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : HTTP RESPONSE (req 0xc0004e0f00)
2019/08/28 21:04:47 DEBUG : HTTP/1.1 200 OK
Content-Length: 715
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:47 GMT
Etag: CNmg6+m7puQCEAE=
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: UploadServer
Vary: Origin
Vary: X-Origin
X-Guploader-Uploadid: AEnB2Ur6UMZzIHrWIbiKUfAuNLfPnRE_A-UO9uW27uBioO2ZUfUrFqXqhw5cBI-s-_X8-gl8eMXkGBrgKheZCoVuqUuhE6qCsJ2BTwiDUNYWPhmp8BgRT7w

{"kind":"storage#object","id":"rclonestore/testf.txt/1567026287661145","selfLink":"https://www.googleapis.com/storage/v1/b/rclonestore/o/testf.txt","name":"testf.txt","bucket":"rclonestore","generation":"1567026287661145","metageneration":"1","contentType":"text/plain; charset=utf-8","timeCreated":"2019-08-28T21:04:47.660Z","updated":"2019-08-28T21:04:47.660Z","storageClass":"REGIONAL","timeStorageClassUpdated":"2019-08-28T21:04:47.660Z","size":"0","md5Hash":"1B2M2Y8AsgTpgAmY7PhCfg==","mediaLink":"https://www.googleapis.com/download/storage/v1/b/rclonestore/o/testf.txt?generation=1567026287661145&alt=media","metadata":{"mtime":"2019-08-28T21:04:47.277979800Z"},"crc32c":"AAAAAA==","etag":"CNmg6+m7puQCEAE="}
2019/08/28 21:04:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:47 DEBUG : 7 go routines active
2019/08/28 21:04:47 DEBUG : rclone: Version "v1.48.0-208-g6ca00c21-beta" finishing with parameters ["rclone" "-vv" "--dump" "bodies" "touch" "rclone1:rclonestore/testf.txt"]

C:\rclone>rclone -vv --dump bodies touch rclone1:rclonestore/testf.txt
2019/08/28 21:04:49 DEBUG : rclone: Version "v1.48.0-208-g6ca00c21-beta" starting with parameters ["rclone" "-vv" "--dump" "bodies" "touch" "rclone1:rclonestore/testf.txt"]
2019/08/28 21:04:49 DEBUG : Using config file from "C:\rclone\rclone.conf"
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : HTTP REQUEST (req 0xc0003f1f00)
2019/08/28 21:04:49 DEBUG : POST /token HTTP/1.1
Host: oauth2.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Content-Length: 789
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

assertion=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjRjMTNmMzUyZmQ5N2YxN2ZmMmY3NmYwNTk3NzYzMzcyY2I2MzBhOWIifQ.eyJpc3MiOiJyY2xvbmVzYUByY2xvbmVvbmUtMjQ5ODE4LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwic2NvcGUiOiJodHRwczovL3d3dy5nb29nbGVhcGlzLmNvbS9hdXRoL2RldnN0b3JhZ2UucmVhZF93cml0ZSIsImF1ZCI6Imh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwiZXhwIjoxNTY3MDI5ODc5LCJpYXQiOjE1NjcwMjYyNzl9.Snkfhtxoeq_4_1G75GAH6VUkBdPjiFXpZqbFX5wIXr-fl0T-6cGBUeRgWRKFlM40NP0e6-eXo7wUYSC-bPJafM_vbAjmQBU7aMthFEJCFJIqfasYP0zRGXW7R1Ls8Gi54ZQ2KKSdidaPoMwHB1cvvOruBWS_79y44fm8ue8O8fBi2MT8xIz83kjQomStbKbZxXYYH0JhI_NkARNS_cwu9aYpYZili42PcC8I1i7efDbep0OoJ33rHWgIxb5BqokerCdj0gjK_hqgRyKbOeQXrBXXeWCbuPsQ-FX0_qN-4vOA65zMyMmIAYAF4X4-JES8ff_aivxRFcUgmSUxyss7GA&grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : HTTP RESPONSE (req 0xc0003f1f00)
2019/08/28 21:04:49 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Cache-Control: private
Content-Type: application/json; charset=utf-8
Date: Wed, 28 Aug 2019 21:04:49 GMT
Server: scaffolding on HTTPServer2
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

ca
{
"access_token": "ya29.c.ElpzB9ulahp5QZqD8KePUEDVvmmNgkXjp-obUpczpoYmyjGiEcipAeSCV7kD8IFWzECXbzD2eyP5NymnVjMGZjdz6A1rFnMpg58VDPOG7WciOB3Iew9nt29AN1k",
"expires_in": 3600,
"token_type": "Bearer"
}
0

2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : HTTP REQUEST (req 0xc0000ec600)
2019/08/28 21:04:49 DEBUG : GET /storage/v1/b/rclonestore/o/testf.txt?alt=json&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Authorization: XXXX
Accept-Encoding: gzip

2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : HTTP RESPONSE (req 0xc0000ec600)
2019/08/28 21:04:49 DEBUG : HTTP/1.1 200 OK
Content-Length: 715
Cache-Control: private, max-age=0, must-revalidate, no-transform
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:49 GMT
Etag: CNmg6+m7puQCEAE=
Expires: Wed, 28 Aug 2019 21:04:49 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
X-Guploader-Uploadid: AEnB2UpDKfb7RO0_InKvjLrI--UT4hhYrjmKHVsxrTia8vw5zyILCLeqmThsqBuRd-P0torlNLci8tSwnxLkfwJlg082KY1n9Wt_Q_xneOcINW1Q7fV8JmU

{"kind":"storage#object","id":"rclonestore/testf.txt/1567026287661145","selfLink":"https://www.googleapis.com/storage/v1/b/rclonestore/o/testf.txt","name":"testf.txt","bucket":"rclonestore","generation":"1567026287661145","metageneration":"1","contentType":"text/plain; charset=utf-8","timeCreated":"2019-08-28T21:04:47.660Z","updated":"2019-08-28T21:04:47.660Z","storageClass":"REGIONAL","timeStorageClassUpdated":"2019-08-28T21:04:47.660Z","size":"0","md5Hash":"1B2M2Y8AsgTpgAmY7PhCfg==","mediaLink":"https://www.googleapis.com/download/storage/v1/b/rclonestore/o/testf.txt?generation=1567026287661145&alt=media","metadata":{"mtime":"2019-08-28T21:04:47.277979800Z"},"crc32c":"AAAAAA==","etag":"CNmg6+m7puQCEAE="}
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : HTTP REQUEST (req 0xc0003f1300)
2019/08/28 21:04:49 DEBUG : PATCH /storage/v1/b/rclonestore/o/testf.txt?alt=json&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Content-Length: 98
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"bucket":"rclonestore","metadata":{"mtime":"2019-08-28T21:04:49.598311600Z"},"name":"testf.txt"}
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : HTTP RESPONSE (req 0xc0003f1300)
2019/08/28 21:04:49 DEBUG : HTTP/1.1 403 Forbidden
Content-Length: 160
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:49 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
Www-Authenticate: Bearer realm="https://accounts.google.com/"
X-Guploader-Uploadid: AEnB2Upnj961LxFAJsOVvyhpF4AClZrb3zijA9B1a4MKQiJ6ygB-C5tb_AMkYhhDdxQ1Hrp_afZUo633NbUGyom6DKVqhwDtbvuTDxkO6z_lUjqELogmr4g

{"error":{"errors":[{"domain":"global","reason":"insufficientPermissions","message":"Insufficient Permission"}],"code":403,"message":"Insufficient Permission"}}
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 ERROR : Attempt 1/3 failed with 1 errors and: touch: couldn't set mod time: googleapi: Error 403: Insufficient Permission, insufficientPermissions
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : HTTP REQUEST (req 0xc0003f1d00)
2019/08/28 21:04:49 DEBUG : GET /storage/v1/b/rclonestore/o/testf.txt?alt=json&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Authorization: XXXX
Accept-Encoding: gzip

2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : HTTP RESPONSE (req 0xc0003f1d00)
2019/08/28 21:04:49 DEBUG : HTTP/1.1 200 OK
Content-Length: 715
Cache-Control: private, max-age=0, must-revalidate, no-transform
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:49 GMT
Etag: CNmg6+m7puQCEAE=
Expires: Wed, 28 Aug 2019 21:04:49 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
X-Guploader-Uploadid: AEnB2UoPvk0mZWEzq7jFtq9Z3wOUN5ZFpoyUSRg4vWk5OWKs-TPT3q3Y9UIQJSulng0SQ_P3g1p7jewIz3Xjyy1P30rZO_oXtGMby2YkR96SqH93hxPEGak

{"kind":"storage#object","id":"rclonestore/testf.txt/1567026287661145","selfLink":"https://www.googleapis.com/storage/v1/b/rclonestore/o/testf.txt","name":"testf.txt","bucket":"rclonestore","generation":"1567026287661145","metageneration":"1","contentType":"text/plain; charset=utf-8","timeCreated":"2019-08-28T21:04:47.660Z","updated":"2019-08-28T21:04:47.660Z","storageClass":"REGIONAL","timeStorageClassUpdated":"2019-08-28T21:04:47.660Z","size":"0","md5Hash":"1B2M2Y8AsgTpgAmY7PhCfg==","mediaLink":"https://www.googleapis.com/download/storage/v1/b/rclonestore/o/testf.txt?generation=1567026287661145&alt=media","metadata":{"mtime":"2019-08-28T21:04:47.277979800Z"},"crc32c":"AAAAAA==","etag":"CNmg6+m7puQCEAE="}
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : HTTP REQUEST (req 0xc0004e2500)
2019/08/28 21:04:49 DEBUG : PATCH /storage/v1/b/rclonestore/o/testf.txt?alt=json&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Content-Length: 98
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"bucket":"rclonestore","metadata":{"mtime":"2019-08-28T21:04:49.863418300Z"},"name":"testf.txt"}
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 DEBUG : HTTP RESPONSE (req 0xc0004e2500)
2019/08/28 21:04:49 DEBUG : HTTP/1.1 403 Forbidden
Content-Length: 160
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:49 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
Www-Authenticate: Bearer realm="https://accounts.google.com/"
X-Guploader-Uploadid: AEnB2UpTjAYtB_TweC1oqh6v0DGq8JbkRM_5fJ3cQEWnLK5vqbkNKjewaFtJIiJqT6BQVkDq0H1bs23lAYe8S8DKfNl-Xx1QUIdrSFEwevzQCBDQSi6nUuI

{"error":{"errors":[{"domain":"global","reason":"insufficientPermissions","message":"Insufficient Permission"}],"code":403,"message":"Insufficient Permission"}}
2019/08/28 21:04:49 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:49 ERROR : Attempt 2/3 failed with 1 errors and: touch: couldn't set mod time: googleapi: Error 403: Insufficient Permission, insufficientPermissions
2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:49 DEBUG : HTTP REQUEST (req 0xc0004e2900)
2019/08/28 21:04:49 DEBUG : GET /storage/v1/b/rclonestore/o/testf.txt?alt=json&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Authorization: XXXX
Accept-Encoding: gzip

2019/08/28 21:04:49 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:50 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:50 DEBUG : HTTP RESPONSE (req 0xc0004e2900)
2019/08/28 21:04:50 DEBUG : HTTP/1.1 200 OK
Content-Length: 715
Cache-Control: private, max-age=0, must-revalidate, no-transform
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:50 GMT
Etag: CNmg6+m7puQCEAE=
Expires: Wed, 28 Aug 2019 21:04:50 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
X-Guploader-Uploadid: AEnB2UpWNx0jPaKYLYNBK3jbnv3j9AVfIw26XKiIQohxGZq6PKl_iosRtEFCBkc3wTAvYZptvZ1DourLA9SBzKlG2WJH34ePkj7PWliDYDED2mmFTAoFCU4

{"kind":"storage#object","id":"rclonestore/testf.txt/1567026287661145","selfLink":"https://www.googleapis.com/storage/v1/b/rclonestore/o/testf.txt","name":"testf.txt","bucket":"rclonestore","generation":"1567026287661145","metageneration":"1","contentType":"text/plain; charset=utf-8","timeCreated":"2019-08-28T21:04:47.660Z","updated":"2019-08-28T21:04:47.660Z","storageClass":"REGIONAL","timeStorageClassUpdated":"2019-08-28T21:04:47.660Z","size":"0","md5Hash":"1B2M2Y8AsgTpgAmY7PhCfg==","mediaLink":"https://www.googleapis.com/download/storage/v1/b/rclonestore/o/testf.txt?generation=1567026287661145&alt=media","metadata":{"mtime":"2019-08-28T21:04:47.277979800Z"},"crc32c":"AAAAAA==","etag":"CNmg6+m7puQCEAE="}
2019/08/28 21:04:50 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:50 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:50 DEBUG : HTTP REQUEST (req 0xc0004e2d00)
2019/08/28 21:04:50 DEBUG : PATCH /storage/v1/b/rclonestore/o/testf.txt?alt=json&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.48.0-208-g6ca00c21-beta
Content-Length: 98
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"bucket":"rclonestore","metadata":{"mtime":"2019-08-28T21:04:49.973276900Z"},"name":"testf.txt"}
2019/08/28 21:04:50 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2019/08/28 21:04:50 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:50 DEBUG : HTTP RESPONSE (req 0xc0004e2d00)
2019/08/28 21:04:50 DEBUG : HTTP/1.1 403 Forbidden
Content-Length: 160
Content-Type: application/json; charset=UTF-8
Date: Wed, 28 Aug 2019 21:04:50 GMT
Server: UploadServer
Vary: Origin
Vary: X-Origin
Www-Authenticate: Bearer realm="https://accounts.google.com/"
X-Guploader-Uploadid: AEnB2Urur87NjU8PR-HVUAfBqPvEpQIMXraS-HOBN5BOWVv6PWNwC49gwcM2cRCqw1Oe3xeWjAMttQLJi6sUUq9onCvU2p-dR0F5AYx5viypfwqVLHQePOA

{"error":{"errors":[{"domain":"global","reason":"insufficientPermissions","message":"Insufficient Permission"}],"code":403,"message":"Insufficient Permission"}}
2019/08/28 21:04:50 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2019/08/28 21:04:50 ERROR : Attempt 3/3 failed with 1 errors and: touch: couldn't set mod time: googleapi: Error 403: Insufficient Permission, insufficientPermissions
2019/08/28 21:04:50 Failed to touch: touch: couldn't set mod time: googleapi: Error 403: Insufficient Permission, insufficientPermissions

C:\rclone>