[google-appengine] Google Appengine trying to serve me files instead of a route

2020-10-08 Thread Amiran G
Hi, I've got a node server (express) that needs to serve files from Storage. The url would look something like example.com/thumbnails/filename.jpg I have registered a route with express for /thumbnails/:id which works fine locally on my computer, but on appspot.com it will try to serve me a

[google-appengine] Google appengine free quota per application?

2020-02-19 Thread animesh sharma
I would be developing couple of tiny web app and android app and would like to select an PAAS platform. I was reading about google appengine the part that I am not clear is does the free quota offered by appengine is it per application or for the entire account, reading the doc

[google-appengine] Google AppEngine - Despite being granted more quota for Billing apps, I still cannot add Billing to the 6th or more apps

2019-11-17 Thread Ben Falchuk
I have Billing enabled for 5 personal/non-paid/free apps on AppEngine. I requested permissions for more Billing accounts for non-paid apps and the request was 'granted' several times by google (see their response below). Yet, I still cannot add Billing for the 6th app - it says: Unable to

Re: [google-appengine] Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-13 Thread Hampus Boås
Hello, Thank you for the quick response, I will try adding the env variables to the app.yml file. I've already have the beta setting. The strange thing about this, is that the server is responding for some days. But suddenly looses the connection ability to the SQL. Tanks! Den onsdag 11

Re: [google-appengine] Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-11 Thread Poloyapoy's Prince
what On Wed, Sep 11, 2019, 7:51 PM Hampus Boås wrote: > Hello, > > I have several projects on Google AppEngine Flexible, but one of my > projects randomly after a couple of days looses the ability to connect to > the database. > > I'm using the unix socket to connect and i have SQL Admin

Re: [google-appengine] Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-11 Thread Mua Rachmann
Hi Hampus, Is your app.yaml file well configured with the database credentials? such as connection name, database name etc etc. DB_CONNECTION: mysql DB_HOST: localhost DB_DATABASE: xxx DB_USERNAME: xx DB_PASSWORD: xxx DB_SOCKET: /cloudsql/:us-central1: If running on beta

[google-appengine] Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-11 Thread Hampus Boås
Hello, I have several projects on Google AppEngine Flexible, but one of my projects randomly after a couple of days looses the ability to connect to the database. I'm using the unix socket to connect and i have SQL Admin activated. If i debug the sql instance and the flexible instance they

[google-appengine] Google Appengine OutBound traffic not going from Custom domain

2018-12-30 Thread Chamika Adikari
I am setting up a server in google app engine and i have linked a custom domain to it also I can access it from the correct URL. I use this server to issue requests to a third party payment gateway where they whitelist the domain of requests.I cant access it because my requests are not coming

[google-appengine] Google Appengine OutBound traffic not going from Custom domain

2018-12-30 Thread Chamika Adikari
I am setting up a server in google app engine and i have linked a custom domain to it also I can access it from the correct URL. I use this server to issue requests to a third party payment gateway where they whitelist the domain of requests.I cant access it because my requests are not coming

[google-appengine] Google Appengine SSL certificates - "The SSL certificate provided could not be inserted", tried everything!

2017-05-30 Thread Garth Bannister
I have the following setup (adresses are made up obv): * A top domain purchased via Namecheap - mygame.xyz * An App Engine app - https://mygame-123456.appspot.com/ * A Cloudflare account. My wish is to have all traffic go through Cloudflare so that I can have DDoS protection and SSL. Cloudflare

[google-appengine] Google Appengine Python - ImportError No module named appengine.api

2017-04-07 Thread Diego Molteni
Hi All, I have this problem and I really don't know how to fix it any help? from oauth2client.contrib.appengine import AppAssertionCredentials def generate_jwt(): credentials = AppAssertionCredentials( 'https://www.googleapis.com/auth/iam') Enter code her from google.appengine.api import

[google-appengine] Google AppEngine Search, Python API missing from SDK?

2017-02-07 Thread Nick Papadonis
Hi Folks, I would like to use this API, however after installing google-appengine via PIP (1.5.1 latest), I'm unable to find the Search API in the module. # pip list |grep appengine google-appengine (1.5.1) $ ls env/lib/python2.7/site-packages/google/appengine/api | grep search

