[google-appengine] Re: App Engine Python3 - Error creating public url for Google Cloud Storage files

2022-06-28 Thread Daniel Kramer
AM UTC-7 Daniel Kramer wrote: > I'm creating a very simple server to pass images to a mobile app. My > images are stored in Google Cloud Storage. I'm new to App Engine in the py3 > env, I've been running a py2.7 app for years. I'm also new to Cloud > Storage. > > I have a

[google-appengine] App Engine Python3 - Error creating public url for Google Cloud Storage files

2022-06-28 Thread Daniel Kramer
Environment. But I am running it within an AppEngine app so those posts aren't helpful. My *requirements.txt* is: Flask==2.0.1 urlfetch googleapis_common_protos appengine-python-standard google-cloud-ndb google-cloud-logging google-cloud-storage Any advice would be helpful, been banging my head on

[google-appengine] Trouble using appengine-python-standard image and blob libraries in my py3 app

2022-06-28 Thread Daniel Kramer
nge my app to a py2 app, but that seems like a dead end long term. Thanks for any pointers! Daniel -- 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 em

[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
I like this person in the slack am seeing similar in my logs, static files in 3.0s. I'll keep any eye out On Tuesday, January 4, 2022 at 4:07:18 PM UTC-8 Will Reiher wrote: > In case any one would like to star my issue: > > https://issuetracker.google.com/issues/213134259 > > > On Tuesday,

[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
[image: Slack___app-engine___Google_Cloud_Platform_Community.png] On Tuesday, January 4, 2022 at 3:48:45 PM UTC-8 Will Reiher wrote: > Elliot, > > Thanks - sometimes it's helpful to post here to confirm with other users > that we're seeing the same things. Perhaps another customer has found a

[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
@will this was also discussed this morning in the #app-engine slack channel on Google Cloud Slack On Tuesday, January 4, 2022 at 3:15:56 PM UTC-8 Daniel Young wrote: > I came here today to see if anyone else had experienced "slowness" or if > it's an anomaly. I too am runn

[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
I came here today to see if anyone else had experienced "slowness" or if it's an anomaly. I too am running a legacy 2.7 python app. On Tuesday, January 4, 2022 at 1:37:18 PM UTC-8 Elliott (Cloud Platform Support) wrote: > Hello Will, > > I understand that you are experiencing slowness in your

[google-appengine] py3 migration and memcache

2021-08-24 Thread Daniel Kramer
I've been porting my python2.7 app to python3. I've got it mostly working with the exception of memcache. In the 2.7 legacy appengine I was able to store and retrieve ndb models, or lists of them etc. With Redis I'm not clear how to do this as it doesn't accept models directly.. looks like I

[google-appengine] Re: PHP Fatal error: Uncaught Error: Unsupported operand types in /builder/src/Builder/GenFilesCommand.php:279

2021-06-11 Thread 'Daniel Gomez Bellido' via Google App Engine
Hello, I tried the URL and I didn't find any errors, I get 200 response and get to the login page succesfully. Do you still have any errors? Regards Daniel On Thursday, June 10, 2021 at 4:36:33 PM UTC+2 bha...@gmail.com wrote: > Hello Angel, > > I was able to find the source of the

Re: [google-appengine] Re: New migration resource

2021-03-24 Thread Daniel Young
I think these are great resources, it's amusing that I started from gen 1 where I had to do caching by hand, to gen 2 where it was automatic in ndb (worked great), back to having to do it by hand again with an external paid tool. On Tuesday, March 16, 2021 at 1:14:09 PM UTC-7 wus...@google.com

[google-appengine] AppEngine Firewall does not allow access from other AppEngine Flexible IPs

2021-03-17 Thread Daniel
I set the Firewall rules according to this: https://cloud.google.com/appengine/docs/standard/ruby/creating-firewalls Allow 0.1.0.40 Allow 10.0.0.1 Allow 10.1.0.41 Deny * The default is `Deny` I can't connect from other AppEngine Flexible services to this service. -- You received this

Re: [google-appengine] Re: High latency for outgoing request on 1 on 5 requests

2021-03-04 Thread Jean-Daniel FISCHER
com > <https://groups.google.com/d/msgid/google-appengine/ee9ca688-b11c-4b1c-ab9e-8aebbc663ee1n%40googlegroups.com?utm_medium=email_source=footer> > . > -- <https://cedreo.com/> *Jean-Daniel Fischer* Developer +33 (0)2 49 88 04 43 <+33249880443> 16 Bd Charles de Gaull

[google-appengine] High latency for outgoing request on 1 on 5 requests

2021-03-01 Thread Jean-Daniel FISCHER
Hello, We have an App Engine application that in some endpoints call another endpoint in another cloud. Since this morning 1 on 5 requests to this other cloud is failling due to very high latency that results in timeout (more than 15 seconds to connect). The other request works fine (under

[google-appengine] Re: Cloud Datastore Console Error

2021-02-09 Thread Daniel Young
Thanks for the confirmation - I couldn't find any listing of the issue anywhere. I thought it might have something to do with the forced migration to Cloud Firestore, but maybe not as my console started working on it's own, thankfully. On Tuesday, February 9, 2021 at 7:23:11 AM UTC-8 AM

[google-appengine] Re: Cloud Datastore Console Error

2021-02-09 Thread Daniel Young
This seems to have resolved itself ~3 hours later with no intervention on my part. On Monday, February 8, 2021 at 4:41:29 PM UTC-8 Daniel Young wrote: > Started getting GQL errors that my project was not found. Was functioning > no less than an hour ago. > > GQL Query error:

[google-appengine] Cloud Datastore Console Error

2021-02-08 Thread Daniel Young
Started getting GQL errors that my project was not found. Was functioning no less than an hour ago. GQL Query error: The project *** does not exist or it does not contain an active Cloud Datastore or Cloud Firestore database. Please visit http://console.cloud.google.com to create a project or

[google-appengine] Re: Issues accessing backend API deployed in App Engine

2021-01-25 Thread 'Daniel (Google Cloud Support)' via Google App Engine
That error message usually points out that your application starting a webserver and handling requests correctly [1]. There is an example on how to deploy a Springboot application for Google App Engine Java 11 runtime here [2] (the repository is here [3]). I'd strongly advise you to check [2]

Re: [google-appengine] Re: Deploy app into two environments: Staging and Production.

2021-01-13 Thread 'Daniel (Google Cloud Support)' via Google App Engine
You are right. As advised on the product description for App Engine Standard [1] you are just basically deploying an application into container instances running on Google's infrastructure. In the specific case of App Engine Flexible you can even define your own Dockerfile [2] for a custom

Re: [google-appengine] Re: Environment Variables inside cloud_build.yaml + PHP

2021-01-11 Thread 'Daniel (Google Cloud Support)' via Google App Engine
The environment variables defined on the cloudbuild.yaml file will be available within the instances running your Cloud Build steps. For the variables to persist on your App Engine application and be used at runtime they'd need to be defined on the app.yaml file. So, as explained on this

[google-appengine] Re: inconsistent daily "frontend instance" costs

2020-12-11 Thread Jean-Daniel FISCHER
Hello, maybe it is due to your instance class. If I remember correctly one hour of an F2 is billed as two hours and F4 is billed as 4 hours. I think the base idea is that one hour represents one hour of F1. There is this part of the doc that helped us understand our cost when we are facing the

[google-appengine] AppEngine gets "Communication link failure" error while trying to connect to Google Cloud MySql instance

2020-04-27 Thread Daniel Bouenos
I have a Java/Jetty based appengine project that successfully connects to Google cloud MySql server when using TCP connection with JDBC, BUT fails to connect to the same server when trying to make it through Instance name and JDBC socketFactory. the error I am getting in the GCP debug console:

[google-appengine] Is google VM a Scam?

2020-01-31 Thread Daniel R
Would like to know why this is charging me so much https://media.discordapp.net/attachments/190299170156969994/672664340054409230/unknown.png It's R$50 by each day, this looks like a scam for me, a service that costs less than 10 a day before... -- You received this message because you are

[google-appengine] Re: OverQuotaError on "search.IndexDocument" happening repeatedly with no apparent reason

2019-09-17 Thread Daniel Sperl
Ah, I see! Sorry for the noise, then. I'll post my issue on the tracker — thanks for the heads-up! Cheers, Daniel -- 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 fro

[google-appengine] OverQuotaError on "search.IndexDocument" happening repeatedly with no apparent reason

2019-09-16 Thread Daniel Sperl
Hello everyone, I've got an app that's been running for more than 5 years (often with much higher utilization than I have now). However, suddenly I'm getting the following error on indexing: OverQuotaError: The API call search.IndexDocument() required more quota than is available. This

[google-appengine] Re: How to Create Two Routes in Golang App.yaml in conjunction with React

2019-08-21 Thread Daniel Connelly
> > Nicolas, Thank you for your kind reply. The problem is resolved as well :). Cheers, Daniel On Wednesday, August 21, 2019 at 3:50:11 PM UTC-7, Nicolas (Google Cloud Platform Support) wrote: > > Hi Daniel, > Thanks for opening this thread, however as you said this channel is

[google-appengine] Re: Import Error: No Module named google.auth

2019-05-28 Thread Daniel Gilmour
I'm having the same problem, have you found any solution? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To

[google-appengine] Adding JSP support to Spring Boot project (java, flex, openjdk8, tomcat)

2019-03-22 Thread Daniel Blazquez
with Tomcat? (I don't think that is the case)* - *Does it matter selecting JAR vs. WAR as packaging?* *Thanks in advance,* *Daniel* -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving e

[google-appengine] Re: Spring Boot app fails to deploy to GAE flex (MVN)

2018-10-11 Thread Daniel Blazquez
SOLVED by manually increasing memory allocation [why did not GAE scale this resource?!?] resources: cpu: 1 memory_gb: 2 disk_size_gb: 10 -- 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: Spring Boot app fails to deploy to GAE flex (MVN)

2018-10-11 Thread Daniel Blazquez
*SOLVED by increasing memory allocation in app.yaml* resources: cpu: 1 memory_gb: 2 disk_size_gb: 10 On Thursday, October 11, 2018 at 5:52:51 AM UTC-7, Daniel Blazquez wrote: > > Hi, > > my simple Spring Boot app works fine locally, and it worked during months > deployed

[google-appengine] Spring Boot app fails to deploy to GAE flex (MVN)

2018-10-11 Thread Daniel Blazquez
Hi, my simple Spring Boot app works fine locally, and it worked during months deployed to Google Cloud. But today it fails to deploy about 2 out of 3 attempts (after around 15 minutes stuck in this part) [INFO] GCLOUD: Updating service [default] (this may take several minutes)... GCLOUD:

[google-appengine] Re: GCS Python Library requiring SSL on local dev server?

2018-10-10 Thread Daniel Young
Let me try this - thanks for responding. I was confused because I thought all SSL was simulated on the development server. On Wednesday, October 10, 2018 at 6:05:50 AM UTC-7, Katayoon (Cloud Platform Support) wrote: > > Hi, > > It doesn’t seem to be related to the GCS Python libraries. This is

[google-appengine] GCS Python Library requiring SSL on local dev server?

2018-10-09 Thread Daniel Young
Started seeing this error today SSLHandshakeError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) Trying to write a file with Google Cloud Storage on the development server. Did the requirements change for the GCS python library? Had no problems before August 8

[google-appengine] Re: Address bar redirects for https and some paths

2018-10-01 Thread Daniel Young
: Fantasizr__Create_your_own_fantasy_league_out_of_ANYTHING__and_Securing_Custom_Domains_with_SSL_ _ _App_Engine_standard_environment_for_Python_ _ _Google_Cloud.png] On Monday, October 1, 2018 at 2:59:20 PM UTC-7, Amit (Google Cloud Support) wrote: > > Hello Daniel > > As you referred to the iss

[google-appengine] Re: Address bar redirects for https and some paths

2018-09-30 Thread Daniel Young
I found I'm having this exact issue https://stackoverflow.com/questions/41160448/google-app-engine-redirecting-all-naked-domain-requests-causing-letsencrypt-to On Sunday, September 30, 2018 at 5:58:00 PM UTC-7, Daniel Young wrote: > > In the browser address bar in chrome/firefox if

[google-appengine] Address bar redirects for https and some paths

2018-09-30 Thread Daniel Young
In the browser address bar in chrome/firefox if I type in 'example.com/full/path' It redirects to https://www.example.com. If I type the full path ( https://www.example.com/full/path) in the address bar there is no problem. I have https required in app.yaml - url: /.* script: myapp.app

[google-appengine] Re: GAE not working in Web Browser Control of Microsoft Access application

2018-09-11 Thread Daniel Attard
. This is the line that I added to the top of the header in my page: Now the page renders perfectly and displays exactly as it does in the most current Edge browser version installed on the computer. On Wednesday, August 29, 2018 at 4:58:55 PM UTC-4, Daniel Attard wrote: > > > I am trying to f

[google-appengine] GAE not working in Web Browser Control of Microsoft Access application

2018-08-29 Thread Daniel Attard
I am trying to figure out why jQuery does not appear to be working when I embed the page within a web browser control in a Microsoft Access 2016 form. I created a page using the Google App Engine standard environment. The page uses Symfony with Twig as the template engine. The page executes a

[google-appengine] Node.js Standard Memcache Availability

2018-08-07 Thread Daniel Jimenez
Hi, I am wondering when the Memcache that Python, Java and Golang use in App Engine Standard might be available for use with Node.js. I did read in this post

[google-appengine] Re: Redirect from path

2018-08-03 Thread Daniel Young
This seems to be a chrome issue, if I enter the prefix www it goes to the location, with a naked url it redirects to / On Friday, August 3, 2018 at 11:39:54 AM UTC-7, Daniel Young wrote: > > I've noticed this week that if I enter in a full path, the site is > redirecting to / and I'm

[google-appengine] Redirect from path

2018-08-03 Thread Daniel Young
I've noticed this week that if I enter in a full path, the site is redirecting to / and I'm not sure why. Example http://mysite.com/this-page is always going back to / Is this related to a chrome change related to https? -- You received this message because you are subscribed to the Google

[google-appengine] Re: Admin Panel Nodejs Standard

2018-07-23 Thread Daniel Jimenez
com/-jdKPmEkVtoo/W1aImTAb4bI/OFI/Q4vX3HCcSWMG2H11cp1Y_YbpbKg4eduCgCLcBGAs/s1600/Screen%2BShot%2B2018-07-24%2Bat%2B2.01.19%2BPM.png> On Tuesday, 24 July 2018 08:55:01 UTC+12, Katayoon (Cloud Platform Support) wrote: > > Hi Daniel, > > Could you provide more clarification about t

[google-appengine] Admin Panel Nodejs Standard

2018-07-22 Thread Daniel Jimenez
Hi, I was wondering if anyone knows of any way to run the admin panel (that automatically starts on port 8000 when using other languages) for nodejs on App Engine Standard? (I am keen to inspect values in the Memcache). Cheers. -- You received this message because you are subscribed to the

[google-appengine] Re: Old versions still running (flexible environment)

2018-07-19 Thread Daniel Iñigo
I found myself in the same situation. A couples months ago we were going through heavy *development / deploying / testing* and got ourselves with a *huge* bill. Do you confirm that using automatic scaling and setting it to 1 max-instances will fix it? Thanks in advance. El sábado, 18 de marzo

[google-appengine] Re: Service Control API request count too large

2018-06-07 Thread 'Daniel Tang' via Google App Engine
/config/appref#scaling_elements_basic_scaling On Thursday, June 7, 2018 at 11:04:50 AM UTC-7, Daniel Tang wrote: > > You can continue to use EndpointsServlet and just not use > GoogleAppEngineControlFilter, and it should not do this. > > On Thursday, June 7, 2018 at 9:50:26 AM UT

[google-appengine] Re: Service Control API request count too large

2018-06-07 Thread 'Daniel Tang' via Google App Engine
You can continue to use EndpointsServlet and just not use GoogleAppEngineControlFilter, and it should not do this. On Thursday, June 7, 2018 at 9:50:26 AM UTC-7, Dan Ciruli wrote: > > (note -- we have opened a bug report here > . Anyone having similar

[google-appengine] Re: Maintaining dev, qa, staging, prod environments

2018-05-12 Thread Daniel Jimenez
Hi Will, >From a development perspective, I have found that especially when using GAE there is sometimes no need for a dev environment that utilises GCP resources. This is due to the SDK being very powerful in running applications on the developers local machine. Of course this does not

[google-appengine] GAE Versioned Application Access Behind Identity Aware Proxy

2018-05-02 Thread Daniel Jimenez
I currently have an application written in Go that makes use of the Identity aware proxy for a federated G Suite Domain. This works extremely well for production use but it would be helpful to test the applications using the 'versioned' URL before promoting this to the main application, Is

[google-appengine] appcfg.py upload_data for CSV upload bulkloader

2018-04-25 Thread Daniel Young
Was loading CSV files to the datastore deprecated (bulkoader)? Is there a workaround - I've used this command consistently (for years) and seem unable today. appcfg.py upload_data --url= --kind=--filename= --config_file= --namespace= —-oauth2_access_token= -- You received this

Re: [google-appengine] Re: App Engine to Compute Engine communication via internal IP

2018-03-09 Thread Daniel Florey
Any news? I've spend a lot of time to find information on how to access Compute Engine vial URLFetch from App Engine standard using internal IP. Is this simply not possible (yet)? On Thursday, June 29, 2017 at 2:19:49 AM UTC+2, Lorne Kligerman wrote: > > Not just yet. We'll let you know when

[google-appengine] I don't get it... Datastore and chronological order

2018-01-21 Thread Daniel Jozsef
Hello dear people, There's this thing that has been bothering me for a while. I need to work on an application that we expect to scale, and I have trouble reconciling loudly stated best practices and baseline requirements. Almost all "web2" media relies on a chronological order. When I browse

[google-appengine] Comcast/Google Black Hole

2018-01-09 Thread Daniel Kerr
For the past hour I've observed connectivity issues across a large sampling of Comcast connections to some high profile Google IPs that used for custom domains on Blogger and Google App Engine. These are: 216.239.32.21 216.239.38.21 216.239.34.21 216.239.36.21 Seems to only affect traffic -

[google-appengine] Re: 502 errors on python flexible

2017-12-11 Thread Daniel Cook
Looks like when I ssh...if I wait for a bit I'll see the following message: (Mon Dec 11 23:Power button pressed The system is going down for system halt NOW! On Monday, December 11, 2017 at 12:56:34 PM UTC-6, Kenworth (Google Cloud Platform) wrote: > > You are right looking into the error's

[google-appengine] 502 errors on python flexible

2017-12-11 Thread Daniel Cook
I've been seeing a steady increase in 502 rates on my app. It's not correlated with any updates to the codebase but I did recently switch over the managed SSL certificates within the appengine environment. I'm using a flask-based python app in the flexible environment. Any idea what might be

[google-appengine] Re: jdk.nashorn.api.scripting.ScriptObjectMirror is a restricted class. Please see the Google App Engine developer's guide for more details.

2017-12-02 Thread Daniel Florey
ready for Java8? Looks like the SecurityManager is still used when using the AppEngineLauncher / appengine-agent On Tuesday, November 28, 2017 at 10:06:57 PM UTC+1, George (Cloud Platform Support) wrote: > > Hello Daniel, > > What is the output of the gcloud info command, and gclou

[google-appengine] Re: Using a custom subdomain for appengine

2017-11-29 Thread Daniel Rindt
Dear Kamran, the output after setting up the domain doesn't show that you should use "ghs.googlehosted.com." please note the trailing dot. I found it in the support pages too: https://support.google.com/domains/answer/3251147 Thank you very much, Daniel Am Mittwoch, 29. November 201

[google-appengine] Using a custom subdomain for appengine

2017-11-28 Thread Daniel Rindt
ng me know how i can use this subdomain under my registered one. Thank you very much for taking your time, Daniel -- 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

[google-appengine] jdk.nashorn.api.scripting.ScriptObjectMirror is a restricted class. Please see the Google App Engine developer's guide for more details.

2017-11-28 Thread Daniel Florey
We are using Java8 on GAE Standard. It works really great. When using Nashorn we get the error jdk.nashorn.api.scripting.ScriptObjectMirror is a restricted class. Please see the Google App Engine developer's guide for more details. in the dev server. It works fine in prod though. Is there a

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

2017-11-15 Thread Daniel Sirota
Happenned to me on the AppEngine Standard. Cleaning the staging.PROJECTNAME bucket on GCS fixed it. It appears the folder gets bigger and bigger and it really slows the deploy. On Nov 16, 2017 01:35, wrote: > From limited testing with Java Flexible, it happens with > >

[google-appengine] Computation timed out when using ee.featureCollection.flatten()

2017-08-25 Thread Daniel Assumpção
a message of Computation timed out when processing the ee.FeatureCollection.flatten() function, line 85 of the script. Does anyone has a tip or solution to this problem ? Best regards Daniel -- You received this message because you are subscribed to the Google Groups "Google App Engine&q

Re: [google-appengine] GAE high request latency

2017-07-19 Thread Daniel Sirota
switch to the > Flexible Environment. > > > > Il giorno mer 19 lug 2017 alle ore 15:12 Daniel Sirota <danys...@gmail.com > > ha scritto: > >> Hi, >> >> I'm using GAE standard Python27, manual scaling with 5 instances, class >> B4 with bottle as my WSGI serve

[google-appengine] GAE high request latency

2017-07-19 Thread Daniel Sirota
Hi, I'm using GAE standard Python27, manual scaling with 5 instances, class B4 with bottle as my WSGI server. Currently, only 2 of the instances receive requests, one of them at 40 QPS and one at 10 QPS. 90% of the requests are around 30-60 ms but the other 10% exceed 200 ms, it's critical for

[google-appengine] Re: [google-endpoint-v2] rename entity prior to serialization

2017-07-11 Thread 'Daniel Tang' via Google App Engine
Endpoints uses Jackson under the hood, but it's vendored. Instead use @ApiResourceProperty . On Monday, July 3, 2017 at 3:03:42 PM UTC-7, Raunak Gupta wrote: > > How

[google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-04-04 Thread Daniel Garrido
a jar that is included in the Google Cloud SDK: $ java -cp $GOOGLE_CLOUD_SDK_HOME/platform/google_appengine/google/appengine/tools/java/lib/appengine-tools-api.jar com.google.appengine.tools.admin.AppCfg [args] El martes, 4 de abril de 2017, 12:08:23 (UTC+2), Daniel Garrido escribió: > > Hi, > >

[google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-04-04 Thread Daniel Garrido
the recommendations from Nicola and it worked for me, but you will have to use maven. In your case, you're talking about gwt project. I'm not sure how it will work. Regards, Daniel. El sábado, 1 de abril de 2017, 15:59:22 (UTC+2), my self lky escribió: > > hi daniel!! same thing is happening with me!

[google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-03-15 Thread Daniel Garrido
I use the first option, then cron.xml is not deployed. Best regards, Daniel. El miércoles, 15 de marzo de 2017, 11:23:46 (UTC+1), Nicola Spreafico escribió: > > If you're using a Maven-based project, by default implementation of the > Maven Plugin only the app.yaml file (the applica

[google-appengine] Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-03-14 Thread Daniel Garrido
. Finally, I used appcfg and the cron task was created. I am wondering if I can do the same using the new Google Cloud Tools in an automatic way. Best regards, Daniel. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubs

[google-appengine] Having problems with final step with Google Course Builder Deployment

2016-11-17 Thread Daniel Geiger
I have tried to follow the steps for this procedure as outlined here: https://www.google.com/edu/openonline/course-builder/docs/1.11/set-up-course-builder/set-up-course-builder.html as best I can. I downloaded Python. I Downloaded and unzipped the course builder folder. I set up a cloud

[google-appengine] URLFetchService getting timeouts

2016-08-29 Thread Daniel Florey
e. Anybody else affected? Regards, Daniel 10:07:11.294com.floreysoft.ultradox.server.adapter.TemplateAdapter transform: Template has been zipped 10:07:11.294com.floreysoft.ultradox.server.adapter.TemplateAdapter convert: Starting upload of document (length=3534 bytes) to Ultradox engin

Re: [google-appengine] Re: Stack driver logs not working

2016-08-02 Thread Daniel
a hand! Daniel On Tuesday, August 2, 2016 at 9:41:48 AM UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Folks, > > Thanks to Christian here for excellent and accurate assistance to Daniel, > and Daniel, we look forward to helping with your issue. The label to attach >

Re: [google-appengine] Re: Stack driver logs not working

2016-08-01 Thread Daniel Kramer
Thanks for the help! -- Daniel Kramer Sent with Airmail On August 1, 2016 at 6:36:09 PM, Christian F. Howes ( christian.ho...@starmakerinteractive.com) wrote: bummer! i know the next request is going to be to capture a HAR log of the session trying to load the page. you can submit a ticket

[google-appengine] Re: Stack driver logs not working

2016-08-01 Thread Daniel
chaos breaks loose. > > cfh > > On Sunday, July 31, 2016 at 3:24:46 PM UTC-7, Daniel wrote: >> >> I haven't inspected my logs for a while since my app has been stable for >> months.. but now it appears the logs have been migrated to a new "stack >> driver"

[google-appengine] Stack driver logs not working

2016-07-31 Thread Daniel
I haven't inspected my logs for a while since my app has been stable for months.. but now it appears the logs have been migrated to a new "stack driver" system. When I load up logs I simply get "Failed to load" Has anyone else seen this ? Thanks Daniel -- You r

Re: [google-appengine] Login Issue for Google Sign In

2016-06-29 Thread Daniel Young
dependent on this service. On Thursday, June 23, 2016 at 5:01:32 PM UTC-5, Les Vogel wrote: > > Hi Daniel, > > AppEngine Standard has api's so that Sign In is easy from your host > language. for Python > <https://cloud.google.com/appengine/docs/python/users/loginurl

[google-appengine] Login Issue for Google Sign In

2016-06-23 Thread Daniel Young
This issue is occurring for me implementing Google Sign in for Web on App Engine: https://code.google.com/p/googleappengine/issues/detail?id=12516 Google Sign In is incompatible with Google Cloud Platform. Please escalate. -- You received this message because you are subscribed to the

[google-appengine] Re: Console Issue - Memcache / Taskqueue

2016-06-02 Thread Daniel Young
Thank you! On Thursday, June 2, 2016 at 11:49:54 AM UTC-5, Zeehad (Cloud Platform Support) wrote: > > This issue is resolved for all affected users as of 15:12 US/Pacific > yesterday after performing a rollback. We apologize for any inconvenience > you may have experienced. > > We will conduct

[google-appengine] Console Issue - Memcache / Taskqueue

2016-06-01 Thread Daniel Young
The console is not letting me access the memcache details or taskqueue. I've opened this issue for visibility https://code.google.com/p/googleappengine/issues/detail?id=13033=13033=1464816539 -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Datastore Writes being Disabled

2016-05-25 Thread Daniel Young
, Andrew Watson wrote: >> >> I'm getting that too on one of my projects! I re-enable writes and then >> it just gets disabled again. >> >> On Thursday, May 19, 2016 at 8:23:42 PM UTC-4, Daniel Young wrote: >>> >>> I've gone into the Datastore Console and it

[google-appengine] Re: how do I update my go site?

2016-05-23 Thread Daniel Lemon
change and make it go live on the web site? I am searching everywhere... I really cannot figure this out. On Monday, May 23, 2016 at 11:43:41 AM UTC-6, Daniel Lemon wrote: > > > This is a very basic problem. I must have missed something obvious. This > is one of those things where

[google-appengine] Re: how do I update my go site?

2016-05-23 Thread Daniel Lemon
place all morning and I just don't see what I am supposed to do. On Monday, May 23, 2016 at 11:43:41 AM UTC-6, Daniel Lemon wrote: > > > This is a very basic problem. I must have missed something obvious. This > is one of those things where I don't even know what to search for. &g

[google-appengine] how do I update my go site?

2016-05-23 Thread Daniel Lemon
This is a very basic problem. I must have missed something obvious. This is one of those things where I don't even know what to search for. I created a basic go "Hello World" app. It works great. What I want to do is now is to make changes to that web page. I cloned the source code to a

[google-appengine] Datastore Writes being Disabled

2016-05-19 Thread Daniel Young
I've gone into the Datastore Console and it seems the writes are being disabled automatically (or a message is being displayed). I have not stopped write via Datastore Admin. Anyone else experiencing this before I post an issue? -- You received this message because you are subscribed to the

[google-appengine] Re: XMPP service available?

2016-05-10 Thread Daniel Garrido
Issue 12964 was created. <https://code.google.com/p/googleappengine/issues/detail?id=12964> El martes, 10 de mayo de 2016, 8:53:48 (UTC+2), Daniel Garrido escribió: > > Thanks Nick, > > I will follow your advice and I will publish a new issue. Sorry for not > including to

[google-appengine] Re: XMPP service available?

2016-05-10 Thread Daniel Garrido
Thanks Nick, I will follow your advice and I will publish a new issue. Sorry for not including too much details, but I though it was missing something. Best regards, Daniel. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] XMPP service available?

2016-05-06 Thread Daniel Garrido
. Channels seem to work only with javascript client, although I found also this link: http://masl.cis.gvsu.edu/2012/01/31/java-client-for-appengine-channels/ Best regards, Daniel. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] Logger message pattern

2016-03-08 Thread Daniel Felix Ferber
do not care about the class and method that called the logger, but I appreciate knowing the logger name. Could not find anything about in documentation and searching Google. Best regards, Daniel -- You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: Announcing SSL for GAE Custom Domains in the Developers Console

2015-11-20 Thread Daniel Florey
Is there still a way that companies can add app engine apps to their domain without the need to change the configuration of the app? I've been using this feature for a long time, but I cannot find a way to enable companies to map their own domains to our app anymore without manual interaction

[google-appengine] Re: Datastore Query Viewer - Ancestor GQL

2015-10-12 Thread Daniel Young
Anastasios - thank you this works for an ancestor query for me SELECT * FROM MyChildKind WHERE __key__ HAS ANCESTOR KEY(MyParentKind, "this_name") Much appreciated. DY On Monday, October 12, 2015 at 10:04:03 AM UTC-7, Anastasios Hatzis wrote: > > Daniel, this is an example t

[google-appengine] Re: Datastore Query Viewer - Ancestor GQL

2015-10-11 Thread Daniel Young
', 12344567...) LIMIT 50': Encountered "ancestor" at line 1, column 32. Was expecting one of: ... ... ... ... ... ... ... ... "true" ... "false" ... "null" On Friday, October 9, 2015 at 2:57:02 PM UTC-7, Patrice (Cloud Platform Support) wr

[google-appengine] Datastore Query Viewer - Ancestor GQL

2015-10-09 Thread Daniel Young
I found like many others being redirected to the the new datastore. My trusty GQL ancestor query doesn't seem to work anymore select * from <> where ancestor is key('Kind', ID) Is there a workaround, is this considered a bug? -- You received this message because you are subscribed to the

[google-appengine] Re: GAE for Java picking wrong / old jars

2015-06-09 Thread Daniel Florey
Hi Patrice, thanks for the reply. I've opened an issue on the issue tracker. https://code.google.com/p/googleappengine/issues/detail?id=12035 If someone from Google want to dig into this I could provide access to one of my apps where I encounter this issue. Thanks, Daniel On Monday, June 8

[google-appengine] GAE for Java picking wrong / old jars

2015-06-08 Thread Daniel Florey
I am seing this issue once in a while: I'm uploading a new version of my app including updated jars, but GAE still uses old versions of the jars. Anybody else? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group

[google-appengine] Re: No possible to Deploy. Don't understand way.

2015-06-05 Thread Daniel Dávila Romano
OK, I have solve most of the errors but the Icon (and I don't know still how to do so) However it is still impossible to deploy... What does it mean manually... Sorry for my so basic questions El viernes, 5 de junio de 2015, 8:33:38 (UTC+2), Daniel Dávila Romano escribió: The files

[google-appengine] Re: No possible to Deploy. Don't understand way.

2015-06-05 Thread Daniel Dávila Romano
), Ryan (Cloud Platform Support) escribió: To address the first error read: http://stackoverflow.com/questions/14595019/cannot-deploy-to-gae For the rest, are the files new? On Thursday, June 4, 2015 at 8:41:48 AM UTC-4, Daniel Dávila Romano wrote: Hello I have several problems

[google-appengine] Any good articles on realtime app engine web apps?

2015-04-06 Thread Daniel Robinson
Is there any articles on writing real time web apps in app engine? I'm thinking along the lines of a simple multiplayer game or chat app. I wanted to be able to store objects in the datastore and memcache and when they are updated let some pending http request detect the change and return the

[google-appengine] OAuth2 stopped working on all our apps

2015-03-05 Thread Daniel Florey
Since a few hours I'm getting weird responses when exchanging the OAuth2 token. Our apps are running on GAE/Java. Anybody else? htmlheadmeta http-equiv=content-type content=text/html; charset=utf-8/titleSorry.../titlestyle body { font-family: verdana, arial, sans-serif; background-color:

[google-appengine] Re: OAuth2 stopped working on all our apps

2015-03-05 Thread Daniel Florey
What was that??? Now they are all working again. On Thursday, March 5, 2015 at 4:19:05 PM UTC, Daniel Florey wrote: Since a few hours I'm getting weird responses when exchanging the OAuth2 token. Our apps are running on GAE/Java. Anybody else? htmlheadmeta http-equiv=content-type content

Re: [google-appengine] Re: One senses GAE is just not a major priority for Google

2014-11-12 Thread Daniel Sturman
12, 2014 1:27:33 PM UTC-8, Marcel Manz wrote: Hey Daniel I'm very happy to hear back from Google on this forum and wish to point out that it has to be very important for Google to follow this group in order to share updates etc. Stackoverflow is an external site which is great for code

Re: [google-appengine] Re: One senses GAE is just not a major priority for Google

2014-11-10 Thread Daniel Sturman
Hey fellow App Engine users, There is some great conversation in this thread. I’ll try to address some of the key points being discussed. Regarding the discussion group; our apologies for the delayed response. Most of our customer questions now come on Stack Overflow

[google-appengine] Google Accounts for GAE User Management? Or custom-grown system?

2014-09-26 Thread Daniel Guillamot
Do you think using Google Accounts is a reasonable user authentication system for a GAE application? Should I require all my users to have Google Accounts for certain functions (commenting, and other user generated content). Or, should I create my own system. Users have to create user ids,

[google-appengine] Issue with get_by_id in Python Datastore

2014-07-11 Thread Daniel Young
Randomly this evening, I'm having issues with calls to get_by_id(). When I run a get() with the key it gets the entity fine. -- 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,

  1   2   3   4   5   >