Questions tagged as 'google-app-engine'

4
answers

Naked Domain in Registro.br not redirecting to www

I have a Appengine hosted app and I'm using a domain of my own. Even after editing the DNS zone (about 5 days ago) the naked domain is still not redirected to the www. Here are the settings in the Registry.br. Nome Tipo...
asked by 26.03.2014 / 00:08
3
answers

Regex to ignore invalid filenames

Hello, I'm trying to add a regex in app.yaml to ignore files with strange names in Google App Engine , but it is not working. My regular expression: skip_files: - [.\~#%&*{}:<>?|\"-!] I'm getting this error:    appcf...
asked by 20.01.2016 / 20:56
1
answer

What is the correct way to consume BLOBs via JAVASCRIPTS, HTML5, etc?

I'm using Google App Engine's 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 that apparently is not of the image itself, a...
asked by 01.07.2016 / 04:19
0
answers

Initialize some user parameters using angularjs and Google Cloud Endpoints

I'm trying to initialize some user parameters using AngularJs and google cloud endpoints. Through an endpoint getProfile, I need to get the user information like photo, description, age to display on the screen. I can make a call of this type us...
asked by 10.09.2016 / 05:27
0
answers

GAE: Managed VMs - Support for Java 8

   [rant mode on]       The community is asking Java 8 support for the GAE . This month Oracle's official public support for Java 7 ends . It looks like there will be no side changes in the GAE before the end of the Java 7 lifecycle.     ...
asked by 11.04.2015 / 00:10
1
answer

Enable App Engine extensions

I'm using Google App Engine - PHP with Laravel 5 , and I'm wanting to use the Intervention/Image Class, however to use it I need to activate the fileinfo of PHP, but I do not know how to do this in Google App Engine. I create...
asked by 29.05.2015 / 02:48
0
answers

Send 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. in English     
asked by 28.08.2014 / 05:17
1
answer

Is there a framework to aid in the authentication process when using Google Appengine?

I do not want to use session in the application. Would Spring Security be the only option? In this case it would be a SPA application.     
asked by 20.06.2016 / 03:37
2
answers

Can I disable SPDY on a Google App Engine HTTPS request?

If I access my application via https: // in GAE, it is automatically served by SPDY to compatible browsers. That's nice. But I was wondering if I can disable this behavior and use HTTPS with 1.1 even normal. Any header or configuration that I ca...
asked by 01.02.2014 / 05:24
0
answers

301 Redirect - Google App Engine Platform [closed]

I use the Google Cloud App Engine Platform to host Static Site and I'm having trouble making the Redirect 301 from version WWW to NOUN-WWW and also from version Http to Https . The server is Google FrontEnd This i...
asked by 11.12.2018 / 19:02