Questions tagged as 'google-app-engine'

0
answers

Problem connecting to database in Google Cloud and Spring Boot

I'm using the Google Cloud Platform, but I'm having trouble connecting to the MySQL database of the platform itself with AppEngine. Here's my pom: <?xml version="1.0" encoding="UTF-8"? /> <project xmlns="http://maven.apache.org/POM...
asked by 18.07.2018 / 02:31
0
answers

script to enter formula

Well, I've booted a script to check if a column contains a formula, and if it does not contain it, it inserts it. I'm doing this because every time I fill out a form, the formula that was before in the cell disappears. Soon, the script will run...
asked by 19.05.2018 / 23:35
0
answers

date in Google App Script

Hello, I have a script that reads a value from a date in a cell and sends an email when the date has expired. It's all working, except that although the date is formatted in BR, that is dd/mm/aaaa , when I get the alert email, it comes...
asked by 10.05.2018 / 13:22
0
answers

Spring Boot + Hibernate + Google Cloud Sql + App Engine

I'm having trouble setting up the connection in my application with Google Cloud Sql (using the technologies highlighted in the title). I would like to be able to allow Spring to be responsible for DataSource, EntityManagerFactory, and Transacti...
asked by 24.03.2018 / 06:14
1
answer

Google App Engine project Python works on localhost but gives server error

My project is running perfectly on localhost but when I do deploy and access it gives the following error: Here is my code: import os import jinja2 import webapp2 import json from google.appengine.ext import db from google.appengine.api i...
asked by 23.12.2016 / 20:37
1
answer

App Engine - issues with version

I'm trying to run a podcast with Google App Engine. But I get the following error:    Description Resource Path Location Type Java compiler level does not   match the version of the installed Java project   facet. Unknown Faceted Project P...
asked by 19.04.2016 / 03:45
1
answer

Code to run in background in Google App Engine

I'm doing a "site" in GAE Java version to serve as a notifier when a source with results that I'm expecting goes online. It is supposed to check the link in question every 24 hours. I already have everything working, but as is normal, the site i...
asked by 04.02.2014 / 14:24
1
answer

Objectify does not return query with a simple filter

I'm using Objectify 4.0.1, and I can not make a query with a simple filter return values. My class is this: @Entity public class Jogador implements Serializable{ @Id private Long id; private String nome; private String grupo; (...) My...
asked by 29.04.2014 / 14:28
0
answers

Staticfiles Django Google Cloud Appengine

I'm studying the Google Cloud infrastructure a bit and am experiencing a problem with Django's static files in production. Everything is working normally when I leave DEBUG = True . When I put DEBUG = False and do deploy, it does...
asked by 31.10.2018 / 22:52
1
answer

Enable CORS in GO application in App engine

My API does not respond to requests from third-party sites and for this I need to enable CORS, I tried to add Access-Control-Allow-Origin: "*" to app.yaml but I get the following error.    ERROR: (gcloud.app.deploy) An error occ...
asked by 06.10.2018 / 20:06