I have a couple of projects which belongs to a organization that I don’t have access (the org administrator left the company)
I have full access to these projects, so I’m able to perform any actions needed at the project scope.
I create a new organization and I’m trying to migrate these project to the new organization. However, following the GCP documentation it’s says that I need the following permission:
Project Mover (roles/resourcemanager.projectMover) on the project's parent resource (folder or organization resource).
And when I try to migrate, it shows a permission denied Error requiring “resourcemanager.projects.update” action.
How to migrate these projects between the organizations if nobody has access to the source organization to add this permission?
Thank you!