I want to access Goolge play reports on the command line with gsutil and a service account. There is a Cloud Storage URI for that with the form gs://bucket_name, and I can list and download reports with my user account but not with the service account I created. The error is always the same:
AccessDeniedException: 403 "service-account-name" does not have storage.objects.list access to the Google Cloud Storage bucket.
I have asign all the required permissions to the service account, so I do not understand why with the user account works and fails with the service account.
So if you know how to help me, i will thank you a lot.
