[google-appengine] Setting regions when creating a scheduled query in BQ

2022-01-30 Thread Paul Swanson
o do about the issue. Thanks in advance for your help! Paul -- DISCLAIMER NOTICE Stamford American International School ("SAIS") is part of the Cognita group. The information contained in this e-mail and any attachments is confidential and may be the subject of legal, professional

[google-appengine] There's a new sherif in town! Hi, I'm PoLy, wanna play?...

2019-09-09 Thread Paul L. Diaz
On Monday, August 19, 2019 at 9:58:29 AM UTC-7, Haopei Yang wrote: > Hello, I have posted this same question on stackoverlfow. > > > > I am going through the Google Cloud Platform's Python Bookshelf App Tutorial  > and I am at the step of starting up my virtualenv where I am stuck. > Running 

[google-appengine] [flex] Is there a way to call the HTTPS URL in cron?

2018-11-14 Thread Paul Kim
Is there a way to call the HTTPS URL in cron? Cron seems to call the HTTP URL and I have a redirect to force HTTPS on my app. Is there a way to force cron to call to the HTTPS URL? I am on flex php. I can make an exception in my redirect code for the tasks that cron will run but the

[google-appengine] 500 and 502 Erros

2018-09-10 Thread Paul Kim
I'm getting 500 and 502 errors on my PHP 7 app on GAE Flex. Not on every request but on some random ones. Refreshing the page usually works. Also, the application feels sluggish overall. The requests with errors do not show up in GAE logs but only in Cloud HTTP Load Balancer. No changes

Re: [google-appengine] Setting memory for build instances for Flex Env

2018-08-16 Thread Paul Kim
: > cpu: 1 > memory_gb: 1 > disk_size_gb: 10 > > > Maximiliano Contartesi | mcont...@tecnogo.com | +54 > 11 5680-3350 | www.tecnogo.com > > > > El jue., 16 de ago. de 2018 a la(s) 16:16, Paul Kim (kin...@gmail.com > ) escribió: > >> Hello, >>

[google-appengine] Setting memory for build instances for Flex Env

2018-08-16 Thread Paul Kim
Hello, Is there a way to increase the memory available on the build instance for the PHP Flexible Environment? I am running out of memory during the build process when deplying, specifically on a script in composer install. -- You received this message because you are subscribed to the

[google-appengine] Re: 502 Errors on every request to GAE Flex PHP Runtime

2018-05-28 Thread Paul Kim
Thank you for the update. Is there a reason why this issue was not posted to the Google Cloud Platform Status dashboard? We wasted a few hours yesterday trying to determine the cause of the issue. Luckily, our production service was unaffected. On Saturday, May 26, 2018 at 12:07:29 PM

[google-appengine] 502 Errors on every request to GAE Flex PHP Runtime

2018-05-25 Thread Paul Kim
Hello, Issue: 502 errors on every web request to newly deployed apps (as of this morning) on Google App Engine Flexible Environment with PHP runtime with a custom service specified in app.yaml. I started encountering this error today. Every request to the application results in a 502 error.

Re: [google-appengine] SSL version

2017-12-19 Thread 'Paul Fabbroni' via Google App Engine
Probably because that doesn't tell him anything On Friday, June 10, 2011 at 1:06:25 AM UTC-4, Robert Kluin wrote: > > Why don't you just go to https://appspot.com and view the connection > and certificate info? > > > On Wed, Jun 8, 2011 at 22:38, Khang Nguyen > wrote: > >

[google-appengine] Re: SSL error when uploading in Google App Engine

2017-09-12 Thread Paul Ceccato
those error messages are useless, especially when they imply it is a temporary problem with app engine, when most likely it is a problem with your certificate. I have seen this same error message previously if you try to upload a 4096 bit certificate - App engine can only cope with 2048 max.

Re: [google-appengine] Sydney Data Center and migration of app engine application

2017-09-07 Thread Paul Ceccato
key file, however, the error message that is returned is very vague and not particularly useful. Anyway, its all resolved now, thanks! Paul > On 8 Sep 2017, at 12:48 am, 'Yannick (Cloud Platform Support)' via Google App > Engine <google-appengine@googlegroups.com> wrote: >

Re: [google-appengine] Re: Sydney Data Center and migration of app engine application

2017-09-06 Thread Paul Ceccato
, Paul Ceccato <pcecc...@gmail.com> wrote: > So it is. I managed to recreate my app in the sydney region and migrate > the data from a datastore backup. > > I don't know if its my imagination, but the app seems snappier with the > reduced latency > > Paul > > On Mond

