lifeofguenter / google-appengine-wx-launcher

Google App Engine for All!
Apache License 2.0
0 stars 1 forks source link

Deploy function dosnt remember mail and password #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Deploy function dosn't remember mail and password.

It would be better if i could save thoes.

Original issue reported on code.google.com by krzyszto...@gmail.com on 29 Sep 2009 at 1:51

GoogleCodeExporter commented 9 years ago
While developing a bot for Google wave, I have come across the issue of 
multiple deployment within an hour. Currently, the launcher requires 
credentials to enter each time a deployment is about to be made -and this 
increased my REPL cycle considerably (especially for bot development, since 
it can't be tested locally).

Thus, a suggestion: offer credentials to be saved for a given session spent 
in app engine.

Suggested specification extension:
-add a checkbox for the "Deploy Application to Google" window under 
password: "Save credentials for this session"
-if the checkbox is checked, credentials are stored, and automatically 
filled for further deployment.

Original comment by sdrinf on 8 Oct 2009 at 10:36

GoogleCodeExporter commented 9 years ago
This is really annoying, especially when considering that the mac application 
saves
the password in the keychain. If you have set a strong password to your 
account, you
are even more annoyed. This doesn't really fit into the Google philosophy of 
"getting
things done"

Original comment by wilk...@gmail.com on 24 Oct 2009 at 11:52

GoogleCodeExporter commented 9 years ago
I totally agree.  I've built a Google Gadget framework in AppEngine, and to be 
able
to interact with the Gadget API it needs to be visible by gmodules (i.e. 
visible by
online services) - so developing is a continuous process of deploying, and 
typing in
credentials every few minutes really isn't an option.

Whilst the Launcher is a massive improvement from the command line, until this 
is
fixed I'll be going back to my script to execute at the command line (which 
stores my
password in a sesssion for 24 hours).

Original comment by steveo.c...@gmail.com on 12 Nov 2009 at 2:56

GoogleCodeExporter commented 9 years ago
+1 for issue.  workarounds: try AutoHotKey, also its probably worth it to port 
forward 
to a testing VM so you can develop using the development SDK, if this is under 
your 
control.

Original comment by dustin.g...@gmail.com on 10 Dec 2009 at 12:30

GoogleCodeExporter commented 9 years ago
Errrm, I don't think I want to have my Google account password saved in 
plaintext in
some AutoHotKey script ;-). Would be better if this would just be fixed.

Original comment by wilk...@gmail.com on 10 Dec 2009 at 5:41

GoogleCodeExporter commented 9 years ago
++ Really need it, mb even plaintext in some options file

Original comment by cluster.master@gmail.com on 4 Mar 2010 at 5:06

GoogleCodeExporter commented 9 years ago
++ on this

Original comment by janaka.a...@gmail.com on 16 Apr 2010 at 2:23

GoogleCodeExporter commented 9 years ago
Definitely needed. 
Is some one even looking at it? Issue been open since sept 2009!

Original comment by ravigyani@gmail.com on 16 Apr 2010 at 3:35

GoogleCodeExporter commented 9 years ago
Another way to implement this could be:
allow to store credentials in a local config file in the user's home folder.

Original comment by moo...@wwwendt.de on 17 Apr 2010 at 12:34

GoogleCodeExporter commented 9 years ago
well, there is a method to skip entering email, but you still need to type 
password.

make a shortcut or a .bat file with this in it:

*Path\to\python.exe* -u "*path\to\appcfg.py*" --no_cookies 
--email=youremail@gmail.com --passin update "path/to/your/project"

example:

C:\python27\python.exe -u "C:\\Program Files 
(x86)\\Google\\google_appengine\\appcfg.py" --no_cookies --email=dev@gmail.com 
--passin update "C:\Users\Dev\Desktop\multimillionproject"

If anyone know how to auto-insert text in bat files, when it requests user 
input, please tell. Also if anyone know anything about the "-passin" argument, 
if its possible to set it on beforehand(it is possible, but how).

Original comment by Zeziz...@gmail.com on 3 Feb 2011 at 11:06

GoogleCodeExporter commented 9 years ago
Coming from developing GAE on a Mac to Windows.  Holy cow this is 
frustrating!!!! 

Original comment by tylerwa...@gmail.com on 4 Nov 2011 at 8:57

GoogleCodeExporter commented 9 years ago
hi,

join a modify version of the appengine launcher where you can save username and 
password.

Username and password must be entered in the preferences dialog box.

Take care that username and password will be save in clear (not crypted) in the 
preference ini file

if username and password are filled clicking on deploy will directly start 
deployment without opening the dialog box

to start you just have to run launch.bat if you are using windows (you will 
maybe have to modify this  bat file to indicate the correctpath to python)

Original comment by s.cor...@gmail.com on 25 Dec 2011 at 6:45

Attachments:

GoogleCodeExporter commented 9 years ago
I use AutoIT and it works very good. The solution is here:

http://stackoverflow.com/questions/17527767/scripting-gae-launcher-with-autoit

Original comment by nikla...@gmail.com on 8 Jul 2013 at 3:17