Como acessar o console do Google Cloud e o Cloud Shell avaliações
186379 avaliações
Fuad A. · Revisado há over 2 years
saurabh g. · Revisado há over 2 years
Tim M. · Revisado há over 2 years
worst lab i have ever seen
Shashank D. · Revisado há over 2 years
Chandu B. · Revisado há over 2 years
Joan F. · Revisado há over 2 years
The lab is too lengthy and have not enough time to realize what I am doing
Frank T. · Revisado há over 2 years
Saikat S. · Revisado há over 2 years
Talada K. · Revisado há over 2 years
Rajiv M. · Revisado há over 2 years
Maria de Lourdes M. · Revisado há over 2 years
Suresh M. · Revisado há over 2 years
sesha sai sree chandra c. · Revisado há over 2 years
Pradeep G. · Revisado há over 2 years
Som B. · Revisado há over 2 years
Muhammad Ali A. · Revisado há over 2 years
Eran S. · Revisado há over 2 years
TILAK D. · Revisado há over 2 years
Alex C. · Revisado há over 2 years
not satisfied due to alot of misfunctionalities during the lab.
BENJAMIN I. · Revisado há over 2 years
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. · Revisado há over 2 years
Contains errors in the variable declaration commands.
Guilherme M. · Revisado há over 2 years
SAI PAVANI M. · Revisado há over 2 years
Some security settings, such as setting public public access where not clear, I had to figure them out myself.
JL R. · Revisado há over 2 years
Madhumitha L. · Revisado há over 2 years
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.