Google App Engine: An error occurred processing file '': Unauthorized. Aborting - google-app-engine

When I try to deploy my application, I get this error: ERROR appcfg.py:2149 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting.
I provide my login and password correctly but I am not able to deploy my application.
Any solution?

Related

Prestashop Backoffice 404

Good morning,
I can't access my Prestashop Backoffice, it gives me the following error message:
Failed to load resource: the server responded with a status of 404 ()
So far I can only fix the problem by doing the restore on the server.

Getting error when deploying an app into the GAE

I am trying to deploy an app into the GAE but I am getting this error:
appcfg.py -A email-1203 update test/11:25 AM Application: email-1203; version: 1
11:25 AM Host: appengine.google.com
11:25 AM
Starting update of app: email-1203, version: 1
11:25 AM Getting current resource limits.
2016-01-27 11:25:50,978 ERROR appcfg.py:2456 An error occurred processing file '': HTTP Error 403: Forbidden Unexpected HTTP status 403. Aborting.
Error 403: --- begin server output ---
You do not have permission to modify this app (app_id=u's~email-1203').
--- end server output ---

permission denied error to github service

I am following example on pluralsight.com website. Course name is Angularjs get started.
I get error on line return $http.get(repoUrl + "/collaborators");
Error is Failed to load resource: the server responded with a status of 401 (Unauthorized)
https://api.github.com/repos/angular/angular-seed/collaborators
Here is my Plunker
To get to that error. Click on any user on link when data loads up after 5 seconds.

Error 401 - Invalid username or password

when I enter email and password to deploy in google app engine launcher the following error message: "Invalid username or password.
08/19/2014 19: 38: 16,573 appcfg.py:2411 ERROR An error occurred processing file ': HTTP Error 401: Unauthorized. Aborting.
Error 401: --- begin server output --- "and the new url xxxxxxxx.appspot.com not work.
I had this problem when I tried to deploy my go application, try to use -oauth flag :
goapp deploy -oauth myapp/
I found this solution here, and it worked for me.
I'm not sure for the other language, maybe -oauth or --oauth2 will work.

GAE No route to host error

When deploying my GAE app I get the following error:
ERROR appcfg.py:2161 An error occurred processing file '': <urlopen error [Errno 65] No route to host>. Aborting.
When I try to rollback the last update I get the same error. What steps can I take to debug this?

Resources