[google-appengine] Re: Error creating Queue: googleapi: Error 400: Location 'us-west1' is not a valid location

2020-03-05 Thread Vijay Chinthala
Hi ajorda, Thank you for your response, and creating a feature request, will follow on https://issuetracker.google.com/150847681 -Thanks Vijay Chinthala On Thursday, March 5, 2020 at 5:43:05 AM UTC-8, ajorda wrote: > > Hello Vijay, > > > > Taking a look at the Cloud Task

[google-appengine] Error creating Queue: googleapi: Error 400: Location 'us-west1' is not a valid location

2020-03-04 Thread Vijay Chinthala
YES us-central YESYES us-east1 YESYES us-east4 YESYES us-west2 YESYES us-west3 YESYES -Thanks Vijay -- You received

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-11-20 Thread Vijay M
I have been struggling with the same issue. I tried deploying a very simple app and waited for several minutes before the process timed out. I even ran into the same timeout issue with Google's own samples from https://github.com/GoogleCloudPlatform/python-docs-samples/

[google-appengine] Gain the Skills Needed to Immediately and Effectively Participate in Big Data and Data Science

2016-06-30 Thread Kenuma Vijay
*Data Science * and big data analytics is an 'open' course that provides an introduction to big data and the Data Analytics Lifecycle to address business challenges that leverage big data. it provides grounding in basic and advanced analytic

[google-appengine] Gain the Skills Needed to Immediately and Effectively Participate in Big Data and Data Science

2016-06-30 Thread Kenuma Vijay
*Data Science * and big data analytics is an 'open' course that provides an introduction to big data and the Data Analytics Lifecycle to address business challenges that leverage big data. it provides grounding in basic and advanced analytic

[google-appengine] About design of the application which supports mobile and web browser

2015-09-29 Thread vijay kumar
We are developing the application which supports both mobile and web application in google app engine. Most of the things are developed using google cloud endpoints, is there any performance effect using the endpoints in web applications. As an average we are using 10-15 endpoints in browser

[google-appengine] insert large content record in NDB at runtime ?

2013-11-26 Thread Vijay Kumbhani
hello, i am used large content file ( File Size : 4 kb) i store file data in NDB Datastore *code :* *kindOfEntity = tableName* *class DynamicEntity(ndb.Expando):* *@classmethod* *def _get_kind(cls):* *return kindOfEntity* *dbObjects =

[google-appengine] How to insert records more than 1000 in Google App Engine Datastore ?

2013-11-24 Thread Vijay Kumbhani
pls help -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] Is it possible delete record in Google Spreadsheet using OAuth 2.0 in GData library ?

2013-11-05 Thread Vijay Kumbhani
help me -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] use O auth 2.0 in gspread library ?

2013-11-01 Thread Vijay Kumbhani
gspread library : https://github.com/burnash/gspread give me, one examples -- 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 email to

Re: [google-appengine] LIKE Query in NDB

2013-11-01 Thread Vijay Kumbhani
'Something%') with range queries, but far from ideal. On 30 October 2013 12:06, Vijay Kumbhani vnkum...@gmail.com javascript: wrote: please help how to used like query in NDB Datastore -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] LIKE Query in NDB

2013-10-30 Thread Vijay Kumbhani
please help how to used like query in NDB Datastore -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post

[google-appengine] how to get all rows with include header in Google spreadsheet using gdata library ?

2013-10-23 Thread Vijay Kumbhani
*i get all rows in spreadsheet with including header* *OR* *i get only header rows in Google spreadsheet not using cell * -- 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,

[google-appengine] how to update/copy from NDB Objects to local Objects?

2013-10-21 Thread Vijay Kumbhani
show in image in filterObj has many modules . it retrive : *filterObj = records().query()* i can define *new = {}* * * *how to update ?* i try below methods but not working * * *1. new.update(filterObj._Query__filters)* *2. new[_Query__filters] = []* *new[_Query__filters] =

[google-appengine] how to delete record in google spreadsheet using gdata ?

2013-10-21 Thread Vijay Kumbhani
help me ... -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] Problem in gdata library

2013-10-21 Thread Vijay Kumbhani
i fetch all rows in Google spreadsheet but it get all rows if all cells between not empty rows any empty row find ... after do not fetch rows please shown in image row number *2 *to *5 *retrieved but row number is *6 *empty then row number *7 *do not fetch how to fetch all rows? please

[google-appengine] how to filter query using dynamic parameters in NDB ?

2013-10-20 Thread Vijay Kumbhani
*In Google NDB docs...* - *they are given statically examples in documents * - *i have multiple AND OR conditions then how to filter query using dynamic parameters * -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] why required bind in GQL ?

2013-10-18 Thread Vijay Kumbhani
i used *ndb.gql * give me examples without bound and with bound in GQL -- 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 email to