Re: [google-appengine] google appengine online documentation appears to be down

2016-10-04 Thread Carl Midson
I'd looked at that page, saw only green dot's and failed to read the text at the bottom of the page. Sorry about that. On Tuesday, October 4, 2016 at 4:17:40 PM UTC-4, Les Vogel wrote: > > https://status.cloud.google.com/ > > says: > > Starting at 12:02pm PDT, some documentation based pages

Re: [google-appengine] google appengine online documentation appears to be down

2016-10-04 Thread 'Les Vogel' via Google App Engine
https://status.cloud.google.com/ says: Starting at 12:02pm PDT, some documentation based pages hosted in cloud.google.com started returning 404. We are currently working in restoring full access to the site. On Tue, Oct 4, 2016 at 1:00 PM, Carl Midson wrote: > Hi, > > Please

[google-appengine] google appengine online documentation appears to be down

2016-10-04 Thread Carl Midson
Hi, Please forgive me if this is the wrong place to report this... But it seems if some of the online documentation is currently offline and failing with a 404 error. That or the pages have been moved and the google index is yet to reflect the change. for example:

[google-appengine] Google AppEngine blocked by MailChimp because of security issues

2016-06-08 Thread Richard Druce
We noticed some of our posts to MailChimp from AppEngine were being returned with 403 error messages and access denied. We followed up with MailChimp who said the IP addresses were blocked permanently because they had been detected running running head scans of their network. What controls

[google-appengine] Google AppEngine - Firewall Notification:Your access has been blocked by firewall policy 732

2015-07-28 Thread Deepak Kumar
I am trying to fetch http url in my app, it works fine on my local server (dev env) but when i deploy this on Google AppEngine.. it shows below Firewall Notification Firewall Notification - Your access has been blocked by firewall policy 732. If you have any further concerns, please contact

[google-appengine] Google appengine source code download error even with --nocookies and --oauth2

2015-04-30 Thread matt baker
python appcfg.py -- no_cookies -A appid; -V 1 download_app E:\gae Authentication successful. Error 400: --- begin server output --- Client Error (400) The request is invalid for an unspecified reason. --- end server output --- -- You received this message because you are subscribed to the

Re: [google-appengine] Google appengine source code download error even with --nocookies and --oauth2

2015-04-30 Thread Vinny P
Instead of calling -A appid, can you try replacing it with -A s~appid (ignore the quotation marks)? And try again without the nocookies/oauth argument? - -Vinny P Technology Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Thu, Apr 30,

[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] Google AppEngine Endpoints and TrustedTester Program

2012-11-07 Thread Alexej Haak
The technology is great, and easy to handle. I love it so far Only thing that sucks is that I haven't found why it isn't working for an hour.. then I found the admin log feature (only looked at the normal user log..) and found out that endpoints isn't avaible to me. I've signd up to it alrdy,

Re: [google-appengine] Google AppEngine Endpoints and TrustedTester Program

2012-11-07 Thread Dan Holevoet
Hi Alexej, We go through the invites on a ~weekly basis, so you shouldn't have to wait too long. (Which will remain true as long as the signup form remains open.) Thanks, Dan On Wed, Nov 7, 2012 at 1:24 PM, Alexej Haak alexejmichaelh...@googlemail.com wrote: The technology is great, and

[google-appengine] google appengine redirect loop

2012-11-06 Thread PortAlfred
Hi I have seen some other people experiencing a problem like this in the groups and they needed to have their account repaired. I deleted a domain from my organisation and added it to a friend's organisation, and now when I try to log into google app engine, I get a redirect loop. I have

[google-appengine] Google Appengine Datastore

2012-03-05 Thread rroj
Hello everyone! Can anyone suggest a reading on incorporating Datastore insert, edit and delete on JSP. I'm kinda new and a bit confused. Thanks very much :) -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the

[google-appengine] Google AppEngine SSL without a proxy: a cross-domain approach works, partially

2012-01-10 Thread MG
Hello! I serve my gwt-based app from Google AppEngine from myapp.appspot.com - both the script (GWT) and data (XMLHTTPRequest POSTs). If I open https://myapp.appspot.com/app.html, everything works perfectly in all modern browsers. However, I want to serve the .html page from my custom domain

