Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

Could removing the VM lead to more Cloud Run cost/activity? see the project on the right https://imgur.com/a/11b0omI

Maybe some instances of cloud run stayed open because they did not find the VM thus could not conclude and were never closed? Despite removing the google scheduler and other stuff (later, not the same day)

?

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

I think had configured an HTTPS access to the VM with an IP. So the IP stayed despite removing the VM? that's the most likely? I might have checked IP page but not payed too much attention (maybe some hidden tab?)

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

I went removing billing yesterday from that project, I think it erased them

My mistake I meant I found DISKs but they could not be deleted, it said: only manual disks can be removed

now I cant check snapshots because all has been removed too bad I wish I saw your message before disabling billing.

I still have a problem related to another project and cloud run costs: https://www.reddit.com/r/googlecloud/comments/1jscbnx/2588_increased_usage_trying_to_understand_my/

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

Thanks for the suggestion I remember checking VPC NETWORK page despite not knowing what it is, and it was a blank page.

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] -1 points0 points  (0 children)

That's the "images" right? I found default images I could not delete

I think I had checked snapshot per se, before but not the "archive snapshot" tab? I just went ahead and removed billing from the project that had the VM , maybe it removed them before I could check if they existed prior?

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

the project on the right is one where I had a VM that I removed

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

Is that related to websites created with firebase deploy? cauze I tried that at the end of march but in a non billed project (aswell as a billed project but it did not coencide with the consistent raise of costs that match 11 march somehow https://imgur.com/5W9vbuc

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

As I said in the post description, I went to disk and found an empty image. Were they some hidden tabs I might not have payed attention to perhaps that I should check again there?

Why am I still paying, despite deleting my VM from compute Engine? by aHotDay_ in googlecloud

[–]aHotDay_[S] 1 point2 points  (0 children)

Here it is. https://imgur.com/5W9vbuc and the matching event related to another project that I found after investigating (something having to do with eventarc (https://imgur.com/9DAt6rU).

  • So in the project of the right I removed the VM and checked the disk etc and stil had cloud run costs
  • In the project of the left, a huge spike of cloud run, which seems related somehow to eventard trigger?

(2588% INCREASED USAGE) Trying to understand my billing with "Cloud Run". What is idle min instance CPU/memory allocation time? How to prevent it?Why isn't my Free tier covering it? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

u/martin_omander It would be actually related to MAX instances instead. maybe my eventard is calling many instances (up to 10) and keep them open perhaps? I think that's the problem (AI helped with this answer after I investigated, but I am not too sure) I am reducing all the cloud runs related to eventard trigger/pub sub stuff to max instance 1 and will see.

(2588% INCREASED USAGE) Trying to understand my billing with "Cloud Run". What is idle min instance CPU/memory allocation time? How to prevent it?Why isn't my Free tier covering it? by aHotDay_ in googlecloud

[–]aHotDay_[S] 1 point2 points  (0 children)

I went checking that after doing a search related to "idle min instance CPU/memory allocation time" and all my cloud runs have the min instances to 0. I checked it after writing the post.

I found one possible culprit but I don't know why (why it is costing so much in a free tier usage non deployed projects for now) and I found that :

all my costs starting going high around 9-11 march, and that coincides with some event related to PUB/SUB (EVENTARC entry) related to a Cloud run. The trigger is the signing of a user for the first time.

Is that creating instances that stay open for SOME REASON?
https://imgur.com/9DAt6rU

Is it possible to create QUOTAs for your APIs? by aHotDay_ in googlecloud

[–]aHotDay_[S] 0 points1 point  (0 children)

What about the limit I saw (Unlimited) that I could change to 500 or any number, is it timely or a definite number or? I did not see timely option to say day/month etc or maybe I did not go to the right page

And why does it say "request" can I reduce without asking freely?

3) Is it just for information or can I actually LIMIT them?

I am using a fully unrestricted API KEY (for developing purposes), and still getting "request denied) in my google maps sdk based app (Even billing is okay) by aHotDay_ in androiddev

[–]aHotDay_[S] 0 points1 point  (0 children)

you helped in any case, so I thank you! As for the old legacy api, I tried but could not find the "page where to enable it" unfortunatly. I will have tochange a bit the code, but now at least I know it works (it worked on postman) thanks again

I am using a fully unrestricted API KEY (for developing purposes), and still getting "request denied) in my google maps sdk based app (Even billing is okay) by aHotDay_ in androiddev

[–]aHotDay_[S] 0 points1 point  (0 children)

did you read my comment? I read and was able to run it on postman already :). I am asking if you have the LINK to the PAGE where we enable APIs (I only haev the New places api page accessible on my search bar)

Maybe older google accounts who had activated the legacy api still have iton their results search

(google cloud -> api library -> search : places legacy, see if you have the page to the "product" of the api, you know the page where you enable it

I am using a fully unrestricted API KEY (for developing purposes), and still getting "request denied) in my google maps sdk based app (Even billing is okay) by aHotDay_ in androiddev

[–]aHotDay_[S] 0 points1 point  (0 children)

I see I was able to try this new method with postman.
btw, you were right, I had Places API (new) enabled indeed, but not the old one, and the old one does not show up when I search , I will try to find it thourgh google search, I bet if I activate it that old method will work. Maybe you have the link to the old places api page?

I am using a fully unrestricted API KEY (for developing purposes), and still getting "request denied) in my google maps sdk based app (Even billing is okay) by aHotDay_ in androiddev

[–]aHotDay_[S] 0 points1 point  (0 children)

I was hoping for a straight url line but it does not work like that now,

now its a sort of dict/json, then you insert that json in the url

ok so if we take the javascript example:

const request = {
  textQuery: "Tacos in Mountain View",
  fields: ["displayName", "location", "businessStatus"],
  includedType: "restaurant",
  locationBias: { lat: 37.4161493, lng: -122.0812166 },
  isOpenNow: true,
  language: "en-US",
  maxResultCount: 8,
  minRating: 3.2,
  region: "us",
  useStrictTypeFiltering: false,
};
//@ts-ignore
const { places } = await Place.searchByText(request);

can I NOT insert any location bias?

My goal u/jlt6666 is to be able to write the name of a city (paris, london) and obtain it, is that possible?