Discussion:
[google-appengine] How to upload files to google app engine
Grant Coppedge
2018-11-29 04:18:32 UTC
Permalink
Hello, simple question here that I can't seem to find an answer for somehow!

I have a php project that I know for sure works from testing on a locally
hosted server, but when putting the files in google's cloud console then
gcloud app deploy
my website takes forever to load and it's only the index.php file which has
partially loaded, a sign I've diagnosed as my other .php files not being
present in the proper directory.

My files are as follows:

- index.php
- connection.php
- userpage.php
- transit.php
- query.php

What am I doing wrong here? Am I simply formatting my app.yaml wrong, or
should I be doing something else entirely?
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+***@googlegroups.com.
To post to this group, send email to google-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b67bb0e7-7719-4124-ad5a-a08051732042%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'George (Cloud Platform Support)' via Google App Engine
2018-11-30 18:20:45 UTC
Permalink
Hello Grant,

You may check for replies and solutions on your other post
<https://groups.google.com/d/msg/google-appengine/SGRRNLv4Dto/RcslMlj_CwAJ>
in Groups.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+***@googlegroups.com.
To post to this group, send email to google-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/df99e029-ce00-4b86-9fad-00cae005cd9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...