0
votes

I have a Google App Engine account that hosts some Java apps I have put together. I use Eclipse Indigo with appengine-java-sdk version 1.6.5. I can deploy an app to my own account with no problems, but the google sdk does not ask for a username or password. I can't find any way to deploy my app to someone else's account, for which I have a username and password.

If anyone has any insight into this I would be very greatful.

3

3 Answers

3
votes

There is detailed documentation on the Google Plugin for Eclipse authentication at https://developers.google.com/eclipse/docs/signin

1
votes

There's a button (on the bottom left corner in my eclipse...) to log in/out of google appengine.

0
votes

Maybe this helps. I use a DOS script to deploy applications. This is a python example

D:\PROGRAMS\google_appengine\appcfg.py --no_cookies [email protected] --passin update D:\Eclipse\workspace\myproject < d:\gae\password.txt

By the way : you need a script like this, if you use two step verification.