Re: [google-appengine] How do I restrict only my Android application can access to Google App Engine Endpoints API.Thanks?

2014-09-28 Thread Vinny P
On Fri, Sep 26, 2014 at 3:07 AM, Dat Do Xuan wrote: > I am an Android developer building my first Google App Engine (java) > back-end for my apps. I don't want anybody else to access this API other > than my app. > Is there anyway to do this? It's great if you can help to give some > comments/ide

Re: [google-appengine] Google Accounts for GAE User Management? Or custom-grown system?

2014-09-28 Thread Vinny P
On Thu, Sep 25, 2014 at 5:03 AM, Daniel Guillamot wrote: > Do you think using Google Accounts is a reasonable user authentication > system for a GAE application? > > Should I require all my users to have Google Accounts for certain > functions (commenting, and other user generated content). >

Re: [google-appengine] Share Datastore

2014-09-28 Thread Vinny P
On Fri, Sep 26, 2014 at 8:35 AM, Iván Cachicatari < ivan.cachicat...@nubispartners.com> wrote: > > I want to share the Datastore to another App, is there a way to do that? > Do you want to share the datastore with another App Engine application or to an external application? If it's to another

Re: [google-appengine] Running Google App Engine on CentOS Virtual Machine

2014-09-28 Thread Vinny P
On Wed, Sep 24, 2014 at 11:41 PM, Mandar Bhagwat wrote: > Here is the command I am using : > $ google_appengine/dev_appserver.py > --php_executable_path=php-5.4.25/installdir/bin/php-cgi --host 10.0.2.15 > --port=8080 helloworld/ > > Can you change the host argument to this value: *0.0.0.0* and