bhirsch42 / citizens-log

1 stars 1 forks source link

Deployin.. #4

Closed mikeumus closed 10 years ago

mikeumus commented 10 years ago

How to auth it?

2014-05-27 15:33:26 Running command: "[u'C:\\Python27\\pythonw.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=mikeumus@gmail.com', '--passin', 'update', u'C:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\CitizensLog.com\\Development\\Staging_origin']"
03:33 PM Application: citizens-log; version: 1
03:33 PM Host: appengine.google.com
03:33 PM 
Starting update of app: citizens-log, version: 1
03:33 PM Getting current resource limits.
Password for mikeumus@gmail.com: Use an application-specific password instead of your regular account password.
See http://www.google.com/support/accounts/bin/answer.py?answer=185833
However, now the recommended way to log in is using OAuth2. See
https://developers.google.com/appengine/docs/python/tools/uploadinganapp#Python_Password-less_login_with_OAuth2
2014-05-27 15:33:29,984 ERROR appcfg.py:2324 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting. 
Error 401: --- begin server output ---
Must authenticate first.
--- end server output ---
2014-05-27 15:33:30 (Process exited with code 1)

You can close this window now.
mikeumus commented 10 years ago

I've setup a Google App Engine project in the App Engine console online, do I need to configure something with the GUI now?

bhirsch42 commented 10 years ago

All of the names have to match. Did you check your app.yaml?

On Tue, May 27, 2014 at 9:39 PM, Michael Duane Mooring < notifications@github.com> wrote:

I've setup a Google App Engine project in the App Engine console online, do I need to configure something with the GUI now?

— Reply to this email directly or view it on GitHubhttps://github.com/bhirsch42/citizens-log/issues/4#issuecomment-44324517 .

bhirsch42 commented 10 years ago

Clarification: The ID in the Google App Engine GUI, the folder name, and the ID in the app.yaml must match the ID you reserved in the online console.

On Tue, May 27, 2014 at 10:10 PM, Ben Hirsch benhirsch42@gmail.com wrote:

All of the names have to match. Did you check your app.yaml?

On Tue, May 27, 2014 at 9:39 PM, Michael Duane Mooring < notifications@github.com> wrote:

I've setup a Google App Engine project in the App Engine console online, do I need to configure something with the GUI now?

— Reply to this email directly or view it on GitHubhttps://github.com/bhirsch42/citizens-log/issues/4#issuecomment-44324517 .