This might work for deployment, but there's currently no way of programatically obtaining an application ID. Your users would have to register an app ID and enter it along with their account credentials. That said, we actively discourage developers from requesting Google credentials from users. Even if your intentions are noble, training users to blindly trust third-party apps with their raw credentials is not in their best interests, and requesting these credentials may even violate the terms of service. A better idea would be filing a feature request for enabling an authentication mechanism like AuthSub or OAuth to do this type of task securely.
- Jason On Thu, Jul 16, 2009 at 11:43 AM, Barry Hunter <[email protected]>wrote: > > Have a look at how App Engine Launcher works > > http://googleappengine.blogspot.com/2008/05/app-engine-launcher-for-mac-os-x.html > > but pretty sure it just wraps appcfg.py > > You could just wrap appcfg.cmd > > On 16/07/2009, vijay <[email protected]> wrote: > > > > Ping!! > > > > On Wed, Jul 15, 2009 at 7:48 PM, vijay <[email protected]> wrote: > > > HI All, > > > I am writing an application in Java which will create a website for my > > users using some custom fields. I want that the website built and this > > application will be deployed on App Engine. Assuming that My user trust > my > > application and I can have their username and password enterd to my > > applications setting page, how to do all Appengine settings > > programmatically. Are their any API available for this. > > > The reason I want to do it this way is that the user can directly > handle > > their app engine interaction and can pay for usage over freebie quota. > > > > > > > > > Thanks > > > Vijay > > > > > > > > > > > > -- > Barry > > - www.nearby.org.uk - www.geograph.org.uk - > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
