I reran the startup script using following command: sudo google_metadata_script_runner --script-type startup All the yum install commands are failing with foll
I have a GCP project and just for testing purpose, I want to grant the permission to 'allUsers'. But when I am trying to add, I am getting error Members of type
Please I want to retrieve images with text from Firebase Realtime Database to a RecyclerView using a CardView which contains ImageView for the image and two Tex
I am trying to create a create a firebase project using terraform. I am new in it and need some guidance in setting up the firebase project. I am facing an issu
I just set up a new project for Firebase and it is requiring me to enable Identity Toolkit API. This is a problem because, even though I'm wrapping the fireba
I have a bucket whose contents I want to be publicly readable. However, I do not want the users to be able to list all of the contents by removing the keyname f
I have 2 cloud accounts and only need one, how do I delete or cancel my account so I do not have to pay for the one?
I'm asking for the best practice/industrial standard on these types of jobs, this is what I've been doing: The end goal is to have a replication of the data in
I am trying to put filter in the GCP pubsub subscription. My requirement is to add number of codes in the filter. I am using terraform for that. Here is somethi
I'm currently using Google Cloud Function to build up my restful API. However, I've found that it's slow because the my Google-Cloud-Function server is on "us-c
Running Ubuntu. Installed Google Cloud SDK via: $ sudo curl https://sdk.cloud.google.com | sudo bash $ exec -l $SHELL Running "gcloud" works just fine. R
I have a GCP Cloud function which runs on a schedule every morning. The logs show that it has been triggered off-schedule three other times in the last week, wh
Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud Storage. I don't want to bug the users that upload the files
I'm given a Google Cloud Storage bucket address (gs://some_bucket_name) to which I've already been granted read access. The bucket belongs to another project.
I'm currently managing my API using Celery tasks and a kubernetes cluster on Google Cloud Platform. Celery is automatically logging input and output of each tas
I'm currently getting errors when trying to exec or get logs for my pods on my GKE cluster. $ kubectl logs <POD-NAME> Error from server: Get "https://<
I've been trying GCP's Artifact Registry, which is currently in alpha for Python packages. I do the authentication via Keyring along with my service account, as
I am using com.google.cloud.bigquery library for fetching the job level details. We have the following code snippets Job job = getBigQuery(projectId, location)
After getting frustrated with Azure, I decided to try GCP. I wanted to try training a deep learning image classification model using GCP. To start off, I went t
I am trying to deploy a python cloud function on GCP, using a python package pushed on the artifact registry of another project. I followed the instructions off