"go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^(CreateAlbum|Upload)$'" - Starting (try 3/5) === RUN TestIntegration === RUN TestIntegration/CreateAlbum googlephotos_test.go:51: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos_test.go:51 Error: Received unexpected error: couldn't list albums: Request had insufficient authentication scopes. (403 PERMISSION_DENIED) Test: TestIntegration/CreateAlbum === RUN TestIntegration/Upload googlephotos_test.go:225: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/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 (0.85s) --- FAIL: TestIntegration/CreateAlbum (0.79s) --- FAIL: TestIntegration/Upload (0.05s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/googlephotos 0.861s "go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^(CreateAlbum|Upload)$'" - Finished ERROR in 1.712358272s (try 3/5): exit status 1: Failed [TestIntegration/CreateAlbum TestIntegration/Upload]