[google-appengine] Re: App Engine Flexible Environment - Dockerfile installing outdated version of GDAL

2020-04-24 Thread j o
2020 16:34:29 UTC+1, j o wrote: > > am trying to use a Docker image on Google App Engine Flexible Environment. > > FROM ubuntu:bionic > > > ENV PYTHONUNBUFFERED 1 > ENV DEBIAN_FRONTEND noninteractive > ENV LANG C.UTF-8 > > RUN apt-get update -qq && apt-get in

[google-appengine] App Engine Flexible Environment - Dockerfile installing outdated version of GDAL

2020-04-23 Thread j o
am trying to use a Docker image on Google App Engine Flexible Environment. FROM ubuntu:bionic ENV PYTHONUNBUFFERED 1 ENV DEBIAN_FRONTEND noninteractive ENV LANG C.UTF-8 RUN apt-get update -qq && apt-get install -y -qq \ # std libs git less nano curl \ ca-certificates \ wget b

Re: [google-appengine] Re: Configure app.yaml for standard env

2019-02-07 Thread Artur O
Hey, thnx a lot for your explanation it makes sense. So does it mean that each health check activates instance? And im being billed for that? For front end and ram hours? вт, 22 янв. 2019 г., 21:46 'George (Cloud Platform Support)' via Google App Engine google-appengine@googlegroups.com: > Hello

[google-appengine] OAuth consent screen now showing scope options

2018-09-27 Thread o. topalov
I have two seemingly identical projects created in two different accounts. Both projects use the same set of Google APIs - Google Picker and Google Drive. In one of the projects (the one created earlier) I can see and set up scope options inside the console.developers.google.com UI under Creden

[google-appengine] Re: HOWTO: SSL for your custom domain on GAE

2012-04-01 Thread p c o p d
very nice article. thanks for writing it On Mar 31, 1:52 am, Jeff Schnitzer wrote: > A number of people have asked me about this, so I wrote up some > details on how to use CloudFlare to get always-on SSL: > > http://blorn.com/post/20185054195/ssl-for-your-domain-on-google-app-e... > > Enjoy, > J

[google-appengine] Re: how to hide url extension (.html) from the page in python in app engine

