+1 for option to share db with other apps. I need to write an app that would let users manage their account in all other apps. Would be so simple if I could just have access to those dbs...
On Dec 7, 9:00 pm, "Brandon Wirtz" <[email protected]> wrote: > Slightly off topic. I have wished there was a way for multiple Apps to share > a datastore. I have been building out API's that provide data about Search > volume, related key words, IP to Geo, etc, and It would be awesome to > provide read only access to that data so I could sell monthly Subscriptions > to it. > > Much like the talks we have had on here about API's that make calls to other > places, I am much happier just saying "Pay me $50 a month" you can license > the data than I am auditing the HTTP Requests. > > > > > > > > -----Original Message----- > From: [email protected] > > [mailto:[email protected]] On Behalf Of James X Nelson > Sent: Wednesday, December 07, 2011 11:53 AM > To: Google App Engine > Subject: [google-appengine] Re: Communication Between 2 Google App Engine > Apps > > Also, take a look at the remote api, as this is exactly what it is designed > for: > > http://code.google.com/appengine/docs/java/tools/remoteapi.html > > On Dec 6, 11:02 pm, trupanka <[email protected]> wrote: > > Please check "Google App Engine Terms of Service", paragraph 4.3 > > (athttp://code.google.com/appengine/terms.html) > > (e) create multiple Applications to simulate or act as a single > > Application or otherwise access the Service in a manner intended to > > avoid incurring fees If it's not your case, you can create a simple > > API for JavaScript and communicate to GAE App from the client side > > (cross-domain requests). > > > On Dec 7, 4:06 am, Joao L V Vasques <[email protected]> > > wrote: > > > > Hey guys, > > > > I'm doing a project and I need to put 2 GAE Apps communicating. I > > > know that a GAE can make HTTP requests but I can't make them to the > > > App URL where I have my Python get method defined. Is there any way > > > to make 2 GAEP Apps communicate? > > > > Thanks for the attention > > -- > 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 > athttp://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.
