I have a project in Google Cloud Platform and I need to transfer it to another user. So far I gave owner rights to that user in IAM & Admin / Iam and he confirmed that he has access to the project, however when he goes to the Web Console Google Cloud Shell, he can not see the project folders and files.
But in my console, when I run the command ls, I can see the project folder.
How can he see the project folder in his web console, so he would edit and publish the changes?
I have tried to run the commands: gsutil acl ch -u hisusername@gmail.com:O gs://project.appspot.com gsutil acl ch -u hisusername@gmail.com:O gs://project.appspot.com
but he still does not have access to the project folders.