2012-03-30 Thread p c o p d
hi. thanks so much for the guidance. i will try to follow your advice. regards On Mar 26, 12:25 pm, Ajit wrote: > Hi, > > You could map the urls in urls.py and there you can customize urls to > be shown for your pages. > For eg: >  ('contact', ), >  ('about&

[google-appengine] how to hide url extension (.html) from the page in python in app engine

2012-03-25 Thread p c o p d
hi . i am new app engine user. please help me how can i hide the url extension i mean .html from the page in python in app engine? i want my pages to be shown as about instead of about.html contact instead of contact.html Thanks in advance. -- You received this message because you are subscribed

[google-appengine] Google App abuse

2011-12-12 Thread Martin O. Hamann
howdy I have found 2 web apps that take advantage of Google's technology to steal content! http://gaucho-labnol.appspot.com/ http://mirrorrr.appspot.com/ These apps reflect the content of entire domains. I want to report the abuse and ask for advice at the same time, what can I do about it.

[google-appengine] Cron jobs doesn't write to datastore

2011-10-12 Thread O
I have some cronjobs defined, their job is to update the datastore on a regular basis. - What I notice is that the cron jobs report to run fine according to AppEngine, but no data is to be found in the datastore. - If I navigate to the cronjob url manually in my webbrowser the datastore is updated

[google-appengine] Re: Text files bulk upload : any advice ?

2011-04-14 Thread Tony O Dowd
Hi there, this might be helpful. I've recently developed a file uploaded for an crowd source application I'm involved in and have used a DiskFileItemFactory. Once you create a factory object you can set the size of the files that are to be uploaded. Bt default it's 10K but you cN manually set this

[google-appengine] Redirecting to a web page from a servlet

2011-04-11 Thread Tony O Dowd
I"m calling a httpservlet from a GXT FormPanel using the usual FormPanel.submit() method. This calls the doPost( request, response) method of the httpservlet. I"m using Submit as I'm uploading data to the sever from a client using a FileUploadField in the FormPanel. My problem is that by using For

[google-appengine] Re: Just a little help

2011-04-11 Thread Tony O Dowd
Are you using Python or JAVA to build your servlets? If You're using Java you need to define your servlet in your web.XML file. You simply define the servlet name, the class it points to and then the mapping of the servlet name to it's URL. If you checkout the default web.XML file that is created

[google-appengine] Blocked in China?

2011-04-07 Thread Mikko O
Hi, Our friends in China have problems to access *.appspot.com domains. Is this temporary problem or does China tend to ban Google stuff with a big hand? Also Google Groups seem to be unreachable from the location. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Using eclipse to build google gadgets...

2011-03-25 Thread Tony O Dowd
gt; Feel free to ask more questions directly, and if you are interested > you can have "Gadglet" alpha version in about 3 weeks. > > On Mar 23, 6:20 pm, Tony O Dowd wrote:> Anyone got a > good reference to using eclipse to develop google > > gadgets. I traced an articl

[google-appengine] Using eclipse to build google gadgets...

2011-03-23 Thread Tony O Dowd
Anyone got a good reference to using eclipse to develop google gadgets. I traced an article that offered a solution that requires lots of additional changes to linkers and other system libraries. Surely, there is an easier way. Anyone got a better path to follow? -- You received this message beca

[google-appengine] Can't create a new app using the Google App Engine...

2011-03-22 Thread Tony O Dowd
I've created my first App on the Google App Engine and everything went well, however, now when I try to create a new application it asks me to Verify my Account using SMS. As I've already done this previously, it will not allow me to specify my phone number again. I've tried using other phone numbe

[google-appengine] Upload files larger than 10MB?

2010-04-25 Thread Magnus O.
Hi, I'm using the MaxMind GeoLiteCity.dat (http://www.maxmind.com/app/ geolitecity) file to get the geolocation of my visitors. It works great in the development environment but I can not deploy it since the dat file is about 30MB? Is it not possible to deploy files larger than 30mb? //Magnus -

[google-appengine] Re: Total Stored Data is 7.37GB but Size of all entities says 1GB...

2010-03-09 Thread Magnus O.
Ahh, so I really should set noindex on properties that I don't need to be indexed then :) On Mar 9, 1:19 pm, 风笑雪 wrote: > Indexes are also takes > space.http://code.google.com/intl/en/appengine/articles/storage_breakdown.html > > -- > keakon > > 2010/3/

[google-appengine] Total Stored Data is 7.37GB but Size of all entities says 1GB...

2010-03-09 Thread Magnus O.
Hi, I started uploading a hole lot of entities (6 million) a couple of days ago using the bulk upload tool. My csv file included about 6 million rows (entities) and the total size of the csv file was 350mb in UTF-8 format. The upload is soon finished (has been uploaded for four days) and I notice

[google-appengine] TransactionFailedError: too much contention on these datastore entities. please try again.

2010-03-09 Thread Magnus O.
Hi, Im using the bulk upload tool to upload alot of entities (6 million). The upload has been going on for about four days now and is soon finished. The last couple of ours I have been getting a hole lot of "TransactionFailedError: too much contention on these datastore entities. please try again.

[google-appengine] Bulk upload - OperationalError: unable to open database file

2010-03-04 Thread Magnus O.
Hi, I'm trying to upload a large set of data (8 million entities). I'm testing the upload like this: C:\Users\magnus\Desktop\cities>appcfg.py upload_data -- config_file=cityloader.py --filename=allCountriescsv.csv --kind=City c: \Users\magnus\Code\blirdetsol.se --db_filename=progress.sql --dry_ru

[google-appengine] Bulk uploading data does not upload everything

2010-03-02 Thread Magnus O.
Hi, I tried to upload a large set of data using the upload_data option. I have created a csv files for my data and it's about 87000 lines in it. When I tried to upload it just uploaded 8260 items end exited with a successfull result. Is there a limit in the uploader? This is the csv file I try t

[google-appengine] Quota's

2010-01-24 Thread Magnus O.
Hi, The free quote includes 4gb of incoming requests using URL Fetch. The totals of free quota for incoming traffic is 1gb which in practice limits the URL Fetch free quota to 1gb since it counts towards the incoming traffic quota. This is kind of misleading isn't it? Magnus -- You received thi

[google-appengine] "this resource used a high amount of CPU and may soon exceed it's qouta"

2010-01-24 Thread Magnus O.
Hi, I have an app which has enabled billing. Totally I'm far from exceeding my qouta but in the logs I see on many requests the following: "this resource used a high amount of CPU and may soon exceed it's qouta". It seems like these requests use about 1000cpu_ms. How much is allowed for one reques

[google-appengine] Re: Problem figuring our the logs

2010-01-22 Thread Magnus O.
Ah ok, now I get it. The feedburner bot propably just requests the head method to validate if the page exists. I will add the head methods as you described. Thank you! Magnus On Jan 22, 3:46 pm, "Nick Johnson (Google)" wrote: > Hi, > > On Fri, Jan 22, 2010 a

[google-appengine] Re: Problem figuring our the logs

2010-01-22 Thread Magnus O.
s): >     self.get(*args, **kwargs) >     self.response.clear() > --- > > -Nick Johnson > > On Fri, Jan 22, 2010 at 1:31 PM, Magnus O. < > > > > > > magnus.ottos...@magnusottosson.se> wrote: > > Hi, > > > On the dashboard for my application I see

