[google-appengine] spring boot java 8

2021-07-03 Thread Nikhil Anand
INFO: javax.servlet.ServletContext log: 2 Spring WebApplicationInitializers detected on classpath [INFO] GCLOUD: java.lang.IllegalArgumentException: Unable to find the main class to restart [INFO] GCLOUD: at org.springframework.util.Assert.notNull(Assert.java:201) [INFO] GCLOUD: at

Re: [google-appengine] I am still getting "GET FREE TRIAL" after success on credit card too

2021-05-27 Thread anand chaudhary
Try incognito mode it will work. Also you will get all refund. Since it was happened with me. On Thu, 27 May 2021, 13:57 Chetan Nahar, wrote: > I have entered credit card details in the free trial section and it got > success and INR 1 got deducted but still i didn't get the free trial. > I

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2021-05-06 Thread anand chaudhary
Hi All, I am also not able to register even money has been debited. It is not moving after step2. By any chance anybody knows when it will get fixed . Regards, Anand On Wednesday, May 5, 2021 at 6:41:12 PM UTC+5:30 animeshs...@gmail.com wrote: > Just talked with GCP support t

[google-appengine] Re: Issues with using Google Cloud natural language grpc API on java 8 appengine standard

2017-07-13 Thread Anand Srinivasan
We have not used it before. We were attempting to use it now and while reading the documentation realized that we could try switching to java 8 at the same time. Did you manage to find out about the status of it being supported on Appengine standard? Thanks, Anand On Friday, July 14, 2017

[google-appengine] Issues with using Google Cloud natural language grpc API on java 8 appengine standard

2017-07-12 Thread Anand Srinivasan
ilar to the one posted in this link: https://github.com/GoogleCloudPlatform/google-cloud-java/issues/1918#issuecomment-299004772. It's unclear from the discussion there whether this issue was ever fixed. In either case, what can we do to get around this? Thanks, Anand -- You received this me

[google-appengine] Re: Is TOKENIZED_PREFIX supported in Appengine search?

2017-04-04 Thread Anand Srinivasan
recommend reporting this on the issue tracker > <https://cloud.google.com/support/docs/issue-trackers> so we can link it > to the internal issue and provide updates. Other users may star the issue > to receive updates as well and increase visibility. > > On Tuesday, April 4, 2

[google-appengine] Is TOKENIZED_PREFIX supported in Appengine search?

2017-04-04 Thread Anand Srinivasan
While looking through the java docs for Field in Document Index (https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/search/Field), we noticed the presence of the "TOKENIZED_PREFIX" type which seems to match closely with the search capability that we want.

[google-appengine] Re: ImportError: No module named webapp2

2016-05-20 Thread Anand Atreya
oes not exist. Let me know if this helps. Anand On Thursday, May 19, 2016 at 2:54:58 PM UTC-7, Nick (Cloud Platform Support) wrote: > > Seconding Jon here - if you can upload a minimal reproducing example of > your app along with some system information such as installed pip packages, > the PY

[google-appengine] Re: ImportError: No module named webapp2

2016-05-18 Thread Anand Atreya
It looks like the protobuf pip package conflicts with webapp2. I temporarily resolved the issue by uninstalling all google python packages (gcloud, protobuf, googleapis-common-protos) which allows webapp2 to work again. Reinstalling protobuf breaks it. Unfortunately I need webapp2 to work

[google-appengine] Re: ImportError: No module named webapp2

2016-05-11 Thread Anand Atreya
I'm having the same issue. This appears to be a problem with the latest version mentioned above. I just uninstalled all Google SDKs and reinstalled everything and verified that the issue persists. Any ideas? On Wednesday, May 11, 2016 at 1:07:11 PM UTC-7, Nick (Cloud Platform Support) wrote: >

[google-appengine] Re: Unable to create entity on Google App Engine Datastore

