Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying Django on Google App Engine ==> ERROR: (gcloud.app.deploy) NOT_FOUND: Unable to retrieve P4SA(...)

I'm trying to deploy a Django application on Google App Engine. I followed the instructions given here. The only problem is that when I execute the command gcloud app deploy I than get the error:

ERROR: (gcloud.app.deploy) NOT_FOUND: Unable to retrieve P4SA: [[email protected]] from GAIA. Could be GAIA propagation delay or request from deleted apps.

I didn't find anything online and can't get through. Thanks in advance!

like image 656
Benjamin Carafa Avatar asked Mar 08 '21 10:03

Benjamin Carafa


People also ask

Does Google App Engine support Django?

You can deploy a PostgreSQL or MySQL database that's managed and scaled by Google, and supported by Django. You can deploy Django with a Cloud Spanner backend using the python-spanner-django database backend.

Does not have permission to access apps instance or it may not exist ): The caller does not have permission?

The caller does not have permission to access projectThis error occurs if the account that you used to deploy your app does not have permission to deploy apps for the current project. To resolve this issue, grant the App Engine Deployer ( roles/appengine. deployer ) role to the account.


1 Answers

Same problem with Node, just waited and tryed again the command later and that's work for me (in the same shell, no steps between).

like image 169
auschweizer Avatar answered Nov 09 '22 01:11

auschweizer