Hi Team,
I am trying to provide access to user in google cloud IAM. but while clicking on edit permission tab UI is not working correctly. you can see in below screen shot I have pasted all steps.
After clicking on edit button I am unable to get any UI like below.
I have also tried to grant access but UI is breaking and when I am searching for role whole window get refreshed and break like below.
please let me know how to solve above issue and provide access to my flutterflow user.
Thanks,
Shubham
Solved! Go to Solution.
Hi @shubhacker,
Welcome to the Google Cloud Community!
Can you try clearing your browser's cache and cookies? Also, try using a different browser. If you have VPN or proxy enabled, kindly temporarily disable it.
If the above options do not work, as a workaround, you can grant access to a Principle through the Cloud SDK. You may use the following command in the Cloud Shell[1]:
1. Select your Google Cloud Project
gcloud config set project PROJECT_ID
2. Grant the Roles to the Principal
gcloud projects add-iam-policy-binding PROJECT_ID --member="user:EMAIL_ADDRESS" --role=ROLE
PROJECT_ID
with your project ID.EMAIL_ADDRESS
with the principal's email addressROLE
with each individual role.I hope this helps. Thank you. 😃
[1]. https://cloud.google.com/iam/docs/write-policy-client-libraries#create-project