0

We are unable to download the code from Google App Engine. We tried with the below command: appcfg.py download_app -A -V /destination --noauth_local_webserver

Error: <ApiError 401, Message: "Rejected by creds_policy: Permission 'auth.creds.useNormalUserEUC' not granted to app-engine-server@prod.google.com, because it satisfies none of the 3 rules granting that permission.;

Any suggestions please

1 Answers1

1

appcfg.py has been deprecated.

For possible alternatives on how to download your source code, see my responses here, here to similar Stackoverlow questions. You can also look at the responses from others on those questions.

Another possible solution to downloading your App is via the gsutil cp command but it has its own limitations/challenges as I explain in my response here (refer to bullet 3 in the response).

NoCommandLine
  • 5,044
  • 2
  • 4
  • 15