Instead of updating the same variable in various locations I parse files and extract the bits I need. One bit I am looking for is the cache name in my service-worker.js file. When I'm developing locally, I can easily retrieve the js file in the…
I've started to have a problem today.
Everytime I run appcfg.py update . it updates 441 project files.
Even if I just modified 1 it will upload 442.
running appcfg.py update . twice will upload 441 files every time.
This is obviusly a problem…
Hello I'm facing a problem today with GAE SDK which it took a lot of time to update my app, before that it was fast to upload and took minute or less than that.
Even so, I went to Google Cloud Status Dashboard to check and verify if GAE service is…
I have a php AppEngine app. No scaling config, I'm just using the defaults.
Yesterday it's scaled up to two instances when I was doing some heavy testing. It's only handled one or two requests since then, but is still running 2 instances. How…
We are currently developing an app with the google appengine for PHP an would like to optimize our costs.
At several times a day (morning, evening, midnight) we have a high amount of calculations that are started by a background-task. The sub-tasks…
I am trying to fix orientation of images from mobile devices, using EXIF to get the orientation and switch/case to fix the orientation. Apparently my function was working offline and now it's not working on Google Apps Engine. Could Google have a…
Currently I am using google app engine for my php project. I decided to migrate my project to Google Compute Engine, but i could not connect to Google Cloud Storage through php. Is there anyway to work around this issue?
Update:
I found that it is…
I am using Google App Engine and am trying to send email alerts with the Mail PHP API. I have defined a class with a public function but whenever I run it I get this error:
PHP Fatal error: Class 'Message' not found in...
PHP Code:
use…
I want to create very standard setup for GAE (php runtime): 2 modules with specific URLs (routings):
module-api for REST API
module-oli for backend static process ..
regarding to doc (https://cloud.google.com/appengine/docs/php/modules/ and…
Error: Not Found
The requested URL /xxxxxx.php was not found on this server.
I am using the header('Location: xxx.php') to redirect after user authentication. I have tried looking through the Google App Engine Documents but cannot seem to find…
I'm working on an App Engine project that requires revisions of uploaded files be stored and retrieved with revisions. Google Cloud Storage has this feature built in, but as far as I could find they only document this feature with the use of gsutil.…
I am developing a microservice with PHP and appengine. I achieved to send emails with sendgrid. For security reasons the firewall was activate, but then the email service did not work enymore.
I know that the firewall its only for incoming traffic…
I have my own domain with G-Suite Business and application in GAE that sending emails to our clients. But limit 100 sendings per day is too low.
How to increase mail send quota above 100/day? That's possible?
Thanks for any ideas.