[google-appengine] Google Appengine (Java) Google Apps Market Place

2011-03-14 Thread nacho
Hi, I'm following this tutorial: http://code.google.com/intl/es-AR/googleapps/marketplace/tutorial_java.html#Integrate-OAuth I allready created my vendor profile, my listing, uploaded my manifiest.xml, uploaded my app to appengine. And I could install my app on my domain, but, when I try to

Re: [google-appengine] Google Appengine Documentation

2010-10-19 Thread Ikai Lan (Google)
It's downloading for me. The link was probably updated before the docs were uploaded. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Fri, Oct 15, 2010 at

[google-appengine] Google Appengine Documentation

2010-10-15 Thread Joseph Mansigian
Hello Google Staff, Today when I downloaded version 1.3.8 of appengine I also tried to download the updated documentation ( 2010-10-14 ) but got a 404 error. Joe Mansigian -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Google Appengine is BROKEN

2010-07-22 Thread nischalshetty
Please help, I'm facing a major issue due to which users aren't able to login to my app http://justunfollow.com It uses twitter oAuth for authentication. There is no problem with the twitter API and the code has been running from 6 months now. All of a sudden the https connection with twitter is

Re: [google-appengine] Google AppEngine Indexing

2010-07-21 Thread Robert Kluin
Sometimes the index servers get bogged down. When that happens, even for an empty datastore, you will have to wait for new indexes. Slow initial index building is a pretty common complaint. Robert On Jul 20, 2010, at 20:59, GeekTantra geektan...@gmail.com wrote: I am trying to create an

[google-appengine] Google AppEngine Indexing

2010-07-20 Thread GeekTantra
I am trying to create an application on appengine. The problem is when I deploy it to production, even with empty datastore, it takes atleast 2 hours for the indexes to start serving. The contents of the index.yaml are: - kind: comments properties: - name: content_type_id - name: is_public

Re: [google-appengine] Google AppEngine Indexing

2010-07-20 Thread Michael DeLaney
I think that it is possible to manually configure your indexes as part of your app.yaml file... or perhaps it is your index.yaml... On Tue, Jul 20, 2010 at 7:59 PM, GeekTantra geektan...@gmail.com wrote: I am trying to create an application on appengine. The problem is when I deploy it to

Re: [google-appengine] google-appengine] A tip to speed up a local large development datastore: use ramdisk [linux]

2010-03-29 Thread Ikai L (Google)
Cool tip! 2010/3/28 José Moreira matrixowns...@gmail.com Setup something like http://ubuntuforums.org/showthread.php?t=182764 and set your datastore path on to the ramdisk with : --datastore_path=PATH Path to use for storing Datastore file stub data. (Default

[google-appengine] google-appengine] A tip to speed up a local large development datastore: use ramdisk [linux]

2010-03-28 Thread José Moreira
Setup something like http://ubuntuforums.org/showthread.php?t=182764 and set your datastore path on to the ramdisk with : --datastore_path=PATH Path to use for storing Datastore file stub data. (Default /tmp/dev_appserver.datastore) *** speed tests *** Regular disk: jmore...@mint ~/Tmp $

[google-appengine] google-appengine@googlegroups.com

2009-04-20 Thread Ken Corey
Has anyone succeeded in using z3c.rml with AppEngine yet? I've got a need to create a complex and long document that something like a z3c.rml would be much handier. I've spent the best part of today trying (in vain) to get it simply working on my windows command line, much less from within the

[google-appengine] Google AppEngine for Java registration

2009-04-08 Thread Rubem Azenha
Hi, I'm not sure this is the rigth place for this message, but I was unable to another place more suitable... I made my registration some hours ago for the Google AppEngine for Java (I already owned a Python account). Then I received an e-mail from appengine.nore...@google.com (which is copied

[google-appengine] [google-appengine]

2009-03-08 Thread Steve Robillard
I am working on a blog article on GAE and using it as a CDN per the yslow suggestions. I have a few questions I would like to verify. 1) Is this data geographically dispersed and served from a location closest to the user? I thought that it was, but saw a recent post stating that all datastor