Questions tagged [google-cloud-platform]

Google Cloud Platform provides cloud computing services that let you build applications and websites, store data, and analyze data on Google's infrastructure.

Google Cloud Platform provides cloud computing services that let you build applications and websites, store data, and analyze data on Google's infrastructure.

Google Cloud Platform encompasses the following services across several focus areas:

Compute

Storage

Big Data & Analytics

Developer tools & application development

Services

Further information:

Online Coursera Specialization:

GCP Certification:

30462 questions
63
votes
5 answers

Is GCM (now FCM) free for any limit?

I would like to know if Firebase Cloud Messaging is free or not for unlimited users?
62
votes
10 answers

How to share storage between Kubernetes pods?

I am evaluating Kubernetes as a platform for our new application. For now, it looks all very exciting! However, I’m running into a problem: I’m hosting my cluster on GCE and I need some mechanism to share storage between two pods - the continous…
Marco Lamina
  • 2,358
  • 4
  • 19
  • 22
61
votes
10 answers

`docker-credential-gcloud` not in system PATH

After the latest updates to gcloud and docker I'm unable to access images on my google container repository. Locally when I run: gcloud auth configure-docker as per the instructions after updating gcloud, I get the following message: WARNING:…
60
votes
3 answers

How do I list the roles associated with a gcp service account?

In the google cloud gui console I went to "IAM & admin" > "Service accounts" and created a service account named "my-service-account" with the viewer role. I then ran this command: gcloud iam service-accounts get-iam-policy…
red888
  • 18,164
  • 26
  • 123
  • 237
59
votes
4 answers

Get root password for Google Cloud Engine VM

I just finished installing cPanel in a CentOS VM in Google Cloud Engine and cPanel said the default username is root and the default password is the server's root password. 2016-01-26 12:02:52 958 ( INFO): 3. Enter the word root in the Username…
Meru-kun
  • 2,402
  • 2
  • 12
  • 21
58
votes
9 answers

Read csv from Google Cloud storage to pandas dataframe

I am trying to read a csv file present on the Google Cloud Storage bucket onto a panda dataframe. import pandas as pd import matplotlib.pyplot as plt import seaborn as sns %matplotlib inline from io import BytesIO from google.cloud import…
58
votes
5 answers

What is the difference between Google Cloud Dataflow and Google Cloud Dataproc?

I am using Google Data Flow to implement an ETL data ware house solution. Looking into google cloud offering, it seems DataProc can also do the same thing. It also seems DataProc is little bit cheaper than DataFlow. Does anybody know the pros /…
57
votes
7 answers

OAuth consent screen - ability to remove application logo

I added an application logo by mistake on the OAuth consent screen (URL: https://console.cloud.google.com/apis/credentials/consent), and now it says my consent screen requires verification by Google. Is there any way to remove the application logo…
Dipen Bhikadya
  • 2,762
  • 3
  • 18
  • 18
56
votes
6 answers

How do I identify the Google Cloud Storage URI from my Google Developers Console?

When I attempt load data into BigQuery from Google Cloud Storage it asks for the Google Cloud Storage URI (gs://). I have reviewed all of your online support as well as stackoverflow and cannot find a way to identify the URL for my uploaded data…
50
votes
3 answers

Cross project management using service account

I need a service account that can access multiple projects, but I have not been able to find a way to do this at all. It seems that a service account is always bound to a project. Another option is to create a service account on the separate…
Leon
  • 10,717
  • 4
  • 31
  • 54
49
votes
4 answers

How to upload a file to Google Cloud Storage on Python 3?

How can I upload a file to Google Cloud Storage from Python 3? Eventually Python 2, if it's infeasible from Python 3. I've looked and looked, but haven't found a solution that actually works. I tried boto, but when I try to generate the necessary…
aknuds1
  • 57,609
  • 57
  • 177
  • 299
49
votes
1 answer

Google App Engine Remote API does not work from local client

This is using the Python SDK version 1.8.0. My remote API works fine using remote_api_shell.py, but doesn't work when trying to accessing from within a python script. I'm using the sample code from google: from google.appengine.ext.remote_api…
48
votes
6 answers

Google Cloud Platform: how to monitor memory usage of VM instances

I have recently performed a migration to Google Cloud Platform, and I really like it. However I can't find a way to monitor the memory usage of the Dataproc VM intances. As you can see on the attachment, the console provides utilization info about…
47
votes
4 answers

Calling a Cloud Function from another Cloud Function

I am using a Cloud Function to call another Cloud Function on the free spark tier. Is there a special way to call another Cloud Function? Or do you just use a standard http request? I have tried calling the other function directly like…
47
votes
4 answers

Install Google Cloud components error from gcloud command

I am trying to install several GCP components from the gcloud command-line tool and always get the same error: $ gcloud components list Your current Cloud SDK version is: 146.0.0 The latest available version is:…
Ivan Fernandez
  • 3,003
  • 5
  • 22
  • 30