We are just trying to use gsutil from the command line to download some DCM data from the Google Cloud Platform:
gsutil -m cp -R gs://dcdt_-dcm_account75701/dcm_account75701_activity_201803* C:\Users\[omissis]\Desktop\ImprData
We are getting the error below, looks like an access issue, but we have made sure that all the correct access has been given in the cloud console.
AccessDeniedException: 403 [omissis] does not have storage.objects.list access to dcdt_-dcm_account75701.
CommandException: 1 file/object could not be transferred
Does anyone know what this might be?