How to share my Google Cloud Project to other users so that they can contribute?


I have a Google Cloud Project and I run an App Engine project which serves a webapp. Now I have added my friend to my team and I want him to collaborate on the same project. How can I give the permissions?

1 Answer

7 years ago by

You are looking for the IAM (IDENTITY & ACCESS MANAGEMENT) section in GCP, where you can add other GCP users to collaborate on your project. Follow the below steps to add another user to your project

  • Click on top left Menu toggle button
  • Click on IAM & Admin
  • Now you should see an Add button on top, Click that and add the email of the user and choose an appropriate role for the new user

For more details please look at the GCP's IAM documentation https://cloud.google.com/iam/docs/granting-changing-revoking-access

7 years ago by Karthik Divi