I'm trying to copy a file from a Compute Engine on GCP in project A to a bucket in Project B.
Compute Engine in project A runs with a service account which has Storage Admin privileges in Project B.
When running the command (from within a shell on the Compute Engine) I get: AccessDeniedException: 403 Insufficient Permission.
Does anyone have any pointers for me?