[google-appengine] Re: Sydney Data Center and migration of app engine application

2017-09-04 Thread Paul Ceccato
So it is. I managed to recreate my app in the sydney region and migrate the data from a datastore backup. I don't know if its my imagination, but the app seems snappier with the reduced latency Paul On Monday, September 4, 2017 at 11:19:23 PM UTC+10, Yannick (Cloud Platform Support) wrote

[google-appengine] Re: Sydney Data Center and migration of app engine application

2017-09-04 Thread Paul Ceccato
That article says that Google App Engine is not available in the Sydney region and will come later... On Tuesday, August 29, 2017 at 6:35:15 PM UTC+10, Mark Hetherington wrote: > > Hi, > > With the commissioning of the Sydney data centre, there are no doubt many > Australia based customers

Re: [google-appengine] Re: Issue deploying AppEngine Flexible Endpoints example app .Net

2017-07-06 Thread Paul Mazzuca
quot; was ran : > >- IO.Swagger.deps.json >- IO.Swagger.dll >- IO.Swagger.pdb >- IO.Swagger.runtimeconfig.json >- IO.Swagger.xml > > On Friday, June 30, 2017 at 5:27:18 PM UTC-4, Paul Mazzuca wrote: >> >> I started from scratch. Here are the

Re: [google-appengine] Re: Issue deploying AppEngine Flexible Endpoints example app .Net

2017-06-30 Thread Paul Mazzuca
02:14 PM UTC-4, Yannick (Cloud Platform > Support) wrote: >> >> Thanks for this precision Paul. I don't yet know why you're getting this >> issue but with the added context of "Error Response: [9] Application >> startup error:" we now know that the application

Re: [google-appengine] Re: Issue deploying AppEngine Flexible Endpoints example app .Net

2017-06-29 Thread Paul Mazzuca
Response: [9] Application startup error: ... stacktrace from previous post On Thu, Jun 29, 2017 at 11:52 AM, 'Yannick (Cloud Platform Support)' via Google App Engine <google-appengine@googlegroups.com> wrote: > Hello Paul, could you please clarify if this error is the only output you > get

[google-appengine] Issue deploying AppEngine Flexible Endpoints example app .Net

2017-06-28 Thread Paul Mazzuca
In following the instructions for https://cloud.google.com/endpoints/docs/get-started-app-engine-dotnet, when running the following commands, I receive the exception below: gcloud beta app deploy .\bin\Debug\netcoreapp1.0\publish\app.yaml Unhandled Exception: System.IO.FileNotFoundException:

Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
That's unfortunate. Will it ever be supported, and if so when? On Mon, Feb 27, 2017 at 11:58 AM, 'Les Vogel' via Google App Engine < google-appengine@googlegroups.com> wrote: > Hi Paul, > > Quickly looking at the Github Repository > <https://github.com/GoogleCloudPlatform

Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
0-beta1. Do you still experience the same issue on that version? > > On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote: >> >> After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId >> com.google.cloud.tools, I am unable to get the G

[google-appengine] Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId com.google.cloud.tools, I am unable to get the GCS client to work in dev mode. I followed the short documentation @

[google-appengine] Re: Migrating from Endpoints v1 to v2 for AppEngine

2017-02-21 Thread Paul Mazzuca
20, 2017 at 6:22:49 PM UTC-8, Paul Mazzuca wrote: > > In trying to migrate to Endpoints V2 for GAE, I have been unable to get > the example located at &g

[google-appengine] Migrating from Endpoints v1 to v2 for AppEngine