[google-appengine] Problem figuring our the logs

2010-01-22 Thread Magnus O.
Hi, On the dashboard for my application I see that I have several errors on the path "/". When I click on the link I can see the following in the log: 01-22 12:46AM 25.130 / 405 10ms 9cpu_ms 0kb FeedBurner/1.0 (http:// www.FeedBurner.com),gzip(gfe),gzip(gfe) 74.125.44.136 - - [22/Jan/2010:00:46:2

[google-appengine] Re: URGENT! I cannot enable billing

2010-01-18 Thread Magnus O.
The billing has now started. I just had to wait a bit... On 18 Jan, 20:31, "Magnus O." wrote: > Hi, > > My application just reached the free billig qouta and has been > disabled. I tried to enable the billig and waited about 25 minutes for > it to be activated. Afte

[google-appengine] URGENT! I cannot enable billing

2010-01-18 Thread Magnus O.
Hi, My application just reached the free billig qouta and has been disabled. I tried to enable the billig and waited about 25 minutes for it to be activated. After I waited 25 minutes the account went from being activated to free. Why hasn't my quouta been release and why is the account labeled a

[google-appengine] Re: Long Response times?

2009-11-30 Thread Magnus O.
can accept "gzip". > > > As far as your client side results go, this could simply be a result of > > geographic latency. The 95ms is the time it takes to render the page, and > > what you are seeing in Firebug is the full round trip time. > > > On Thu, Nov 2

[google-appengine] Re: Long Response times?

2009-11-26 Thread Magnus O.
de > using a tool such as YSlow: > > http://developer.yahoo.com/yslow/ > > This will tell you if you need to set cache headers, minify JavaScript, etc. > Can you post some numbers from both the server and the client? > > On Tue, Nov 24, 2009 at 12:14 AM, Magnus O. < >

[google-appengine] Re: Long Response times?

2009-11-24 Thread Magnus O.
that your application may be cycling out. We do > this to dynamically adjust the number of instances to match the level of > load your application is experiencing. If your application is cycled out, > when a request comes in, we cycle it back in, but to do this, we need to >

[google-appengine] Long Response times?

2009-11-23 Thread Magnus O.
Hi, I just started developing with python and google app engine and my first project is to build a small easy proxy server to enable cross domain xml requests from the client. I'm experiencing logn response times in all python handlers. Static files as being served fast but python handlers are loa

[google-appengine] Re: Request Greater Index Quota?

2009-08-27 Thread O
Ok, I emailed you. Thanks On Aug 25, 7:43 pm, "Jeff S (Google)" wrote: > Hi O, > > I've reset the index count quota and error out the indexes which were stuck > in the building state. It does look like you have quite a few indexes, how > many do you anticipate nee

[google-appengine] Re: Request Greater Index Quota?

2009-08-27 Thread O
Ok, I emailed you. Thanks On Aug 25, 7:43 pm, "Jeff S (Google)" wrote: > Hi O, > > I've reset the index count quota and error out the indexes which were stuck > in the building state. It does look like you have quite a few indexes, how > many do you anticipate nee

[google-appengine] Request Greater Index Quota?

2009-08-25 Thread O
When I upload (ogweb.appspot.com), I get the error 500 message. I searched here, and it seems that error is related to the index quota. I do have a lot of indexes. How do I request a greater index quota? Thanks. --~--~-~--~~~---~--~~ You received this message bec