[google-appengine] How to access local class outside function ?

2013-10-16 Thread Vijay Kumbhani
*def myFunction(data):* *class MyClass(ndb.Exapando):* *def _get_kind(cls):* * return data* *above class can be used commonly in my application * any idea, how ? -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] update record using ndb.expando in python

2013-10-14 Thread Vijay Kumbhani
please help -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] Error : Key kind string must be a non-empty string up to 500bytes

2013-10-14 Thread Vijay Kumbhani
help -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] update/ filter record in datastore without use model class?

2013-09-16 Thread Vijay Kumbhani
dbObj = datastore.Query(data, {}) *# here data is table name * dbObj.Run() count = dbObj.Count() *here, count is 0 because record is found* * * key = id!= value = 123 filterObj = { key : value } dbObj.update(filterObj) dbObj.Run() count = dbObj.Count() *here, count is 0* * * *here,

[google-appengine] in datastore not working any operator kind less query?

2013-09-13 Thread Vijay Kumbhani
dbObj = datastore.Query(data, {}) # here data is table name dbObj.Run() count = dbObj.Count() here count is 0 but i find using operator in update method filterObj = { key : value } key = id!= value = 123 dbObj.update(filterObj) dbObj.Run() count = dbObj.Count() here, count is 0 here,

[google-appengine] Re: What is the best Python Framework for hosting on Google App Engine ?

2013-09-13 Thread Vijay Kumbhani
to use Webapp2 framework in webapp2 framework all Google library support On Friday, 13 September 2013 11:40:25 UTC+5:30, Chitrank Dixit wrote: Hello Google Developers, We are developing a website on Google App Engine using Python. We have analysed that the application would scale in the

[google-appengine] how to calculate GMT timestemp to apoch timestemp ?

2013-08-30 Thread Vijay Kumbhani
Give me algorithms how it calculate -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post to this

[google-appengine] Re: how we can start Google app engine's web app via command line in windows

2013-08-24 Thread Vijay Kumbhani
On Saturday, 24 August 2013 10:09:51 UTC+5:30, Vijay Kumbhani wrote: please, give me proper syntax to start app engine app via command line in my pc 1. we start google app engine app via commnd line * Open cmd with administrator mode 2. To enter type Python command * if python command

Re: [google-appengine] how we can start Google app engine's web app via command line in windows

2013-08-24 Thread Vijay Kumbhani
hi bro, reply for thanks but i found another solution go to below link https://groups.google.com/d/msg/google-appengine/xqOyS2Fjc4U/CwCXkqo-GSQJ -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop

[google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-23 Thread Vijay Kumbhani
For python , -- 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 email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] how we can start Google app engine's web app via command line in windows

2013-08-23 Thread Vijay Kumbhani
please, give me proper syntax to start app engine app via command line in my pc -- 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 email to

[google-appengine] how can find version number of My app to created in Google app engine ?

2013-06-11 Thread Vijay Kumbhani
please , find version number of my app i have created apps through Google app engine i am download source code through terminal on windows platform * * appcfg.py download_app -A vijaytestapp001 -V which version number put in newly created app path* * * * which version put and i can

[google-appengine] Re: No App Engine Connected Android Project option in Eclipse???

2012-07-08 Thread vijay sailappan
Hi Weston/Sriram, are you able to see the menu option 'App engine connected android project'? I'm having problems as described here: http://stackoverflow.com/questions/11276518/app-engine-connected-android-project-not-available/11382135#11382135 Thanks. On Sunday, April 15, 2012 9:31:43 PM

[google-appengine] Not able to start Launcher on Ubuntu Natty

2012-01-29 Thread Vijay
- With Python 2.7, I was able to start ./GoogleAppEngineLauncher.py but could not create a project as it throwed a error saying, cannot copy templates --- After reading some link found that, SDK supports python 2.5 -- Installed Pyton 2.5.2 --- tried installing python-wxgtk2.5 python-wxtools

[appengine-java] Parameter 0 of is of an unknown type 'java.lang.String/2004016611' - error when running through AppEngine+ GWT tutorial

2010-03-30 Thread vijay
hi, I am using GWT 2.0.3 version, I am going through the steps mentioned in GWT tutorial http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html When trying to integrate login service I get following exception. Mar 30, 2010 6:44:49 PM

[appengine-java] Apache CXF(JAX-RS) on GAE

2010-01-22 Thread Vijay Bansal
I have successfully deployed a CXF-RS app on GAE by making some changes in CXF source. Details can be found here http://sinister2010.wordpress.com/2010/01/22/cxf-rs-on-google-app-engine-exposed3/ It maybe of some help. -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: javax.annotation.Resource Spring 3.0.0.Release declarative DI on Google App Engine

