Error when migrating projects in GCP, could someone help me

google-cloud-platformmigration

I'm trying to Migrate 2 projects originating "no Organization" to a newly created organization in GCP.

When trying to perform the migration, it displays the error:
Permission denied You do not have the following required permission to perform this action: "resourcemanager.projects.update"

I've tried to perform the procedure via command too but it didn't work either:
ERROR: (gcloud.beta.projects.move) User ["my user"] does not have permission to access projects instance ["my project"] (or it may not exist): The caller does not have permission.

Group permission that the user participates at the organizational level:
Support Account Administrator
Organization Role Administrator
Organization Policy Administrator
Folder admin
Organization Administrator
Project Creator
Project Mover
Security Center Admin

User permission at the Organization level:
Organization Administrator
Project Mover

User permission at project level:
Owner
Project Mover
Organization Administrator

Does anyone have any more suggestions?

Best Answer

As per the given error, it looks like you don’t have the permission to perform the action "resourcemanager.projects.update". And for that you need to have a “roles/resourcemanager.projectMover” role. Please check Project move permission.

For more details check Migrating project with no organization

Related Topic