Questions tagged [google-app-engine-php]

PHP language version of Google App Engine

PHP Runtime Environment for Google App Engine

Useful links:

118 questions
0
votes
1 answer

GAE: file_get_contents() and static files

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…
Nigel Johnson
  • 522
  • 1
  • 5
  • 21
0
votes
2 answers

GAE appcfg.py deploy always upload all files (instead changed only)

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…
Diego Sucaria
  • 314
  • 2
  • 12
0
votes
0 answers

Deployment PHP App to Google App Engine took so long time

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…
0
votes
1 answer

Google AppEngine automatic scaling (back down)

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…
Adam
  • 655
  • 1
  • 6
  • 19
0
votes
0 answers

Google Appengine cost optimization

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…
kof
  • 45
  • 1
  • 7
0
votes
0 answers

Php Image Rotation in Google App Enggine

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…
athene
  • 408
  • 1
  • 6
  • 15
0
votes
1 answer

Is there anyway to connect to Google Cloud Storage from Google Compute Engine?

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…
0
votes
2 answers

PHP Fatal error: Class 'Message' not found - Google App Engine

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…
ajgisme
  • 1,615
  • 2
  • 14
  • 28
0
votes
1 answer

How to properly setup modules for Google App Engine (PHP runtime)

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…
0
votes
1 answer

Google App Engine GAE - PHP header('Location: xxx.php') - Error: Not Found - The requested URL was not found on this server

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…
0
votes
0 answers

Google App Engine and Cloud Storage Versioned Files

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.…
-1
votes
1 answer

Send mail from appengine with application firewall activated

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…
-2
votes
2 answers

GAE Mail Send Quota = 100/day?

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.
1 2 3 4 5 6 7
8