[google-appengine] Installing a 3rd party deb in App engine ?

2019-01-11 Thread Aswath Murali
Hi I'm new to app engine. I want to install a 3rd party software which provides cli tools for my cron job. I understand GAE is nearly stateless . But I don't want to give up without a proper opinion from peers Is it possible ? How can I do that in app engine? Thanks M.Aswath -- You rec

[google-appengine] Unable to create App Engine connected Android project in Eclipse

2013-05-28 Thread manthena murali
his for the last 4-5 days. Please some one help me with solving the issue. Thanks in advance, murali -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an

[google-appengine] GAE - External image/Video counts Bandwidth?

2012-02-29 Thread Bala Murali
Hi, In Google App Engine, free 1GB bandwidth hosting website if we have external image and videos like youtube will this external video/ image be counted in the given 1GB bandwidth? Please clarify. Thanks -- You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] data backup

2011-05-02 Thread Murali Krishna
ed by each tenant be read by some with super admin(sa) rights? regards, Murali -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group

[google-appengine] Any past scenarios of data getting lost?

2011-05-02 Thread Murali Krishna
Hello, I am writing an application to store some crucial data using datastore api. I cannot afford to loose not even single record of possible 10million records. Does Google promise that the data be stored without any loss? Do they mention this fact in the terms and conditions? -- You received t

[google-appengine] Re: Datastore WRITE operations are failing (9.30AM US/Central)

2010-01-30 Thread Murali
Its back now. Write operations are going through. (9.55AM) Thanks, Murali On Jan 30, 9:45 am, Murali wrote: > App Engine team, > > At 9.30AM (US/Central), all Data store writes are failing. No > exception is thrown, so error handling in the app did not produce any > logs to capt

[google-appengine] Datastore WRITE operations are failing (9.30AM US/Central)

2010-01-30 Thread Murali
://code.google.com/status/appengine shows everything normal. Could you please have a look. Thanks, Murali -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To u

[google-appengine] Re: 'Add It Now' Functionality for my own Google App Engine Application

2009-09-22 Thread Murali
p for the customer. Is there any thing on Google App engine road map that could potentially address this or help in this regard? Thanks, Murali --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] 'Add It Now' Functionality for my own Google App Engine Application

2009-09-22 Thread Murali
ance is deployed for each custom domain? Could App Engine team share more information on this topic or if any community members that have done anything in this direction could you please share. Thanks a ton in advance, Murali --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: Exploding Index

2009-01-21 Thread Murali
Thank you for your reply. I was worried it would result in exploding index and I may have to redesign the whole Model. And I could not come up with an alternate way to achieve the same functionality. Murali On Jan 20, 1:48 pm, Marzia Niccolai wrote: > Hi, > > From what you have expl

[google-appengine] Exploding Index

2009-01-17 Thread Murali
restriction of 3 values in a list, and they are never combined (except with date in desc order), would that result in exploding index? At any time only 2 or 3 lists will have any values filled in. Thank you very much in advance for your inputs. Murali

[google-appengine] 'Must Authenticate' Problem using Blogger API on App Engine

2008-09-21 Thread Murali
pe = 'GOOGLE' gdataService.server = 'www.blogger.com' gdataService.ProgrammaticLogin() feed = gdataService.GetBlogFeed() -- Has anybody tried to use blogger API on App engine and experience similar problems? Any help or pointers would be greatly appreciated. Thank y