google-cloud-console

Google cloud sql instance infinite loading on restart

不问归期 提交于 2021-01-21 09:59:27
问题 We have google cloud sql instance with around 10.000 databases. Time to time mysql instance becomes unresponsive, so all we can do is just restart from the google console. (The reasons why it becomes unresponsive are not known currently :( ) Today we had similar issue, and we tried to restart it and now it is already restarting for more than an hour (usually it takes around 2 minutes to restart) What can be done ??? 回答1: Google cloud sql has limitation of 600 seconds on a query to run, after

Google cloud sql instance infinite loading on restart

做~自己de王妃 提交于 2021-01-21 09:59:15
问题 We have google cloud sql instance with around 10.000 databases. Time to time mysql instance becomes unresponsive, so all we can do is just restart from the google console. (The reasons why it becomes unresponsive are not known currently :( ) Today we had similar issue, and we tried to restart it and now it is already restarting for more than an hour (usually it takes around 2 minutes to restart) What can be done ??? 回答1: Google cloud sql has limitation of 600 seconds on a query to run, after

Google Cloud Platform not allowing project shut down due to lien

感情迁移 提交于 2020-12-29 09:48:52
问题 I am trying to delete a GCP project, but each time I get a message that says: Error The project has a lien against it. Tracking Number: Can anyone advise? 回答1: I fixed this problem by deleting a Dialogflow agent associated with the project: Go to https://console.dialogflow.com Click on settings item in the top left (the cog icon next to the agent name) Confirm that this agent is in the project you are trying to delete. If it is not, select the agent that is in the project Click 'Delete this

Google Cloud Platform not allowing project shut down due to lien

你说的曾经没有我的故事 提交于 2020-12-29 09:48:10
问题 I am trying to delete a GCP project, but each time I get a message that says: Error The project has a lien against it. Tracking Number: Can anyone advise? 回答1: I fixed this problem by deleting a Dialogflow agent associated with the project: Go to https://console.dialogflow.com Click on settings item in the top left (the cog icon next to the agent name) Confirm that this agent is in the project you are trying to delete. If it is not, select the agent that is in the project Click 'Delete this

Time it takes for a project (Firebase and Cloud) to be completely deleted with its SHA1 key credentials?

点点圈 提交于 2019-12-31 04:11:15
问题 I deleted my project from Firebase console and from Google cloud console. After deleting the projects, when I am trying to connect Firebase in my Android app, I am getting this error Firebase No clients were able to be added to your Firebase project for the following reasons: An app with this package name and SHA1 is already connected to a Google project. If you have used a Google API previously, please select that project in the Connect to an existing project list. Client Package Name: com

Google Cloud SQL “Idling IP Address”

谁说胖子不能爱 提交于 2019-12-22 03:49:02
问题 I have been looking at the console’s billing as far as Cloud SQL and the VM Instance is concerned. I see that a lot of the cost comes from the idling hours of the Cloud SQL IP address. I am unsure as to where the settings are for this as i have tried to “unassign” the ip address that is associated with my Cloud SQL Instance. Are these charges static, as in am I always, no matter what, going to be charged for the ip address constantly or is there a way to turn this off when I am not using the

Google Vision API text detection Python example uses project: “google.com:cloudsdktool” and not my own project

喜你入骨 提交于 2019-12-13 02:16:38
问题 I am working on the python example for Cloud Vision API from github repo. I have already setup the project and activated the service account with its key. I have also called the gcloud auth and entered my credentials. Here is my code (as derived from the python example of Vision API text detection): import base64 import os import re import sys from googleapiclient import discovery from googleapiclient import errors import nltk from nltk.stem.snowball import EnglishStemmer from oauth2client

Google Cloud Storage fees

℡╲_俬逩灬. 提交于 2019-12-12 06:57:25
问题 I got this email from google today: Hello Google Cloud Storage User, Please be advised that, beginning July 14, 2015, Google will begin charging the following fees for Google Cloud Storage: $0.01 per GB of data transferred between buckets located in different regions of the same continent Egress rates per GB of data transferred between buckets located on different continents Until then, you will be able to view your current usage in the billing details for your project in order to help you

Can't create project in Google Cloud

 ̄綄美尐妖づ 提交于 2019-12-11 08:19:38
问题 I am trying to create a project in the Google Cloud Console but I can't associate it to a an organization: The list of organizations is empty. How can I create one? 回答1: There is a error with Google Cloud Console: https://status.cloud.google.com/ https://status.cloud.google.com/incident/developers-console/19001 来源: https://stackoverflow.com/questions/55106863/cant-create-project-in-google-cloud

GCP: You do not have sufficient permissions to SSH into this instance

心已入冬 提交于 2019-12-11 04:25:52
问题 I have a (non-admin) account on one GCP project. When I start the Dataproc cluster, GCP spins up 3 VMs. When I try to access one of the VM via SSH (in browser) I get the following error: I tried to add recommended permissions, but I cannot add the iam.serviceAccounts.actAs permission. Any idea how to solve this? I read through the GCP documentation, but I just cannot find the solution for this. I have the following roles associated with my account: 回答1: In the end, we managed to solve it by