Hello Victor,
It is not advisable to publish confidential information, such as project ID, in a public forum, with unrestricted visibility. I have deleted the image with confidential information.
The issue seems to be caused by missing access rights. You project's logs show:
"authorizationInfo: [
0: {
permission: "resourcemanager.projectInvites.acceptProjectOwnership"
resource: "projects/edited"
}
] "
This authorization attempt results in:
"status: {
code: 7
message: "PERMISSION_DENIED"
}
} "
You may consider simply granting your co-worker primitive roles such as Owner, Editor, and Viewer; these are simpler to use.
How does your app.yaml look like? You should delete all confidential information from your reply.
Does deployment cover files such as dos.yaml or dispatch.yaml? You may find more relevant information on the "Granting Project Access"
page.