Most voted "google-app-engine" questions
Google Chrome apps offer an experience as effective as a native application, and as secure as a web page. Like the web app, google apps are written in HTML5, Javascript, and CSS. But they behave like native applications, and they have native capabilities that are much more powerful than those available for web applications.
Learn more…28 questions
Sort by count of
-
3
votes4
answers1996
viewsNaked Domain in Registro.br not redirecting to www
I have an app hosted on Google Appengine and I’m using a domain of my own. Even after editing the DNS zone (about 5 days ago) Naked Domain is not redirected to www. Here are the settings in…
-
3
votes0
answers32
viewsGAE: Managed Vms - Java 8 Support
[Rant mode on] It’s been a while since the community has been asking Java 8 support in GAE. This month Oracle’s official public support for Java 7 ends. It seems there will be no side changes in GAE…
-
2
votes0
answers147
viewsSend local files to Google Cloud Storage in Scala
How do I upload a local file to Google Cloud Storage using the Scala language? This file needs to be publicly accessible for download. Post in English…
-
2
votes1
answer67
viewsEnable extensions in Google App Engine
I’m using the Google App Engine - PHP with Laravel 5, and I want to use the Class Intervention/Image, but to use it I need to activate the extension fileinfo PHP, but I don’t know how to do it in…
-
2
votes3
answers211
viewsRegex to ignore invalid file names
Hello, I’m trying to add a regex to app.yaml to ignore files with strange names on Google App Engine, but it’s not working. My regular expression: skip_files: - [.\\~#%&*{}:<>?|\"-!] I’m…
-
2
votes1
answer41
viewsWhat is the right way to consume Blobs via JAVASCRIPTS, HTML5, etc?
I am using Google App Engine BLOBSTORE. I already have some images saved on the server now I would like to consume them via browser (HTML5, JAVASCRIPT etc...) It turns out that I have only the link…
-
2
votes0
answers25
viewsInitialize some user parameters using Angularjs and Google Cloud Endpoints
I am trying to initialize some user parameters using Angularjs and google cloud endpoints. Through a getProfile endpoint, I need to get user information like photo, description, age to show on…
angularjs angularjs-directives google-app-engine angularjs-servicesasked 8 years, 2 months ago Filipe Rebollo 43 -
1
votes2
answers147
viewsCan I disable SPDY in a Google App Engine HTTPS request?
If I access my application by https:// in the GAE, it is automatically served by SPDY for compatible browsers. That’s good. But I wanted to know if I can disable this behavior and use HTTPS with 1.1…
google-app-engineasked 10 years, 9 months ago Sérgio Lopes 41 -
1
votes1
answer318
viewsIs there a framework to assist in the authentication process when using Google Appengine?
I don’t want to use the app session. Would Spring Security be the only option? In this case it would be a SPA app.
java framework spring-security google-app-engine single-page-applicationasked 8 years, 5 months ago gledson85 23 -
1
votes0
answers234
viewsSpring Boot + Hibernate + Google Cloud Sql + App Engine
I’m having problems configuring the connection in my application with Google Cloud Sql (using the technologies highlighted in the title). I wish I could allow Spring to be responsible for…
-
1
votes1
answer58
viewsGoogle App Engine Python project works on localhost but gives server error
My project is running perfectly on the localhost but when I deploy and access it gives the following error: Here is my code: import os import jinja2 import webapp2 import json from…
-
1
votes0
answers330
viewsscript to insert formula
Well, I’ve come up with a script to check if a column contains a formula, and if it doesn’t, it inserts. I’m doing this because every time I fill out a form, the formula that was before in the cell…
-
1
votes0
answers64
viewsRedirect 301 - Google App Engine Platform
I use the Google Cloud App Engine Platform to Host Static Site and I’m having trouble doing the Redirect 301 of the version WWW for NOUN-WWW and also the version Http for Https. The Server is Google…
google-app-engineasked 5 years, 11 months ago Fernando Liell 11 -
0
votes1
answer114
viewsCode running in background on Google App Engine
I am making a "website" in GAE Java version to serve as a notifier when a source with results that I am waiting for goes online. You’re supposed to check the link in question every 24 hours. I…
-
0
votes1
answer46
viewsObjectify does not return query with a simple filter
I am using Objectify 4.0.1, and cannot query with a simple return value filter. My class is this: @Entity public class Jogador implements Serializable{ @Id private Long id; private String nome;…
-
0
votes1
answer47
viewsApp Engine - version problems
I’m trying to run a patch with the Google App Engine. But I get the following mistake: Description Resource Path Location Type Java Compiler level does not match the version of the installed Java…
-
0
votes1
answer24
viewsEnable CORS in GO application in App engine
My API does not respond to requests from third-party websites and for that I need to enable CORS, I tried to add the Access-Control-Allow-Origin: "*" in the app.yaml but I get the following error.…
google-app-engineasked 6 years, 1 month ago RFL 6,205 -
0
votes1
answer91
viewsProxy problem (enterprise) using dev_appserver.py - GAE
Hello, I’m having a problem using the Google App Engine and would like to know if anyone can help me. In my machine I have installed: Windows XP Python 2.7.6 Google App Engine 1.9.17 (is the newest)…
-
0
votes1
answer18
viewsProblem downloading source code appengine
When I write the command in cmd: appcfg.py -A [YOUR_PROJECT_ID] -V [YOUR_VERSION_ID] download_app [OUTPUT_DIR] Instead of starting to download the source code, it opens the appcfg.py file that is in…
google-app-engineasked 5 years, 8 months ago Leticia Fatima 255 -
0
votes1
answer149
viewsLaravel 5 on google app engine - Error 13 Storage Bucket
I am trying to use the google app engine to run an Laravael 5 application, whenever I try to deploy the following error occurs: **Updating service [default].... ERROR: (gcloud.app.deploy) Error…
-
0
votes1
answer66
viewsHow to create a function that creates a new page in google Sheets
How do I do a function that I can perform in the spreadsheet that generates a page with the given name? Because in the example below I am getting the error: Exception: You do not have permission to…
-
0
votes1
answer353
viewsPage alignment css materialize
I’m using materialize as a framework for an application. I’m having a little problem with its interface. I cannot make the table that displays the data from the database (a gdocs spreadsheet),…
-
0
votes1
answer171
viewsError: The requested client requires the gRPC Extension | gRPC + App Engine + Firestorm
Good morning, I am developing an application that will receive data via post and will insert in a database firebase/ firestore, local I managed to run successfully, but when I go up to the google…
-
0
votes1
answer26
viewsError while deploying appengine
I have this project in spring, runs locally with appengine, but when I deploy, it error it in appengine org.eclipse.jetty.annotations.ServletContainerInitializersStarter doStart:…
-
0
votes1
answer19
viewsGoogle App Script changing order of firestore sheets
I found a script to integrate Firestore with Google Sheets, but when running it, the columns are in order with each data update. How can I fix this? https://i.imgur.com/Ski4t8q.png A detail: I have…
-
0
votes0
answers21
viewsHow to search Array objects within the Spreadsheet of Google Apps Script and compare with another spreadsheet?
I created a code where the number of Arrays is variable within an order control sheet! And I need to take the objects of this variable spreadsheet and check if the objects (product name) match with…
javascript node.js functional-programming google-app-engineasked 3 years, 4 months ago Gabriel Teixeira 1 -
-1
votes1
answer70
viewsCache error when using the app engine, but locally it works!
My application SpringBoot works locally, but when I do deploy in the Appengine she did not over because of the error 500, I am using an implementation of EHCACHE in the pattern JSR-107 because from…
-
-2
votes0
answers8
viewsError loading shapefile Climate Engine App
I am trying to upload shapefile (*.dbf, *.prj, *.shp, *.shx) generated by Arcgis to the App Climate Engine and I am experiencing error. I tried it a few times and it always sends me the message:…
google-app-engineasked 3 years, 2 months ago Ricardo Brambila Bosco 1