Accessing the Google Cloud Console and Cloud Shell Reviews
186387 reviews
TILAK D. · Reviewed 2 yıldan fazla ago
Alex C. · Reviewed 2 yıldan fazla ago
not satisfied due to alot of misfunctionalities during the lab.
BENJAMIN I. · Reviewed 2 yıldan fazla ago
Following error occurs when I tried to grant public access to the first bucket, as it is described in the lab: student_03_c8c67723e066@cloudshell:~ (qwiklabs-gcp-03-1f7481a0446e)$ gcloud config set account student-03-c8c67723e066@qwiklabs.net Updated property [core/account]. student_03_c8c67723e066@cloudshell:~ (qwiklabs-gcp-03-1f7481a0446e)$ gcloud storage cp gs://$MY_BUCKET_NAME_1/cat.jpg ./copy2-of-cat.jpg Copying gs://qwiklabs-gcp-03-1f7481a0446e/cat.jpg to file://./copy2-of-cat.jpg Completed files 1/1 | 81.7kiB/81.7kiB student_03_c8c67723e066@cloudshell:~ (qwiklabs-gcp-03-1f7481a0446e)$ ls acl-2.txt acl.txt cat-copy.jpg cat.jpg copy2-of-cat.jpg credentials.json README-cloudshell.txt student_03_c8c67723e066@cloudshell:~ (qwiklabs-gcp-03-1f7481a0446e)$ gsutil iam ch allUsers:objectViewer gs://$MY_BUCKET_NAME_1 ERROR 0501 14:48:15.359526 retry_decorator.py] Retrying in 0.96 seconds ... Traceback (most recent call last): File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/gcs_json_api.py", line 476, in SetBucketIamPolicy return self.api_client.buckets.SetIamPolicy(apitools_request, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/third_party/storage_apitools/storage_v1_client.py", line 466, in SetIamPolicy return self._RunMethod( ^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/base_api.py", line 737, in _RunMethod return self.ProcessHttpResponse(method_config, http_response, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/base_api.py", line 743, in ProcessHttpResponse self.__ProcessHttpResponse(method_config, http_response, request)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/base_api.py", line 609, in __ProcessHttpResponse raise exceptions.HttpError.FromResponse( apitools.base.py.exceptions.HttpError: HttpError accessing <https://storage.googleapis.com/storage/v1/b/qwiklabs-gcp-03-1f7481a0446e/iam?alt=json>: response: <{'content-type': 'application/json; charset=UTF-8', 'date': 'Wed, 01 May 2024 14:48:15 GMT', 'vary': 'Origin, X-Origin', 'cache-control': 'no-cache, no-store, max-age=0, must-revalidate', 'expires': 'Mon, 01 Jan 1990 00:00:00 GMT', 'pragma': 'no-cache', 'x-guploader-uploadid': 'ABPtcPrqpUmIutiDlIRiyXARVVbHIRUpgXLStfDZ3-WR6Vjhg7vlnc5sriB83Uq5rug1Ix2A8fw', 'content-length': '476', 'server': 'UploadServer', 'status': '412'}>, content <{ "error": { "code": 412, "message": "The member bindings allUsers and allAuthenticatedUsers are not allowed since public access prevention is enforced.", "errors": [ { "message": "The member bindings allUsers and allAuthenticatedUsers are not allowed since public access prevention is enforced.", "domain": "global", "reason": "conditionNotMet", "locationType": "header", "location": "If-Match" } ] } } > During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/retry-decorator/retry_decorator/retry_decorator.py", line 20, in f_retry return f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/commands/iam.py", line 701, in _PatchIamHelperInternal self._SetIamHelperInternal(storage_url, policy, thread_state=thread_state) File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/commands/iam.py", line 601, in _SetIamHelperInternal gsutil_api.SetBucketIamPolicy(storage_url.bucket_name, File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/cloud_api_delegator.py", line 234, in SetBucketIamPolicy return self._GetApi(provider).SetBucketIamPolicy(bucket_name, policy) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/gcs_json_api.py", line 479, in SetBucketIamPolicy self._TranslateExceptionAndRaise(e, bucket_name=bucket_name) File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/gcs_json_api.py", line 2260, in _TranslateExceptionAndRaise raise translated_exception gslib.cloud_api.PreconditionException: PreconditionException: 412 The member bindings allUsers and allAuthenticatedUsers are not allowed since public access prevention is enforced. ERROR 0501 14:48:16.958882 retry_decorator.py] Retrying in 2.04 seconds ... Traceback (most recent call last): File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/gcs_json_api.py", line 476, in SetBucketIamPolicy return self.api_client.buckets.SetIamPolicy(apitools_request, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/third_party/storage_apitools/storage_v1_client.py", line 466, in SetIamPolicy return self._RunMethod( ^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/base_api.py", line 737, in _RunMethod return self.ProcessHttpResponse(method_config, http_response, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/base_api.py", line 743, in ProcessHttpResponse self.__ProcessHttpResponse(method_config, http_response, request)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/base_api.py", line 609, in __ProcessHttpResponse raise exceptions.HttpError.FromResponse( apitools.base.py.exceptions.HttpError: HttpError accessing <https://storage.googleapis.com/storage/v1/b/qwiklabs-gcp-03-1f7481a0446e/iam?alt=json>: response: <{'content-type': 'application/json; charset=UTF-8', 'date': 'Wed, 01 May 2024 14:48:16 GMT', 'vary': 'Origin, X-Origin', 'cache-control': 'no-cache, no-store, max-age=0, must-revalidate', 'expires': 'Mon, 01 Jan 1990 00:00:00 GMT', 'pragma': 'no-cache', 'x-guploader-uploadid': 'ABPtcPonE8QRDBcNtyZqwRvnsMoggnpT2pTkn-Yea5UOeiP4zOFlWnOBnAdvHi0zF74Zw5E_I-E', 'content-length': '476', 'server': 'UploadServer', 'status': '412'}>, content <{ "error": { "code": 412, "message": "The member bindings allUsers and allAuthenticatedUsers are not allowed since public access prevention is enforced.", "errors": [ { "message": "The member bindings allUsers and allAuthenticatedUsers are not allowed since public access prevention is enforced.", "domain": "global", "reason": "conditionNotMet", "locationType": "header", "location": "If-Match" } ] } } > During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/google-cloud-sdk/platform/gsutil/third_party/retry-decorator/retry_decorator/retry_decorator.py", line 20, in f_retry return f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/commands/iam.py", line 701, in _PatchIamHelperInternal self._SetIamHelperInternal(storage_url, policy, thread_state=thread_state) File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/commands/iam.py", line 601, in _SetIamHelperInternal gsutil_api.SetBucketIamPolicy(storage_url.bucket_name, File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/cloud_api_delegator.py", line 234, in SetBucketIamPolicy return self._GetApi(provider).SetBucketIamPolicy(bucket_name, policy) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/gcs_json_api.py", line 479, in SetBucketIamPolicy self._TranslateExceptionAndRaise(e, bucket_name=bucket_name) File "/usr/lib/google-cloud-sdk/platform/gsutil/gslib/gcs_json_api.py", line 2260, in _TranslateExceptionAndRaise raise translated_exception gslib.cloud_api.PreconditionException: PreconditionException: 412 The member bindings allUsers and allAuthenticatedUsers are not allowed since public access prevention is enforced. PreconditionException: 412 The member bindings allUsers and allAuthenticatedUsers are not allowed since public access prevention is enforced.
Zvagelsky M. · Reviewed 2 yıldan fazla ago
Contains errors in the variable declaration commands.
Guilherme M. · Reviewed 2 yıldan fazla ago
SAI PAVANI M. · Reviewed 2 yıldan fazla ago
Some security settings, such as setting public public access where not clear, I had to figure them out myself.
JL R. · Reviewed 2 yıldan fazla ago
Madhumitha L. · Reviewed 2 yıldan fazla ago
Vedant A. · Reviewed 2 yıldan fazla ago
Nermin S. · Reviewed 2 yıldan fazla ago
Lokesh N. · Reviewed 2 yıldan fazla ago
Yashrajsing R. · Reviewed 2 yıldan fazla ago
Avijit M. · Reviewed 2 yıldan fazla ago
Adem Z. · Reviewed 2 yıldan fazla ago
Vic L. · Reviewed 2 yıldan fazla ago
Bagas A. · Reviewed 2 yıldan fazla ago
Pulak S. · Reviewed 2 yıldan fazla ago
Oleksandr K. · Reviewed 2 yıldan fazla ago
Mahesh D. · Reviewed 2 yıldan fazla ago
command did not work for copy of html page, made me do the lab once again. cannot complete lab ERROR: (gcloud.compute.scp) Could not fetch resource: - Request had insufficient authentication scopes.
Rushikesh F. · Reviewed 2 yıldan fazla ago
Sai Kiran P. · Reviewed 2 yıldan fazla ago
Nizar B. · Reviewed 2 yıldan fazla ago
command did not work for copy of html page, made me do the lab once again
Rushikesh F. · Reviewed 2 yıldan fazla ago
very legthy lab
Shibsankar R. · Reviewed 2 yıldan fazla ago
Bharath K. · Reviewed 2 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.