2017-02-20 Thread Paul Mazzuca
In trying to migrate to Endpoints V2 for GAE, I have been unable to get the example located at java-docs-samples/appengine/endpoints-frameworks-v2/backend (git clone https://github.com/GoogleCloudPlatform/java-docs-samples) to work. Does anyone know where the documentation for localhost

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

2017-02-17 Thread Paul Davies
Did you ever resolve this? I am running into this now On Thursday, June 9, 2016 at 2:33:19 AM UTC+2, Richard Druce wrote: > > 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

[google-appengine] Help! Can't deploy my coursebuilder. "This application does not exist"

2017-02-01 Thread Paul Edison
Hey guys! I'm a bit lost here. I'm trying to deploy coursebuilder. I've created the project in my Google API dashboard. After running the deployment script, I was asked for authentication. It was successful. Logged into the right email address/account. But then, I got an error message. Closed

Re: [google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-10 Thread Paul Mazzuca
Hi all, I actually have successfully been using GAE Endpoints with GWT 2.8.0 for some time now. My setup includes Maven and RestyGWT which has worked extremely well. I will try and post a archetype soon, but unfortunately have been extremely busy. If you have specific GWT questions (i.e

Re: [google-appengine] Endpoints build issue GAE 1.9.44

2016-11-04 Thread Paul Mazzuca
Thanks Ludo. > On Nov 4, 2016, at 7:13 AM, 'ludovic Champenois' via Google App Engine > <google-appengine@googlegroups.com> wrote: > > 1.9.46 is now out, > > Ludo > >> On 10/19/16 3:00 PM, Paul Mazzuca wrote: >> Anyone else encounter the following issue

[google-appengine] Endpoints build issue GAE 1.9.44

2016-10-19 Thread Paul Mazzuca
Anyone else encounter the following issue when updating GAE? Updated from 1.9.42 -> 1.9.44 today. Did not change anything except the version. I received the following error: [ERROR] Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.44:endpoints_get_discovery_doc

Re: [google-appengine] Advantages of Google Datastore Entity Groups

2016-10-06 Thread Paul Mazzuca
App Engine < google-appengine@googlegroups.com> wrote: > On Tue, Oct 4, 2016 at 5:23 PM, Paul Mazzuca <paul.j.mazz...@gmail.com> > wrote: > >> Is there any reason to use an Entity Group in Google Datastore other than >> for enabling transactions? >> > >

[google-appengine] Advantages of Google Datastore Entity Groups

2016-10-04 Thread Paul Mazzuca
Is there any reason to use an Entity Group in Google Datastore other than for enabling transactions? For example, does having entities in the same entity group speed up queries? The situation that I run into often is whether to have X be a parent to Y or have X be a property of Y. Both

Re: [google-appengine] Re: Best practices for AppEngine Datastore RESTful APIs with long descendant path

2016-10-04 Thread Paul Mazzuca
d B, I was suggesting that A and B Ids should always accompany C on the client. On Fri, Sep 30, 2016 at 3:27 PM, Anastasios Hatzis <a...@hatzis.de> wrote: > Paul, > > in our app we use a combination of both scenarios in most cases. First of > all, I typically distinct between

[google-appengine] Best practices for AppEngine Datastore RESTful APIs with long descendant path

2016-09-30 Thread Paul Mazzuca
Let's say I want to represent a city in the US in the datastore: It might look like this Country --> State --> County --> City In my REST API I want to be able to read all citys in a state, and then update a city. How should the API look? Clearly, to update a city, I would need the full

[google-appengine] Dispatch routing to specific module

2016-09-15 Thread Paul Canning
Is there anyway to achieve this at all? We are currently using a specific version, "dev", of our module, alongside the live version. Ideally we want to use a custom subdomain to point to the dev version, rather then using the horrible long URL. However, as stated here,

[google-appengine] Re: Appengine routing rules not working ...

2016-09-15 Thread Paul Canning
Some of the app engine console was updated. Instead of setting a "default" version, it now uses traffic splitting. So your live version is the default, as it gets 100% of the traffic. I also believe you cannot dispatch to specific module versions. Dispatch.yaml only allows routing to a module

[google-appengine] Daily usage has shot up, eating through thousands of instance hours

2016-09-01 Thread Paul Canning
We have noticed that in the past month, instance hours (front end and Cloud SQL) have shot up, in some cases tripling what it used to be. We have 3 main app engine modules running 1. WordPress site 2. CodeIgniter based PHP web app 3. CodeIgntier based PHP custom API We don't have a

Re: [google-appengine] Re: DNS not resolving for custom domain

2016-08-13 Thread Paul Mazzuca
to the default DNS > records, that may be the issue. At minimum, you need to set up a CNAME > record for the subdomain you want to map (eg. 'www') that points to > ghs.google.com, see https://cloud.google.com/ > appengine/docs/python/console/using-custom-domains-and-ssl. > > On

[google-appengine] DNS not resolving for custom domain

2016-08-12 Thread Paul Mazzuca
Does anyone know how long it usually takes for DNS to resolve for a custom domain provided by Google and mapped to a GAE project? After mapping my custom domain, the prompt said that it would take 24 hours. However, 96 hours later, DNS is still not resolving and unfortunately Google does not

[google-appengine] Issue with appengine-gcs-client dependency

2016-07-22 Thread Paul Mazzuca
I just received this error for the first time without having made any changes to my code. Failed to collect dependencies at com.google.appengine.tools:appengine-gcs-client:jar:0.6 -> com.google.http-client:google-http-client:jar:[1.19.0,2.0): No versions available for

Re: [google-appengine] Re: AppEngine Endpoints Issue?

2016-05-13 Thread Paul Mazzuca
Any updates on this issue? Any guidance? On Wednesday, May 11, 2016 at 8:25:03 AM UTC-7, Ludovic Champenois wrote: > > Investigating, > Thanks for the detailled info, > Ludo > > On 5/11/16 8:14 AM, Paul Mazzuca wrote: > > I think this is a bug in GAE. I also think tha

[google-appengine] Re: AppEngine Endpoints Issue?

2016-05-11 Thread Paul Mazzuca
d.com.google.api.client.repackaged.org.apache.commons.codec.binary.StringUtils > > in GAE java 1.9.37 > I think this is why it can't work. > > Is this a bug or something I miss when upgrade to GAE java 1.9.37 ? > > On Wednesday, May 11, 2016 at 12:53:09 AM UTC+8, Paul Maz

[google-appengine] AppEngine Endpoints Issue?

2016-05-10 Thread Paul Mazzuca
When running the following EndPoints example with GAE 1.9.37 as so, git clone https://github.com/GoogleCloudPlatform/appengine-endpoints-helloworld-java-maven #change the version in the POM to 1.9.37 mvn appengine:devserver I receive the following error: [ERROR] Failed to execute goal

Re: [google-appengine] Re: Trying to create an App Inventor custom TinyWebDB - error You do not have permission to modify this app

2016-03-10 Thread Paul Brown
I have no idea how that fixed it (I already had the right permissions), but for whatever reason that has indeed fixed it. Thank you soo much!!! On Thu, Mar 10, 2016 at 1:54 PM, 'Zeehad (Cloud Platform Support)' via Google App Engine <google-appengine@googlegroups.com> wrote: > H

[google-appengine] Trying to create an App Inventor custom TinyWebDB - error You do not have permission to modify this app

2016-03-09 Thread Paul Brown
I'm trying to follow the instructions located here: http://beta.appinventor.mit.edu/learn/reference/other/tinywebdb.html When I go to deploy the webDB app, after creating a new Project (the instructions say create an Application, but all I can see is Create a new Project, so I'm hoping

[google-appengine] TaskAlreadyExistsException does not provide getMessage()

2015-11-17 Thread Paul Canning
I am using named Tasks in my PHP GAE application (using the current time, to the minute, stops a ton of tasks being submitted) and noticed that when TaskAlreadyExistsException is hit, there is no getMesaage() for the exception. Same goes for InvalidArgumentException. -- You received this

[google-appengine] How to add a task to Push Queue from a different module?

2015-11-16 Thread Paul Canning
I have two "modules", one being the main application and the other acting as an API. Both use the same Cloud SQL and Storage. How can I, in my code, add a task, from the API, to the Push Queue and have it run code that sits in the main application module? Is it simply a case of adding a task

[google-appengine] Re: How to add a task to Push Queue from a different module?

2015-11-16 Thread Paul Canning
t; TaskOptions task = > TaskOptions.Builder.withUrl(url).method(TaskOptions.Method.GET) > .header("Host", > ModulesServiceFactory.getModulesService().getVersionHostname(MODULE_WEB_TASKS_NAME, > > MODULE_WEB_TASKS_VERSION)); > QueueFactory.getDefault

[google-appengine] Re: Can Push Queue tasks be executed in order?

2015-11-16 Thread Paul Canning
How can you check for an existing running Task (in PHP)? Is there a way to "label" a task or do you have to check for its ID? On Saturday, November 14, 2015 at 3:43:04 AM UTC, Adam wrote: > > Hi Paul, > > It's possible to launch a task from another task. This means each

[google-appengine] Re: CodeIgniter - PHP Push Tasks giving different outcomes

2015-11-13 Thread Paul Canning
: admin? On Thursday, November 12, 2015 at 7:22:28 PM UTC, Joshua Johnston wrote: > > Can you show us what the handlers section of your yaml looks like for the > non-working module? > > On Thursday, November 12, 2015 at 12:42:42 PM UTC-5, Paul Canning wrote: >> >> I ha

[google-appengine] Re: where the release notes for app engine 1.9.29?

2015-11-13 Thread Paul Canning
Would be even nicer for them to tell cusomters when new versions are made live :/ On Friday, November 13, 2015 at 3:45:28 PM UTC, Rif Kiamil wrote: > > How can you put me on a runtime with no release notes? > -- You received this message because you are subscribed to the Google Groups "Google

Re: [google-appengine] Re: Google App Engine & Google Play Music... making apps that manage playlists on GAE

2015-11-13 Thread Paul Canning
guages (the interface is REST, and is > how the unofficial api accesses everything). Google just needs someone to > write a thin wrapper over it and make it available, or at the very least, > remove the blocking so the existing unofficial api can work. > > On Fri, Nov 13, 2015, 10:44 AM Pau

[google-appengine] Re: Google App Engine & Google Play Music... making apps that manage playlists on GAE

2015-11-13 Thread Paul Canning
The thing is, it IS asking a lot. It's not like it'll take one guy an afternoon of work. I highly doubt they'll make any form of API for Google Music, as you can create playlists etc on the website already. People wanting an API for their own personal projects are going to be numbered in the

[google-appengine] Re: CodeIgniter - PHP Push Tasks giving different outcomes

2015-11-13 Thread Paul Canning
Yea, I may also implement checking the request headers that the push tasks queue sets. Cheers! On Friday, November 13, 2015 at 1:45:01 PM UTC, Joshua Johnston wrote: > > login: admin is the way we do them as well. > > On Friday, November 13, 2015 at 5:00:25 AM UTC-5, Paul C

[google-appengine] Can Push Queue tasks be executed in order?

2015-11-13 Thread Paul Canning
Say if I have 10 tasks I need to run, is there a way I can make sure tasks 1-9 are complete (in any order) before task 10 is launched? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] CodeIgniter - PHP Push Tasks giving different outcomes

2015-11-12 Thread Paul Canning
I have a CI app and I am trying to get Push Tasks to work. I have a controller, controller_a, with a method, method_a, which tells GAE to add a task to the queue, to hit controller_a/method_b, with a basic payload. Method_b simply writes a file to GCS (using verified working code). Now, my

[google-appengine] Re: PHP - No HTTP_X_REQUESTED_WITH/X-Requested-With header given for ajax requests

2015-10-21 Thread Paul Canning
Yes, I checked all headers, using Chrome Inspector, POSTMan and using my PHP app to spit them out in JSON format. On Tuesday, October 20, 2015 at 8:09:42 PM UTC+1, Kaan Soral wrote: > > Are you checking all the headers by the way? > > Usually the naming of headers change, but with Python,

[google-appengine] PHP - No HTTP_X_REQUESTED_WITH/X-Requested-With header given for ajax requests

2015-10-20 Thread Paul Canning
I am making various AJAX requests from a HTML5 web-app to my PHP application (CodeIgniter) on GAE (PHP), and I am not seeing the HTTP_X_REQUESTED_WITH/X-Requested-With header in the headers. In a slightly related issue, I am also not getting the Content-Length headers from GAE (PHP). -- You

[google-appengine] Cloud Storage getImageServingUrl questions

2015-09-23 Thread Paul Canning
I have a page that loads in a lot of different sized images via AJAX, some "landscape" (1280x720) and some "portrait" (720x1280). I'd like to display them in Bootstrap 3, using the responsive image class. Ideally it'd be good to show all images using a max height limit, say 200px. Using

Re: [google-appengine] Re: Cloud Storage getImageServingUrl questions

2015-09-23 Thread Paul Canning
I'm guessing then there is no way to do this without cropping? On 23 September 2015 at 15:21, Ryan (Cloud Platform Support) < rbruy...@google.com> wrote: > Salutations Paul, > > Have you looked at the crop flag > <https://cloud.google.com/appengine/doc

[google-appengine] Download specific Module code?

2015-08-04 Thread Paul Canning
I know you can download your default module code using appcfg.py download_app and even a specific version of the default module. Nut is it possible to download the code of a MODULE? E.G I have the the default app, Website A. I thne have a module, which is an entirely different site, Website B.

Re: [google-appengine] Re: Download specific Module code?

2015-08-04 Thread Paul Canning
be Website A. You CANNOT specify anyway to download Website B, left alone a version of it. On Tue, Aug 4, 2015 at 3:59 PM, Ryan (Cloud Platform Support) rbruy...@google.com wrote: Salutations Paul, When you download code for a version it downloads all the modules in that version

Re: [google-appengine] Re: Download specific Module code?

2015-08-04 Thread Paul Canning
=u'module_name'). --- end server output --- On Tue, Aug 4, 2015 at 4:05 PM, Paul Canning p...@drawandcode.com wrote: I think you have misunderstood. The download_app command ONLY downloads the default app engine module for a project. Example: - Project - top level, google Cloud Platform

[google-appengine] Re: Download specific Module code?

2015-08-04 Thread Paul Canning
Also, for download_app the -A option does not work (for me) unless I put the PROJECT name. I tried app (modules) names but it says the application doesnt exist. I have full permissions. Do you have to login to appcfg.py download_app in any way to show you are authorized? I tried appcfg.py

Re: [google-appengine] Re: Download specific Module code?

2015-08-04 Thread Paul Canning
modules are present. What I think is happening with you is you are confusing App Engine modules https://cloud.google.com/appengine/docs/python/modules/ and company decided modules. Do they have different app ids? On Tuesday, August 4, 2015 at 6:32:00 AM UTC-4, Paul Canning wrote: I know you

[google-appengine] Billing issue

2015-08-03 Thread Paul Canning
Hi, I have an outstanding bill to pay (due to a card being cloned and therefore cancelled) but I'd like to know if there is a way to pay the bill by assigning it to a new billing account, transferring the balance if you will. I understand I can just pay the bill with a new card (I think!) but

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-29 Thread Paul Canning
/downloads On Tue, Jul 28, 2015 at 2:03 AM, Paul Canning p...@drawandcode.com wrote: Google Cloud SDK 0.9.70 app 2015.07.16 app-engine-java 1.9.23 app-engine-python 1.9.23 app-engine-python-extras 1.9.21 bq 2.0.18 bq-win 2.0.18 core 2015.07.16 core-win 2015.06.02 gcloud 2015.07.16 gsutil 4.13

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-28 Thread Paul Canning
at 12:31 AM, Mars Lan mars...@google.com wrote: What version of SDK are you using? On Mon, Jul 27, 2015 at 4:25 PM, Paul Canning p...@drawandcode.com wrote: I'll give it a go, but like I said, I've never used those flags before and it's worked fine. Why all of a sudden do I need to use them

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread Paul Canning
using terminal or launcher? On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote: The dev app server has started giving me the error: Call to undefined function move_uploaded_file() I am using this same function on a live module and it has worked perfectly in the past on the dev

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread Paul Canning
Sorry my reply was to the message above yours. I'll do a full break down tomorrow. Despite posting in the wrong place, has anyone got any insight on this issue? On 27 Jul 2015 22:21, Nick (Cloud Platform Support) pay...@google.com wrote: Hey Paul, It's great to provide that info. As I

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread Paul Canning
--php_gae_extension_path. They are automatically specified when running from the launcher, and you can see the exact command from the log window. On Mon, Jul 27, 2015 at 4:11 PM, Paul Canning p...@drawandcode.com wrote: Can you link to any documentation? I've never had to do that before. I've always

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread Paul Canning
for things to work correctly. On Mon, Jul 27, 2015 at 2:34 PM, Paul Canning p...@drawandcode.com wrote: Sorry my reply was to the message above yours. I'll do a full break down tomorrow. Despite posting in the wrong place, has anyone got any insight on this issue? On 27 Jul 2015 22:21, Nick

[google-appengine] Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread Paul Canning
The dev app server has started giving me the error: Call to undefined function move_uploaded_file() I am using this same function on a live module and it has worked perfectly in the past on the dev server. I am using PHP 5.5, defined in the config yaml file. -- You received this message

[google-appengine] Re: Cron - targeting a particular version of a particular module

2015-07-24 Thread Paul Canning
to add, my above answer only works for cron.yaml On Wednesday, July 22, 2015 at 3:59:48 PM UTC+1, Paul Canning wrote: Wait, I got it. You can target the versions using the format: version-dot-module e.g. 1-5-dot-main-module On Wednesday, July 22, 2015 at 3:53:36 PM UTC+1, Paul Canning

[google-appengine] Re: Have you had success with Traffic Splitting? How do you use it to roll out new versions?

2015-07-24 Thread Paul Canning
Any word on when we can use it with non-default modules? On Tuesday, July 21, 2015 at 6:53:17 PM UTC+1, David Hardwick wrote: Hello, We haven't used Traffic Splitting yet but it has been an available feature for a while and rumor has it that traffic splitting for non-default modules could

[google-appengine] Re: Idle Dynamic Instance

2015-07-24 Thread Paul Spychala
, 2015 at 6:50:07 PM UTC-4, Patrice (Cloud Platform Support) wrote: Hi Paul, Do you mind including your yaml? The scaling you're using (you say default Module settings, but I'd like to make 100% sure about them). It's possible, with an average of 55,5 ms latency, that the system decided