2010-01-22 Thread Vijay Bansal
This is of some help to those who are trying for CXF-RS apps on GAE http://sinister2010.wordpress.com/2010/01/22/cxf-rs-on-google-app-engine-exposed3/ On Jan 14, 12:43 am, Jason (Google) apija...@google.com wrote: Hi Ralf. We may be able to add support for this annotation in a forthcoming

[google-appengine] Claiming my appid as my gmail account

2010-01-16 Thread Vijay
, the system says the email id is not available. Thanks in advance, Vijay -- 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 unsubscribe from this group, send email to google

[google-appengine] Doing Appengine settings programmatically

2009-07-15 Thread vijay
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

[google-appengine] Re: New bie question: import com.google.appengine cannot be resolved

2009-05-15 Thread vijay
Thanks Jason,As also pointed out by Shawn that we cannot simply use Key in client code we need write a super class instead. So now i have changed my implementation to use Long instead of key. On Tue, May 12, 2009 at 12:03 AM, Jason (Google) apija...@google.comwrote: Hi Vijay. I believe

[google-appengine] JDOObjectNotFound exception when using getObjectById

2009-05-13 Thread vijay
. Regards, Vijay --~--~-~--~~~---~--~~ 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, send email to google-appengine

[google-appengine] JDOObjectNotFound exception when using getObjectById

2009-05-13 Thread vijay
. Regards, Vijay --~--~-~--~~~---~--~~ 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, send email to google-appengine

[google-appengine] New bie question: import com.google.appengine cannot be resolved

2009-05-08 Thread vijay
are only for files under .client package. I think I am missing something very basic here. Is there any restriction that I cannot import appengine packages in .client package? Please let me know if my problem is not clear. Regards, Vijay --~--~-~--~~~---~--~~ You

[google-appengine] Re: Some design Issues in appengine datastore

2009-05-05 Thread vijay
Thanks all for your suggestions,I am trying different ways and reading about various design patterns that can be used, I will update the thread once i am done with some more work on this. On Sun, May 3, 2009 at 11:17 PM, ryan ryanb+appeng...@google.comryanb%2bappeng...@google.com wrote: also

[google-appengine] Some design Issues in appengine datastore

2009-04-30 Thread vijay
design principles would be great. Regards, Vijay --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Protocol Buffers with Appengine

2009-04-23 Thread vijay
obvious reason. Can you point me to some documentation or example related to it. Also I am not sure why cant we use index for protocal buffers. On Tue, Apr 21, 2009 at 5:41 PM, Nick Johnson (Google) nick.john...@google.com wrote: Hi Vijay, You certainly can use Protocol Buffers to persist your

[google-appengine] SMS support in Google App Engine

2009-04-23 Thread vijay
third party APIs for this. I found a issue raised for the same from a year and without any strong response http://code.google.com/p/googleappengine/issues/detail?id=226 Please note i am planning to send SMS to India only. Thanks in advance. Rgds Vijay

[google-appengine] Re: New to app-engine

2009-04-21 Thread vijay
that was scary :) On Mon, Apr 20, 2009 at 9:33 PM, dartdog tombran...@gmail.com wrote: GWT with app-engine is a new feature, welcome to the bleeding edge! make sure you get Eclipse going through the tutorials. through a sample deploy. good luck. On Apr 19, 1:44 pm, vijay mymail.vi

[google-appengine] Re: New bie Question

2009-04-20 Thread vijay
I got the answer on other thread http://groups.google.com/group/google-appengine-java/browse_thread/thread/f6052ac60cff68ac/d84b7a9e1f504953?q=Error+running+javac.exe+compiler#d84b7a9e1f504953 On Mon, Apr 20, 2009 at 10:21 AM, vijay mymail.vi...@gmail.com wrote: ping!! On Mon, Apr 20, 2009

[google-appengine] Re: New bie Question

2009-04-20 Thread vijay
ping!! On Mon, Apr 20, 2009 at 12:05 AM, vijay mymail.vi...@gmail.com wrote: Hi All, I am new to app engine, I tried to install eclipse plugin of appengine and run the sample guestbook application, but I got same errors like following when opening http:\\localhost:8080 Error running

[google-appengine] New to app-engine

2009-04-20 Thread vijay
the development phase. Actually I see a lot of help on GWT and appengine individual usage but there is nothing related to using gwt with appengine and at this point i am confused if I am missing something, Isn't using GWT with AppEngine productive and popular?? Regards, Vijay

[google-appengine] Protocol Buffers with Appengine

2009-04-20 Thread vijay
Hi All,I am working on a website(using GWT and appengine) where I need to save some data to app engine datastore using JDO, for this as mentioned in tutorialshttp://code.google.com/appengine/docs/java/gettingstarted/usingdatastore.htmlI need to write a persistent class, I would like to know if I