"go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^(CreateAlbum|Upload)$/^PutFile$'" - Starting (try 3/5) === RUN TestIntegration 2022/06/12 05:43:02 DEBUG : Creating backend with remote "TestGooglePhotos:" 2022/06/12 05:43:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/06/12 05:43:02 DEBUG : Creating backend with remote "testfiles" === RUN TestIntegration/CreateAlbum 2022/06/12 05:43:02 DEBUG : Google Photos path "": Mkdir: dir="album/rclone-test-venaqil5zerolec1tekafol9" 2022/06/12 05:43:39 DEBUG : Google Photos path "": >Mkdir: err= === RUN TestIntegration/CreateAlbum/PutFile 2022/06/12 05:43:39 DEBUG : Google Photos path "": Put: src=rclone-test-image1.jpg 2022/06/12 05:43:39 DEBUG : album/rclone-test-venaqil5zerolec1tekafol9/rclone-test-image1.jpg: Update: src=rclone-test-image1.jpg 2022/06/12 05:43:40 DEBUG : pacer: low level retry 1/1 (error { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests)) 2022/06/12 05:43:40 DEBUG : pacer: Rate limited, increasing sleep to 1.937965357s 2022/06/12 05:43:40 DEBUG : album/rclone-test-venaqil5zerolec1tekafol9/rclone-test-image1.jpg: >Update: err=couldn't upload file: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) 2022/06/12 05:43:40 DEBUG : Google Photos path "": >Put: googlephotos_test.go:60: Error Trace: googlephotos_test.go:60 Error: Received unexpected error: couldn't upload file: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) Test: TestIntegration/CreateAlbum/PutFile 2022/06/12 05:43:40 DEBUG : Google Photos path "": Rmdir: dir=%!q(MISSING) 2022/06/12 05:43:40 DEBUG : Google Photos path "": >Rmdir: err=google photos API does not implement deleting albums === RUN TestIntegration/Upload 2022/06/12 05:43:40 DEBUG : Google Photos path "": Put: src=rclone-test-image2.jpg 2022/06/12 05:43:40 DEBUG : upload/dir/subdir/rclone-test-image2.jpg: Update: src=rclone-test-image2.jpg 2022/06/12 05:43:40 DEBUG : pacer: low level retry 1/1 (error { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests)) 2022/06/12 05:43:40 DEBUG : pacer: Rate limited, increasing sleep to 2.906065622s 2022/06/12 05:43:40 DEBUG : upload/dir/subdir/rclone-test-image2.jpg: >Update: err=couldn't upload file: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) 2022/06/12 05:43:40 DEBUG : Google Photos path "": >Put: googlephotos_test.go:225: Error Trace: googlephotos_test.go:225 Error: Received unexpected error: couldn't upload file: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) Test: TestIntegration/Upload --- FAIL: TestIntegration (37.65s) --- FAIL: TestIntegration/CreateAlbum (37.58s) --- FAIL: TestIntegration/CreateAlbum/PutFile (0.10s) --- FAIL: TestIntegration/Upload (0.06s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/googlephotos 37.669s "go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^(CreateAlbum|Upload)$/^PutFile$'" - Finished ERROR in 41.073405663s (try 3/5): exit status 1: Failed [TestIntegration/CreateAlbum/PutFile TestIntegration/Upload]