[google-appengine] Idle Dynamic Instance

2015-07-23 Thread Paul Spychala
App Engine ReleaseTotal number of instancesAverage QPS*Average Latency*Average Memory1.9.242 total9.01055.5 ms64.0 MBytes*Instances *[image: help] https://developers.google.com/appengine/docs/adminconsole/instancesQPS* Latency*RequestsErrorsAgeMemoryApp Engine ReleaseLogsAvailabilityShutdown

[google-appengine] Re: Cron - targeting a particular version of a particular module

2015-07-22 Thread Paul Canning
I am facing a similar issue. Firstly, how do you target a specific version of a module in the dispatch.yaml? The docs only talk about modules. Secondly, is there anyway to use more then 10 dispatch rules? I have already had to use 5 for routing subdomains (unless there is another way to

[google-appengine] Re: Cron - targeting a particular version of a particular module

2015-07-22 Thread Paul Canning
Wait, I got it. You can target the versions using the format: version-dot-module e.g. 1-5-dot-main-module On Wednesday, July 22, 2015 at 3:53:36 PM UTC+1, Paul Canning wrote: I am facing a similar issue. Firstly, how do you target a specific version of a module in the dispatch.yaml

[google-appengine] Re: Cannot use appcfg.py

2015-07-18 Thread Shantanu Paul
, so to speak. Cheers On Tuesday, July 14, 2015 at 3:06:25 AM UTC-4, Shantanu Paul wrote: Some other users facing the same issue: http://stackoverflow.com/questions/5603193/google-app-engine-appcfg-py-shows-the-help-message-for-every-command http://stackoverflow.com/questions/17649402

[google-appengine] Re: Cannot use appcfg.py

2015-07-14 Thread Shantanu Paul
Some other users facing the same issue: http://stackoverflow.com/questions/5603193/google-app-engine-appcfg-py-shows-the-help-message-for-every-command http://stackoverflow.com/questions/17649402/appcfg-py-outputs-help-on-any-action -- You received this message because you are subscribed to

[google-appengine] Cannot use appcfg.py

2015-07-14 Thread Shantanu Paul
Running appcfg.py in CMD with any options and actions causes the standard help commands to be displayed and the action is not performed. I am trying to rollback update as it got stuck during deployment. So running appcfg.py rollback gives: Usage: appcfg.py [options] action I am using

Re: [google-appengine] Naked domain has stopped working

2015-04-21 Thread Paul Canning
, 2015 at 11:12 AM, Paul Canning pa...@drawandcode.com javascript: wrote: I have just checked today and it seems like the naked domain for my app is no longer working. Has anything changed in the past few days about naked domains? Can you screenshot the error page? Is it a standard Google

[google-appengine] Naked domain has stopped working

2015-04-20 Thread Paul Canning
I have just checked today and it seems like the naked domain for my app is no longer working. Previously, I could go to http://mydomain.com and it would load up http://www.mydomain.com (this isn't my actual domain!) BUT, now, going to http://mydomain.com simply shows This web page is not

[google-appengine] How to dispatch to a specific version of a module?

2015-04-17 Thread Paul Canning
Is there a way to route URLs, Tasks or CRON jobs to specific module versions? E.g in dispatch.yaml - url: */mobile/* module: mobile Say I have two versio n of the mobile module, alpha and beta. Can I specify to send the request to alpha mobile module? Or will it always send it to the

Re: [google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-17 Thread Paul Canning
Not really the solution I was after, but ho-hum. On Thursday, April 16, 2015 at 11:48:53 PM UTC+1, Mars Lan wrote: If you really want precise control over the loading order, please run dev_appserver directly from command line. On Thursday, April 16, 2015 at 1:55:50 AM UTC-7, Paul Canning

Re: [google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-16 Thread Paul Canning
the second module, it fails. On 15 Apr 2015 21:37, Mars Lan mars...@google.com wrote: I assume you're on Mac? Is so, you should be able to set the Extra Flags to /absolute/path/to/your/module.yaml and expect it to work. On Wednesday, April 15, 2015 at 7:19:49 AM UTC-7, Paul Canning wrote

[google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-15 Thread Paul Canning
Any help with this? Still can't get it to work On Thursday, April 9, 2015 at 11:58:36 AM UTC+1, Paul Canning wrote: I tried the following in the Launch Settings: module_dir/module_config.yaml module_dir /module_dir /module_dir/module_config.yaml Nothing works. -- You received

[google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-09 Thread Paul Canning
I tried the following in the Launch Settings: module_dir/module_config.yaml module_dir /module_dir /module_dir/module_config.yaml Nothing works. -- 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] Re: Modules and GAE Launcher (PHP)

2015-04-09 Thread Paul Canning
the GoogleAppEngineLauncher application, open the Application Settings window and add the list of modules to the Launch Settings Extra Flags field. On Wednesday, April 8, 2015 at 3:35:38 AM UTC-7, Paul Canning wrote: I am unable to figure out how you use modules with the GAE launcher (PHP version). Is it even

[google-appengine] Modules and GAE Launcher (PHP)

2015-04-08 Thread Paul Canning
I am unable to figure out how you use modules with the GAE launcher (PHP version). Is it even possible? I can use local modules by using the dev_appserver.py command line tool, but I'd like to control it with the launcher. I have added my main app, which is the default module, and then tried

[google-appengine] Re: Managing your App Engine solution from your mobile device

2015-04-08 Thread Paul Canning
Will there be apps for the Play Store Console and Cast Console? On Tuesday, April 7, 2015 at 8:20:32 PM UTC+1, Michael Thomsen (Google Inc.) wrote: We recently announced the beta of Cloud Console for Android, and I wanted to make sure everyone here was aware of that. Details here:

Re: [google-appengine] Re: More Quota issues

2015-04-02 Thread Paul Canning
From what I understood, under the free trial, anything above the free daily quota would be taken from the $300 credit. (with budget set to 0, which was the default. Again, in the trial, I assumed this value didn't matter at all) Under the free trial, we went over a quota (instance hours I think)

Re: [google-appengine] Re: More Quota issues

2015-04-01 Thread Paul Canning
We hit issues using the free trial, and had plenty of credit. Also, all quotas in the dashboard said OK. We have now turned on full billing. On 1 Apr 2015 18:07, Patrice pvoutsi...@google.com wrote: Hey Paul. From the way you speak, it seems like it might be a daily budget that's

[google-appengine] Urgent caching issues

2015-03-27 Thread Paul Canning
I am getting serious caching issues with GAE PHP that I need to resolve. I have set headers in the PHP script to: $this-output-set_header(Cache-Control: no-store, no-cache, must-revalidate, max-age=0); $this-output-set_header(Pragma: no-cache);

[google-appengine] How to redirect a URL (static directory file) to an object in GCS?

2015-03-25 Thread Paul Canning
I have a static file in my app that ideally needs to sit in a bucket in GCS. Unfortunately, there are old references to the direct URL, so I am unable to use the GCS public URL. How can I redirect (think htaccess 301) the static file URL to the GCS object URL? Example:

[google-appengine] Dashboard show old/renamed modules

2015-03-24 Thread Paul Canning
I have some modules that I renamed to better names for organisation purposes. In the dashboard, the old name are still showing in the drop down. How can I remove them? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-24 Thread Paul Canning
I was under the impression naked domain don't work now. I recently setup app engine and added a custom domain. The naked domain doesn't work alone, and I had to add the www sub domain. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: Google Cloud Storage caching files despite disabling cache

2015-03-23 Thread Paul Canning
wrote: As Mars mentioned, enable_cache has nothing to do with the Cache-Control headers that are used when serving objects from Google Cloud Storage. If controls the read-through cache that is used internally inside of app engine. On Saturday, 21 March 2015 14:41:57 UTC-7, Paul Canning

Re: [google-appengine] Unable to use gsutil despite doing authentication steps

2015-03-23 Thread Paul Canning
Turns out it was due to a current bug where you can't run it from any driver other then C: On 23 Mar 2015 06:40, Vinny P vinny...@gmail.com wrote: Hi Paul, After you authenticate, can you look in gsutil's config file and see if any changes were made? If you move the configuration file setting

[google-appengine] Error 302 with Tasks in CodeIgniter

2015-03-21 Thread Paul Canning
I am trying to get some Tasks working with Codegniter, but they simply fail after being added to the queue, with Error 302. You can read here for more info: http://stackoverflow.com/questions/29077055/gae-task-queues-and-error-302-app-error I am thinking its due to how CI uses routes and

[google-appengine] Re: Google Cloud Storage caching files despite disabling cache

2015-03-21 Thread Paul Canning
Again I understand, but it was still caching with it set to false -- 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

  1   2   3   4   >