2015-06-20 Thread Anand Moorthy
Is this sorted ? Same problem here too :( On Sunday, February 26, 2012 at 2:54:18 PM UTC+5:30, ani wrote: Hello, I’m trying to connect an android application with Google app engine. I am using Google App Engine Datastore as my “database”. The problem is that I am having difficulties in

[google-appengine] Google AppEngine Account/Projects Gets Suspended Every time I Pay Google

2015-01-01 Thread Anand Hariharan
This has been happening to me consistently for last 2 weeks. Each time I have paid Google AppEngine for services, they have sent me an email saying Policy Violation and then a series of emails start flowing suspending one account after the other. Does ANYONE know why this happens? Google

[google-appengine] Re: App Engine Account Suspended

2015-01-01 Thread Anand Hariharan
Wayne, am having the same issue and it is completely 1 sided approach from Google. They suspended my account within 30 minutes of my paying Google AppEngine USD 50/- for services. They don't give any reason whatsoever so that I can resolve the issue. Completely UNHELPFUL approach from Google

[google-appengine] Re: Correct way to pass OAuth2 authentication to my App Engine server's UserService?

2014-09-13 Thread pankaj anand
Have a look at here: http://android-developers.blogspot.in/2012/09/google-play-services-and-oauth-identity.html On Saturday, 13 September 2014 01:00:03 UTC+5:30, Nick Badal wrote: I'm building a backend for an Android app using GAE (Java), and I'd like to authenticate users on the client

[google-appengine] how to maintain android package name for same code deployed on two different app engine instances

2014-04-22 Thread pankaj anand
We have two app engine instances running the same code for the sake of testing and production server. We are using endpoints API. Our android app which connects with both servers uses the same client code generated by google app engine tools. Based on our need we just switch the server url

[google-appengine] my App Engine account is syspended and so, GSOC account is suspended

2014-03-31 Thread Aayush Anand
hi.. I am an aspirant of GSOC '14. I did register as student and submitted my proposal. But today when i tried to login, I found that my access is suspended only to GSOC. I was redirected to the page saying If you've been redirected to this page from a particular product, it means that your

[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2014-03-25 Thread Aayush Anand
hi.. I am an aspirant of GSOC '14. I did register as student and submitted my proposal. But yesterday when i tried to login, I found that my access is suspended only to GSOC. I was redirected to the page saying If you've been redirected to this page from a particular product, it means that

[google-appengine] Re: Error running Launcher Hello World app Python 2.7 Mac: Invalid argument

2012-11-14 Thread Anand Mistry
Looks like you're missing a '/' at the beginning of the python directory you set in the launcher. If you're using OSX 10.8, you don't need to the python directory since OSX defaults to using Python 2.7. On Wednesday, 14 November 2012 12:52:12 UTC+11, Irv Kalb wrote: I am attempting to run

[google-appengine] Re: Question on how to modularize handlers

2012-11-10 Thread Anand Mistry
Two things: 1. You need an __init__.py file in the handlers directory 2. Your script line should read 'handlers.test.application' On Saturday, 10 November 2012 10:52:35 UTC+11, Kyle Finley wrote: Shan, if you are using the python27 runtime it should be: # app.yaml runtime: python27 - url:

[google-appengine] Re: Seeing 500 response, and error 204 in the logs.

2012-10-29 Thread Anand Mistry
Hi, This does appear to be an issue with the runtime. We are aware of it and are looking to push out a fix in the near future. Can you email me privately the app id? Thanks. On Monday, 29 October 2012 10:40:19 UTC+11, timh wrote: 1. 1. Hi Every so

[google-appengine] Re: Deadline Exceeded Exception on loading requests leaves bad instance running

2012-10-03 Thread Anand Mistry
Hi Jason, The engineering team is aware of this issue of instances being in a wacky state, however, I can't give you any more information. On Thursday, 4 October 2012 06:06:45 UTC+10, Jason Collins wrote: We've seen some Deadline Exceeded Exceptions cropping up on loading requests again.

[google-appengine] Re: Crypto with App Engine SDK 1.7.2

2012-10-02 Thread Anand Mistry
You need to install PyCrypto yourself. Grab the tarball from https://www.dlitz.net/software/pycrypto/ and run setup.py. Unfortunately, installing PyCrypto using easy_install won't work with the dev_appserver on OSX. On Tuesday, 2 October 2012 20:30:46 UTC+10, coto wrote: What's the best way

Re: [google-appengine] Re: Crypto with App Engine SDK 1.7.2

2012-10-02 Thread Anand Mistry
Yes. Last I checked, easy_install created a zip file when you install PyCrypto, which isn't compatible with our import hook. On Tuesday, 2 October 2012 21:01:45 UTC+10, Helge Tesdal wrote: On Tue, Oct 2, 2012 at 12:39 PM, Anand Mistry ami...@google.comjavascript: wrote: You need

[google-appengine] Re: NDB ImportError!

2012-09-24 Thread Anand Mistry
Is a DeadlineExceededError exception raised on the first request to the instance? On Tuesday, 25 September 2012 13:00:00 UTC+10, Waleed wrote: Hi all, I'm getting random import errors from time to time. They start on one of the instances, and then that instance keeps generating those

[google-appengine] Re: os.environ and threadsafe: true

2012-08-28 Thread Anand Mistry
In the python27 runtime, os.environ is thread safe since it is implemented as request/thread-local. However, this means that changes in one request will not be visible by other requests. Also, since os.environ is conceptually a global dictionary, I would recommend against writing to it

[google-appengine] Re: Possible error in the documentation?

2012-08-26 Thread Anand Mistry
Yes. Please file a bug. On Monday, 27 August 2012 04:05:52 UTC+10, Attila-Mihaly Balazs wrote: I believe that the following example is incorrect in the documentation [1]: app = ndb.toplevel(webapp.WSGIApplication)([('/', MainPage)]) It sees to me that the correct way to write this would be:

Re: [google-appengine] App Engine Development on a Budget (With a $35 Raspberry Pi computer)

2012-08-26 Thread Anand Mistry
Running the dev_appserver on a Raspberry Pi is an interesting idea. However, I think the performance is going to be lacking. Yes, it's 700MHz, but you're dealing with an ARM11 as opposed to a a modern x86 chip. Also, I suspect the disk IO performance to be pretty bad. I don't have a Pi, but I

[google-appengine] Re: libgmp bug?

2012-08-23 Thread Anand Mistry
Hi, Yes, this was caused by the 1.7.1 roll out. What's happening is that you're specifying the pycrypto version in your app.yaml as 'latest' instead of a specific version. In 1.7.1, we added pycrypto 2.6 to the python27 runtime and which is what all applications that specify 'latest' are now

[google-appengine] Hello World!

2012-08-10 Thread anand gautam
Hi Everyone, I am a newbie and trying to get a hang of GAE. I am trying to do a simple 'Hello World' example using GAE but keep getting an error. I have two files in the helloworld folder, helloworld.py and app.yaml with the following code: import webapp2 class

[google-appengine] Re: is antlr3 library available in python27 ?

2012-07-29 Thread Anand Mistry
It is a small, pure-python library, so it is unlikely we will add it to the production runtime. On Sunday, 29 July 2012 20:31:11 UTC+10, gops wrote: antlr3 is available in sdk but not in production. is there any possiblity of including it in production ? -- You received this message

Re: [google-appengine] Re: numpy and scipy question

2012-07-23 Thread Anand Mistry
@googlegroups.com *Subject:* [google-appengine] Re: numpy and scipy question Hi Anand, Are there plans to also support SciPy in the future? Hans Then Op woensdag 25 januari 2012 00:34:53 UTC+1 schreef Anand Mistry het volgende: NumPy is available

[google-appengine] Re: How will GAE handle the leap second at 23:59:60 on 6/30/2012?

2012-06-29 Thread Anand Mistry
In general, Google handles leap seconds by smearing that second over the course of some time window. You can read about it on the official Google blog at http://googleblog.blogspot.com.au/2011/09/time-technology-and-leaping-seconds.html On Friday, 29 June 2012 22:21:19 UTC+10, Cesium wrote:

[google-appengine] Re: Maximum time a single task can run for (Python)

2012-05-09 Thread Anand Mistry
On a frontend, 10 minutes. On a backend, 24 hours. On Wednesday, 9 May 2012 21:57:13 UTC+10, Ian Gillett wrote: A quick question - for how long can a Python task run for? Thanks, Ian. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

Re: [google-appengine] SMALLEST and FASTEST Template Engine on Python

2012-04-29 Thread Anand Mistry
Also, jinja2 has C-accelerated escaping (via markupsafe) in python27, which should add to the speed. On Wednesday, 25 April 2012 20:09:07 UTC+10, Takashi Matsuo (Google) wrote: Hi Ayan, I have not tried it myself yet, but how about tenjin? http://www.kuwata-lab.com/tenjin/ Besides that,

[google-appengine] Re: Miss in the documentation.

2012-04-16 Thread Anand Mistry
On Sunday, 15 April 2012 10:06:26 UTC-7, Magnus wrote: On this site: https://developers.google.com/appengine/docs/python/tools/libraries27?hl=sv You show an example: libraries: - name: Django version: 1.2 - name: jinja2 version: 2.6 - name: lxml version: 2.3 - name:

[google-appengine] Re: Import .pyd file in google app engine?

2012-03-27 Thread Anand Mistry
App Engine does not support any native-code Python modules, including those written in Fortran. App Engine only supports pure Python code. On Saturday, 24 March 2012 04:00:31 UTC+11, tao hong wrote: Hello, I have some old fortran77 codes, and I convert them into .pyd files using f2py.

[google-appengine] Re: 503 error while compiling my python application during deployment

2012-03-15 Thread Anand Mistry
Thanks. I'm following up. On Friday, 16 March 2012 11:51:56 UTC+11, PK wrote: We filed issue 7155 two hours ago could somebody follow up? Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred. Please try again. --- end server output --- Thanks, PK

[google-appengine] Re: Error code 203

2012-03-08 Thread Anand Mistry
For some reason, your request is exceeding the request deadline. Note how ms=100065 60 seconds. On Thursday, 8 March 2012 21:53:00 UTC+11, Bart Thate wrote: 1. Hi GAE crew ! 1. 2. 012-03-08 11:43:35.845 /dispatch 500 100064ms 0kb Mozilla/5.0 (X11; Linux x86_64)

[google-appengine] Re: NLTK or Equivalent

2012-03-05 Thread Anand Mistry
Have you looked at using the 'real' NLTK on Python 2.7? As far as I can tell, the only hard dependency is NumPy, which we have. On Tuesday, 6 March 2012 04:21:32 UTC+11, Brandon Wirtz wrote: I was looking to do some things using NLTK and found code.google.com/p/* nltk*-gae/ which looks

Re: [google-appengine] Re: NLTK or Equivalent

2012-03-05 Thread Anand K. Mistry
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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Anand K

[google-appengine] Re: setuptools added as third party library

2012-02-29 Thread Anand Mistry
It was added to support PackageLoader template loading in Jinja2. Other than that, it's not very useful. On Thursday, 1 March 2012 03:53:29 UTC+11, gops wrote: in recent change, setuptools added as third party library to google app engine. I am wondering, what is the use case for it in

Re: [google-appengine] *.proto API files?

2012-02-28 Thread Anand K. Mistry
/-/UnEX6dvfYzQJ. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Anand K. Mistry

Re: [google-appengine] Py2.7

2012-02-27 Thread Anand Mistry
We're starting to put more love into the dev_appserver, eventually fixing some of these issues. Also, we've had a self-imposed freeze on third-party library versions for the past couple of months. Now that we're GA, we can lift that freeze and start adding newer library versions. We're already

Re: [google-appengine] Re: Py2.7

2012-02-27 Thread Anand Mistry
Now I'm going to reactivate my reality-distortion-field and eat some more cake :-) And here is said cake: https://plus.sandbox.google.com/u/1/114844683991917629614/posts -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this

[google-appengine] Re: PIL error - 'type 'ImagingCore' has type type 'ImagingCore', but expected one of: str, unicode,)'

2012-02-11 Thread Anand Mistry
Can you post a short reproducer? The exception itself doesn't appear very useful. On Sunday, 12 February 2012 01:51:15 UTC+11, googlefox wrote: I am using PIL with GAE to do some image conversions. My app ran fine in dev_appserver, but I am getting errors when I upload and run it in GAE.

Re: [google-appengine] *.proto API files?

2012-02-08 Thread Anand Mistry
Are you looking for the .proto definition files used to generate the Python code? As far as I know, we haven't open sourced those files. I think that up till now, it hasn't been necessary, and no-one (that I can tell) has requested them for a few years. Is there a particular reason why you'd

[google-appengine] Re: numpy and scipy question

2012-01-24 Thread Anand Mistry
NumPy is available on the Python 2.7 runtime, but SciPy is not. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Qv-KNHFgQBQJ. To post to this group,

Re: [google-appengine] Re: Put_Async Use It

2012-01-23 Thread Anand Mistry
Hm. This sounds a little counter intuitive. If you have threadsafe enabled, the instance is able to process another request while a synchronous datastore operation is in effect. The async ops should be most helpful when you have threadsafe disabled. It sounds like there might be something else

Re: [google-appengine] 'Flush' Like I'm tapping out but keep working in Python?

2012-01-23 Thread Anand Mistry
Yes. All elements of an app, including multiple app versions and task queues, share a memcache. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: Google Bot Is Still the enemy...

2012-01-09 Thread Anand Mistry
Have you looked into using Sitemaps (http://www.sitemaps.org/protocol.html#changefreqdef) to hint at how often to crawl your site? Google, Bing, and Yahoo all recognise the sitemaps protocol, even though they may act on it differently. -- You received this message because you are subscribed

[google-appengine] Re: Datastore Admin broken on python27

2011-12-27 Thread Anand Mistry
Looks like you're trying to use a feature of the datastore admin that uses map reduce. This is not well tested with Python 2.7 and may not work. This is one of the reasons why we're removing datastore admin and map reduce from python 2.7 in 1.6.2 (map reduce will be back). The recommended way

[google-appengine] Re: 1.6.1 Pre-release SDKs are live

2011-12-05 Thread Anand Mistry
Yes. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/2uaWVCEetC4J. To post to this group, send email to google-appengine@googlegroups.com. To

Re: [google-appengine] Re: HR down?

2011-11-23 Thread Anand Mistry
What are your apps that are being affected? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/KVcMX9J_94UJ. To post to this group, send email to

Re: [google-appengine] Re: 30 minutes of DeadlineExceededError waiting for datastore, is the appengine status online?

2011-11-23 Thread Anand Mistry
Thanks everyone for the report. We are looking into this. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/wXrR7TpwLQ4J. To post to this group, send

[google-appengine] Re: Multithreading question

2011-11-22 Thread Anand Mistry
In general, I would recommend against creating threads in frontends unless your request is long-lived since thread creation is a fairly heavy weight operation. get_multi() is probably the best way to get multiple values from memcache because it amortises the cost of making the RPC, both in

[google-appengine] Re: Instances - How do they work?

2011-11-22 Thread Anand Mistry
On Monday, 21 November 2011 10:25:34 UTC-8, WallyDD wrote: I am little confused with how these instances work. How long does an instance stay alive? A site in Python 2.5 (M/S) fires up an instance when it is accessed and the instance stays alive for minutes after. With Python 2.7(HRD) the

[google-appengine] Re: Threaded Python AppEngine for Dummies

2011-11-06 Thread Anand Mistry
On Sunday, 6 November 2011 02:01:26 UTC+11, bFlood wrote: thanks Anand, good to know you guys are on the case. Brandon's comment gave me hope so I looked into my code a little deeper. Here are a couple of comments (I'm by no means a Python expert so I'm unsure about a GIL details) 1) I

[google-appengine] Re: Threaded Python AppEngine for Dummies

2011-11-04 Thread Anand Mistry
Although I can't get into any details, we are aware of these issues in the python27 runtime. Like you noted, the runtime is experimental (hey, we've only been live for one release cycle), and improvements are still coming. On a more general note, the python27 runtime is implemented using the

Re: [google-appengine] Threaded Python AppEngine for Dummies

2011-10-14 Thread Anand Mistry
If you are using instance caching, you can use the runtime API (http://code.google.com/appengine/docs/python/backends/runtimeapi.html) to look up your instance memory usage in order to control your cache size. -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: ereporter error under py27

2011-10-11 Thread Anand Mistry
Try using google.appengine.ext.ereporter.report_generator.application as the script handler. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Google App Engine Terms of Service (ToS) questions

2010-12-31 Thread Anand Kumria
to Google AdSense, at least the link does. Finally, there appears to be no notification when § 8.2 might be invoked. Given that Google is willing to provide notification of other things (DMCA, etc.) is there any reason behind that? Thanks, Anand -- who reads legalese before deciding to use

[google-appengine] Re: Outage of site due to cannot import name datastore_stub_util

2010-10-14 Thread Anand
We are facing same issue from yesterday evening.. some time it throws error while loading the module and sometime deadline exceed error. There was no change in the application as such and and something at the infrastructure level is causing this. Error I am getting currently is 10-14 07:18AM

[google-appengine] Re: Site not working after update

2010-10-14 Thread Anand
(nilgiriapp). In fact from yesterday evening that's the only thing I am getting on my application. So my question is if how do we come out from this situation? I have tried switching version and that did not help. Thanks for your help. Thanks, Anand. On Oct 12, 11:49 am, Andrius A andriu...@gmail.com

[appengine-java] Re: Having Issue with Sitemesh on App engine .

2010-09-29 Thread anand
for me. Guillaume On Tue, Sep 28, 2010 at 15:38, anand anand.rap...@gmail.com wrote: I tried to incorporate sitemesh in my application and deploy in the AppEngine .Its working properly in the development environment .But not working when uploaded to the cloud . Downloaded sitemesh

[appengine-java] Re: Having Issue with Sitemesh on App engine .

2010-09-29 Thread anand
Thanks Mike for responding ,Mine is pointed to the WEB-INF folder .There is no error .With out using the pattern how you implemented .Mine Still its working in dev but not in the cloud . Anand On Sep 29, 12:42 am, Mike! michael.d.en...@gmail.com wrote: I've got it working in mine too, but I

[appengine-java] Having Issue with Sitemesh on App engine .

2010-09-28 Thread anand
I tried to incorporate sitemesh in my application and deploy in the AppEngine .Its working properly in the development environment .But not working when uploaded to the cloud . Downloaded sitemesh-2.4.2.jar and added WEB-INF/lib directory. Added the below config in web.xml filter

[google-appengine] Re: DOS error

2010-04-23 Thread Anand Mistry
Hi, Can you please provide some details on the error you are seeing, as well as steps to reproduce. Note that simply deleting the dos.yaml file will not update or delete the DoS configuration on the server. Thanks. On Apr 23, 11:03 am, Jairo Vasquez Moreno jvasq...@mentez.com wrote: Hi, I

[google-appengine] Help with xampp api

2010-04-05 Thread Abhishek Anand
I have created a group chat application https://instantshout.appspot.com for gtalk and other clients. Though its not present in the api, I would like to know is there a way to know the status of a user who has accepted the invitation from my app. Knowing the available/busy/idle status would be

[appengine-java] Database import feature request for Java

2010-03-01 Thread Anand
Hi, We really need following feature urgently mentioned in blog:- Database import: move GBs of data easily into your App Engine app. Matching export capabilities are coming soon, hopefully within a month. Even if database-import for java just upload few MBs, and it is in preview edition, that

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-27 Thread anand
Thanks sir! It worked for me. It was great help. Regards Anand On Jan 11, 6:13 am, Jove jovezh...@gmail.com wrote: Hi benzrad, Go ahead adding that code to your app.yaml. It works for my site on GAE. Few more informations: * I put the canvas.htmland rpc_relay.htmlon %AppHome%/media

[google-appengine] Re: Rendring data on django from ulrfetch

2009-01-20 Thread anand
render that. I face problem only when it is from fetchurl. Thanks again. Regards Anand On Jan 20, 1:52 am, djidjadji djidja...@gmail.com wrote: Have you tried it with a smaller/shorter 'full_page_content'? template_values = {'full_page_content': 'My Test String', } The doc in the example is pretty

[google-appengine] Rendring data on django from ulrfetch

2009-01-19 Thread anand
\Google\google_appengine\lib\django\django \template\__init__.py, line 708, in render return ''.join(bits) OverflowError: join() result is too long for a Python string I am sure anyone should has done it, please let me know if I am missing it. Thanks a lot for your help. Regards, Innu Anand

[google-appengine] What is Data Storage Limit in GAE DataStore

2009-01-15 Thread anand
How much data can I store in GAE datastore per application? I have a requirement to store a large volume of data (a lot of pics) in datastore. Is there any limit? Thanks for your help. Regards, Anand --~--~-~--~~~---~--~~ You received this message because you

[google-appengine] Re: What is Data Storage Limit in GAE DataStore

2009-01-15 Thread anand
Thanks all for such a quick reply! On Jan 15, 12:42 pm, Qian Qiao qian.q...@gmail.com wrote: On Fri, Jan 16, 2009 at 03:34, anand innu.an...@gmail.com wrote: How much data can I store in GAE datastore per application? I have a requirement to store a large volume of data (a lot of pics