Wow, sorry I've only used Python SDK, so no idea about Java
configuration files, but sure that first time saved a file somewhere
in your user folder with the authentication details.

If it follows the same convention as in Python, the file will be in C:
\Documents and Settings\User\.appcfg_cookies.
Try that, or try searching "appcfg" in all your pc. Or wait someone
who work with java :)

On 3 mar, 06:09, Prakhar Kumar Goel <[email protected]> wrote:
> Hi,
>
> Thanks for the reply.
>
> I am on windows 7. appcfg has never prompted me for my credentials. This may
> be because I uploaded my app for the first time from eclipse, where it did
> ask my details.
>
> After that, I am using cmd for the past one week, with just no
> authentication. Also, I dont know how to signout and delete cookies from
> cmd.
>
> There are no cookies file as ./appcfg_cookies
> I could just find one file "LoginCookieUtils.CookieData.html" inside
> .\docs\testing\javadoc\com\google\appengine\api\users\dev which has no
> relevant details.
>
> Where to find it.
>
> -Prakhar
>
> On Thu, Mar 3, 2011 at 5:18 AM, Ernesto Karim Oltra
> <[email protected]>wrote:
>
>
>
>
>
>
>
> > It saves a temp file with a cookie, which saves the session in the
> > server, so you don't have to re-type the data over and over. In my
> > linux, one the cookie last for one day, so each day it asks for
> > username and password only one time. If you're using linux, for
> > example, the file is in ~/.appcfg_cookies.
>
> > On 2 mar, 21:08, Prakhar Kumar Goel <[email protected]> wrote:
> > > Hi everyone,
>
> > > I am using GAE to host my apps. I upload it using the command:
> > > appcfg.cmd update <path to war folder>
>
> > > This works great, but this NEVER asks for any authentication of any kind,
> > > like my gmail username, password. How does google authenticate that the
> > > update request is genuine and is coming from the legitimate owner?
>
> > > I just mention my app id in the appengine-web.xml file, but this
> > application
>
> > > id can be gained by anyone and anyone can upload apps on behalf...
>
> > > What am I missing here?
>
> > > I would be grateful to anyone who can shed some light on this issue.
>
> > > Thanks in advance!
>
> > > Regards,
> > > Prakhar
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to