How to remove an account from the Cloud code intellij plugin - rubymine

I have recently the cloud code plugin for Rubymine and i was wondering how to remove an account so the plugin cannot access the projects associated with that google account.

It turns out there is a Tools > Cloud code > Sign out of Google Cloud platform which will sign out of all the accounts listed in the plugin. So I suppose you can log back in only with the desired account

Related

Creating Google Cloud project loads indefinitely

I can't create a project at all.
I click Create Project and it loads indefinitely, never creating a project.
There is no error, there is nothing.
All I want is a Google Maps API Key for a college project.
I signed into my Google Account, went to https://console.cloud.google.com/ to try and generate an API Key.
In order to generate an API Key I need to create a project, which I can't do.
I have seen these issues: Unable to Create Google Cloud Console Project
How to Create a Project in Google Developers Console
So I went to https://admin.google.com and I signed in with my Google Account, which resulted in the following:
Here I click on Add account, I enter my Google Account credentials again and it gives me the same page asking me to Choose an account -> Add account. No matter how many times I log in with my Google Account I always end up in the same place.
How can I create a Google Console Cloud project ?

Unable to create project in IBM Cloud

I am following the steps given in "Getting started: Using IBM DataStage SaaS" and still not able to create project in IBM cloud platform (IBM Cloud Pak for Data).
Confirm your limit for creation is not surpassed. Also check your account CUH storage.
If all that does not work, click on the IBM support on the top pane and you will be redirected to the support url.

Error 403: Project blocked; abuse detected., accessNotConfigured

I have a golang program running on my local laptop. I had a previous Google Cloud account that I used to upload images to a bucket (using gcloud local context). It worked.
I created another company branded Google Cloud account and linked our company card to it.
Ever since then I get the error in the title.
I contacted support and got this:
Hi,
Unfortunately we are not able to identify any abuse related actions taken on your project. To resolve this issue, please reach out to the Google Cloud Platform community support.
Sincerely,
Google Cloud Platform/API Trust & Safety Team
Do you guys have any ideas? Any help would be much appreciated.
The problem turned out to be that the JWT json file being used by my project for authentication was out-of-date.
I had to re-download a new JWT json file from the cloud console and put it in the root of my project folder.

Can not create bucket "The account for the specified project has been disabled."

I have an old GAE application (in production since 2011) that use Cloud Storage service since it is available in beta. I have not touched this apps for almost 1 year now.
I have to do some administrative task and want to create new buckets in Cloud Storage.
I have activated
- the application in Google Cloud Console
- the billing for this application in Google Cloud Console
I see the Google Cloud Storage tab, when I click on it it is empty, and when I try to create a new bucket I see the error message:
The account for the specified project has been disabled.
How can I fix that?
Why I do not see my existing bucket? (created long time ago using the old Web interface)
Thanks!
This can happen when the Cloud Storage service isn't turned on for your project. Do the following:
Visit http://cloud.google.com/console
Select your project
Visit the APIs & Auth tab
Find Google Cloud Storage in the list of services
Turn on Google Cloud Storage
I was facing the same issue .While every API was enabled after deep diving i realized there is some problem relating to my billing.

Google Cloud Storage install

I need to configure Google Cloud Storage for a Google Apps account, is it possible?
Yes, sign in as your employee#company.com account, navigate to the API Console and create a project. This project will be part of your apps account.
Add the appropriate other_employee#company.com emails to the team, enable cloud storage in the services tab and you should be all set!