Create disk in GCP console show fail to load - google-cloud-platform

I created a role in GCP with below permissions
compute.disks.create
compute.disks.use
compute.instances.attachDisk
compute.resourcePolicies.list
compute.snapshots.list
however, users assigned with the role cannot 'Create Disk' in compute engine Disks page in the google console, it shows
Failed to load.
There was an error while loading /compute/disksAdd?project=project01&supportedpurview=project&pli=1. Please try again.
Request ID: 10432464430460216561
without showing what permissions missing. Are there any other permissions needed?
Thanks

If you are using chrome then try by clearing the cache. If you are not using chrome browser then try it in chrome.
If you are still facing the issues, then try using cloud shell. In the cloud console, at the bottom of the disk creation page “Equivalent Command Line” option will be there. Click on that link and run that command in the cloud shell.

Related

AWS session timeout

Using AWS I have a lot of Chrome tabs open with multiple services. When I switch between them I am constantly getting signed out. Sometimes it's a matter of just few minutes.
AWS minimum session duration is one hour, so that's probably not the problem. How can I tackle this? Getting logged out of Lambda makes it lose all the undeployed code, this is very inconvenient.
Edit:
Answering the question in a comment: I do have multiple accounts and when I want to open a tab with a new service I just click management console (screenshot) and follow on from there. It appears to cause the actual logout.
But here's the thing - I am currently using resources only from the first account. So (since I'm within one account all the time) it shouldn't log me out right?
I see this message when I use AWS one one Account, then login to a different account in a different tab. If I return to the original tab, it recognises that I am no longer logged-into the first account and asks me to reload.
It seems that you are using SSO to login and it is generating a different set of temporary SSO credentials. Instead of using that link, select the AWS service from the search field at the top of the console, then right-click the service and "Open in New Tab". That will open the other service in a new tab, using the same login credentials.

Google Cloud doesn't allow me to create my first project with admin role

I'm trying to create my first project in google cloud with organization's administrator account. I have access to the administrator's email and passwords and I am logging in with that account to do so. The problem is that when I click on create new project I receive the following error:
There was an error while loading /home/dashboard?project=proven-now-305315&authuser=1.
You are missing at least one of the following required permissions:
Project
resourcemanager.projects.get
Check that the project ID is valid and you have permissions to access it. Learn more
Send feedback
The detail is that in my resource administration panel I already gave the permission that they ask me to the resource as shown in the following image:
As I have read, the project IAM Admin role should grant the resourcemanager.projects.get role and as you can see in the image the resource rcv # .. which is the administrator has it activated, however I keep trying to create a new project and it doesn't allow me to do it. Any idea?
In case anybody else, like me, reaches this answer, I want to point out that the accepted answer is correct, but for me I had to also make sure that within the settings, I ensured that Project Creation Settings on the right pane and under the section of Cloud Resource Manager Api Settings was set to on. It was turned off by default. Many people on my team overlooked this as it is significantly smaller text.
This may be an option that was not present before or it was turned on by default in the past. For us, it was turned off.
Please refer to the included image for a visual representation of the
settings that need to be turned on.
The problem was for some reason the Google Cloud was disable for all users, I solved following this instructions. Solved with this!
To activate this service, please follow the steps:
Access the admin console and go to Apps -> Additional Google Services
Look for the service “Google Cloud Platform” and click on the box next to it
In to top right corner click in “ON”
Confirm you want to turn it on in the pop-up box.

Google Cloud Console - SQL - Failed to Load Error

I see the below Failed to load error with a tracking number when I click on the SQL option:
Failed to load
Tracking Number: c7505762059293335
I have tried clearing the browser cache, and I have also tried using different browsers - tried Chrome, Firefox and IE; I see the same issue in all three browsers.
This message can appear for a number of reasons. It could be an intermittent issue or something wrong with your account settings. To troubleshoot do the following steps in order:
-Try to open the page in incognito mode of your browser
-Check your permissions in IAM
-If the issue persists, open a new private case on Issue Tracker mentioning your project-id by clicking here

Failed to load SQL in GCP

Not able to see SQL dashboard in Google Cloud Platform. When clicking on SQL link, getting the below error.
Any idea why it's happening and how to fix it ??
Got the solution from google like 'it's browser issue'. In crome its not working. But in other browser(eg firefox, IE) its working.
This message can appear for a number of reasons. It could be an intermittent issue or something wrong with your account settings. To troubleshoot do the following steps in order:
Try to open the page in incognito mode of your browser
Check your permissions in IAM
If the issue persists, open a new private case on Issue Tracker mentioning your project-id by clicking here
Today this error really annoys so much, comes again and again and only come in the SQL instance, every other thing works fine But in the end, I try to login into Incognito mode and then its work so please try in the incognito mode or else try in a different browser.

Service Accounts not showing in Developers Console

In my project's Developer Console, Permissions > Service Accounts, I just get the loading spinning blue circle. I want to be able to see the service email addresses and generate keys...
This also happens with other pages, e.g. Logging.
Any advice on how to fix this? I've tried clearing cache & cookies, doing a "cache refresh" with shift+refresh; no luck.