google-cloud-platform Questions
4
Solved
I would like to translate the fields of a composite JSON object using Google Cloud Platform, instead of translating every single sentence on its own. Is it possible?
Example (from English to Itali...
Muco asked 16/7, 2018 at 13:40
3
Solved
Our project is using a Serverless VPC access connector to allow access to DB over private IP from cloud functions and cloud runs. It was working flawlessly for a few months, but today I tried to de...
Malediction asked 26/9, 2022 at 10:9
2
Solved
I have a firebase storage path that looks like this.
firebase.storage().ref('temp/test')
the "test" folder has about 25-50 files. I know there is not a way to delete the whole directory i...
Aryn asked 16/8, 2020 at 7:24
3
How can I Share and restore cloud sql backup files across account ( project )
Epsom asked 5/2, 2018 at 10:5
2
I'm developping an API and deploying it on Google Cloud Run.
There is a prestart python script that import pandas and numpy. When I time the imports numpy take about 2 seconds and pandas about 4 se...
Vastitude asked 4/2, 2021 at 14:8
4
I would like to pass my Google Cloud Platform's service account JSON credentials file to a docker container so that the container can access a cloud storage bucket. So far I tried to pass the file ...
Breastsummer asked 22/5, 2022 at 22:8
2
Solved
I am trying to give a user read access to a Google Cloud Storage bucket. The user has the "Storage Object Viewer" role
but the user cannot see the items in the bucket:
The project ID is...
Polio asked 29/3, 2022 at 11:3
2
I have a simple Spring Boot API project that runs well when I execute a bootable jar file on my local machine or a docker image on Google Kubernetes Engine but emits errors when using docker run on...
Arrowood asked 17/5, 2021 at 6:54
2
Solved
Whenever you create a project in GCP there is a default firewall-rule called: "default-allow-ssh", which allows 0.0.0.0/0 on port 22, which makes it easy to ssh into the machines with externa...
Megen asked 30/5, 2019 at 16:42
4
Solved
I start with
client = storage.Client()
bucket = client.get_bucket(BUCKET_NAME)
<what's next? Need something like client.list_folders(path)>
I know how to:
list all the blobs (includi...
Herd asked 30/12, 2019 at 5:47
3
When I run gcloud services enable service:container.googleapis.com, I get the following error:
ERROR: (gcloud.services.enable) PERMISSION_DENIED: Not found or permission denied for service(s): serv...
Assertion asked 8/1, 2021 at 8:22
1
Solved
Integrating Firebase into my Android app and have configured it with the SHA-256 certificate fingerprint from my Google key. However, the setup isn't working, and all requests to Firebase are block...
Cytochemistry asked 27/4 at 12:39
3
I have a folder I want to download from Google Cloud Console using the Linux Ubuntu command terminal. I have logged in to my SSH console and so far I can only list the contents of my files as follo...
Dorr asked 24/7, 2019 at 6:22
1
I create a json key file for my GCP service account, since it's in JSON, it comes in this format:
{
"type": "service_account",
"project_id": "my-project",
...
Immix asked 22/4, 2022 at 17:2
0
Overview
I have a server which has an an open WebSocket connection with one client application. This client application (android app) can send live microphone audio data. What the server has to do ...
Nightdress asked 31/8 at 15:27
4
I have installed RabbitMQ to my Kubernetes Cluster via Google Cloud Platform's marketplace.
I can connect to it fine in my other applications hosted in the Kubernetes Cluster, I can create queues ...
Ora asked 15/2, 2019 at 10:41
2
I'm deploying a Python function as a Google Cloud Function. It tests fine locally and deploys to GCP without complaint. However, when I actually execute it, it crashes with...
Error: function term...
Hawkie asked 4/4, 2020 at 18:3
1
I'm using the Vertex AI custom training feature at Google Cloud Platform (GCP) to train the model. But every time I triggered training, it takes 10 minutes until it actually starts training due to ...
Elenore asked 30/5, 2021 at 11:13
2
Solved
I able to connect to my VM instance in GCP with a SSH key.
I added user with the sudo useradd -m -s /bin/bash -G {groups} {new user name} command, and changed the password with th passwd {new user ...
Linnea asked 30/12, 2019 at 16:4
6
I have succesfully deployed a 2nd generation cloud function with a storage trigger per the google tutorial.
The Cloud Function works when I run a test command in the shell. But if I try for real by...
Conjunctiva asked 4/11, 2022 at 7:39
4
Solved
I tried to find out how to use firestore local emulator for python and for testing purpose. But I can not find out how-to document.
Could somebody help me?
Heartfelt asked 25/2, 2019 at 14:7
4
Solved
What is the Google Cloud Platform mechanism for locking state file when using Terraform?
Something like DynamoDB on AWS...
thanks
Despumate asked 21/11, 2018 at 13:54
7
I am trying to develop an application, where I where fetching data from multiple clients related to some transactions. Now I want to make some analysis using the Google Spreadsheet. Is there any wa...
Mcclintock asked 22/1, 2016 at 4:21
3
I am trying to add a service account key file to access a bigquery data set in power bi. I am selecting service account login during the set up process. I added the service account email as well as...
Digestion asked 3/3, 2022 at 0:14
3
Using GCP with terraform to create VPC's and global IP addresses, I keep getting this error.
Error creating Network: googleapi: Error 403: Access Not Configured. Compute Engine API has not been us...
Abc asked 22/10, 2019 at 8:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.