
while accesing gsutil cp command to copy from one bucket to another on sandbox i.e the google cloud playground on acloud ,i got the following errors:-
cloud_user_p_bbd111@cloudshell:~/gcp-cloud-engineer (playground-s-11-36a5d0)$ gsutil cp gs://service-lab-console/** gs://service-lab-cli/
Copying gs://service-lab-console/README-cloudshell.txt [Content-Type=text/plain]…
AccessDeniedException: 403 cloud_user_p_bbd111@linuxacademygclabs.com does not have storage.objects.create access to the Google Cloud Storage object.
cloud_user_p_bbd111@cloudshell:~/gcp-cloud-engineer (playground-s-11-36a5d0)$ gsutil cp gs://service-lab-console/** gs://service-lab-cli/
Copying gs://service-lab-console/README-cloudshell.txt [Content-Type=text/plain]…
AccessDeniedException: 403 cloud_user_p_bbd111@linuxacademygclabs.com does not have storage.objects.create access to the Google Cloud Storage object
Also if i am trying to copy a file to the bucket from the local system ,i get the following error:-
cloud_user_p_bbd111@cloudshell:~/gcp-cloud-engineer (playground-s-11-36a5d0)$ gsutil cp README-cloudshell.txt gs://service-lab-cli/
CommandException: No URLs matched: README-cloudshell.txt
Whereas in the lecture video it was shown that it got copied after using the command.
Am i getting the above messages because of the sandbox restrictions?
Please tell me what to do.