Hi Thomas,
As explained in
this document, when your project is created some Google managed accounts are automatically added.
They should be listed by going to Cloud Console -> IAM & Admin-> IAM. There you can verify that they have the “Editor Role”. The accounts are created using the following format:
[PROJECT_NUMBER]
-com...@developer.gserviceaccount.com[PROJECT_NUMBER]@
cloudservices.gserviceaccount.com Additionally by going to Cloud Console -> IAM & Admin -> Service accounts, it should list [PROJECT_NUMBER]
-com...@developer.gserviceaccount.comas “default service account”.
If the accounts do not appears there, you can try the following:
1) If you do not have GCE resources running in the project, the easiest path is to
disable and re-enable the Compute Engine API.
2) If you have GCE resources, you can add the accounts to your project in the IAM console. They must be assigned the “Editor” Role.
[PROJECT_NUMBER]
-com...@developer.gserviceaccount.com[PROJECT_NUMBER]@
cloudservices.gserviceaccount.com
Then you must make sure that the Console (Cloud Console-> IAM & Admin-> Service Accounts) lists [PROJECT_NUMBER]
-com...@developer.gserviceaccount.com as default service account. You can always set the compute engine default account using
Cloud SDK. The name the account uses should not matter, as long as it is set as default service account.