Questions tagged [google-cloud-billing]
148 questions
73
votes
7 answers
How do I set a cost limit in Google Developers Console
Some functions in the Google Developers Console, like the Analytics API, are free until you reach a quota. Other functions, like Google Cloud Storage, create costs from the first click.
When I upload a file under…

ptmr.io
- 2,115
- 4
- 22
- 34
53
votes
10 answers
Enable Billing on the Google Cloud Project
I want to retrieve address from lat long coords. I have created project in google console. Added Billing information and enabled the geocoding api services. But still when i make this request i am getting the below…

Trinu
- 1,721
- 3
- 21
- 41
17
votes
3 answers
Google Cloud Storage bucket throws error "The project to be billed is associated with a closed billing account."
I already checked my project and it has an active
billing account
I am using node js
var gcloud = require('gcloud');
var gcs = gcloud.storage({
projectId: config.gcloud.projectid,
keyFilename: config.gcloud.keyfilename
});
var bucket =…

Jackson
- 181
- 1
- 1
- 5
11
votes
1 answer
Google Cloud Billing methods
I want to use GCE and Google Cloud SQL but Google allow only credit/debit cards and bank account
But I have only a prepaid Mastercard ; there are others methods or third-party company to pay my monthly bill
and thank you

Hypermax
- 111
- 1
- 6
9
votes
4 answers
Google Cloud 403 Error The billing account for the owning project is disabled in state absent
I went on Google Cloud and enabled a project, billing, and the Cloud Speech to Text API. Then I downloaded a .json file. Then I tried to execute this basic code in PyCharm.
import os
os.environ['GOOGLE_APPLICATION_CREDENTIALS']…

fa21212
- 91
- 1
- 1
- 3
7
votes
4 answers
How do I link the billing account to project in google cloud
How do i link the billing account to my project on google cloud?
I have enabled the billing but unable to open the JS file and getting some errors like "You must enable the billing on google clouds projects".
Please help me out in fixing this…

channabasava
- 101
- 1
- 1
- 2
6
votes
1 answer
Cloud Run Billing Report GCP not shown when filtering by label
I've added labels to the projects in Google Cloud Run GCP, so that I can view the cost filtered by env label to the billing report ( key: env and value: prod ). Regardless of applying any label to Cloud Run, Cost Table does not show the service,…

pualien
- 138
- 7
6
votes
1 answer
How to fix "You must enable Billing on the Google Cloud Project" on a Project will Billing enabled?
I'm trying to replace the API key for a website I made that takes a given address and renders it in Google maps. When I try and use it I get this
and this
You must enable Billing on the Google Cloud Project at…

Christopher Burwell
- 125
- 1
- 7
6
votes
1 answer
What API can I use to see my GCP bill amount?
I would like to see my current bill on my GCP project. I tried using the Billing API and the Budget API but they just give me meta data information. No bill with costs on it. I would like to know the current bill cost for the month.
I know there is…

AskYous
- 4,332
- 9
- 46
- 82
6
votes
2 answers
Google Cloud services "enable billing" error
I just created a Google Cloud Platform account and wanted to start a Compute Engine project. When I tried it asked me to set up my billing info. I put in all my information and pressed "submit and enable billing", but recieved an error:
"An…

chriscrutt
- 500
- 3
- 5
- 17
5
votes
2 answers
Where are my "storage PD capacity" charges coming from?
I'm new to google cloud. I'm managing several users who are testing it out and I run the lab so have to figure out what it's costing us.
I'm trying to understand where the charges come from. Here's current charge estimate:
The bit that confuses me…

Florag
- 321
- 4
- 11
5
votes
1 answer
how to prevent excess billing in google cloud platform 2021
I have multiple projects and apis in google cloud platform like maps api, php app engines, sql and so on.
Google changed the way billing is managed and now it's a real possibility that billing can skyrocket in any reason (bug, hacker etc.)
how can I…

gray_15
- 411
- 1
- 7
- 13
5
votes
1 answer
Billing account for project is not open GCP
I'm trying to launch a compute instance into GCP using the command line:
gcloud compute instances create instance-1 --zone=uscentral1-a
And it tells me that billing is not open for the project:
API [compute.googleapis.com] not enabled on project…

Tim Dunphy
- 685
- 2
- 10
- 25
5
votes
2 answers
How do you ensure that your Google Cloud Run app is protected from being overloaded with requests?
I have created a simple Google Cloud Run helper program (does not handle any personal data nor does it make use of any storage facilities) and have implemented a public interface for it within a website (using HTML requests). I do not plan to add…

Matt
- 65
- 1
- 6
5
votes
0 answers
Billing report from Google Cloud Billing Api
Is there a way to get current usage/billing report/metric via Client SDK or API?
Example my app is using Cloud Speech API and would like to see how much I've incurred in costs on the app itself without having to login to console everytime.
I am…

xoail
- 2,978
- 5
- 36
- 70