php with app engine

18 views
Skip to first unread message

shafeek...@gmail.com

unread,
Sep 27, 2018, 1:33:55 PM9/27/18
to Google App Engine
Hi friends, I want to know can we upload multiple php file to one project in Google app engine? Thanks in advance

George (Cloud Platform Support)

unread,
Sep 27, 2018, 3:19:31 PM9/27/18
to Google App Engine
If you would like to deploy more than one service, it is indeed possible in App Engine. Services were previously named "modules". They do not behave exactly as different apps, sharing the same Datastore. You may find more detail on the "Overview of App Engine" documentation page

You also benefit from another option, namely to deploy your different apps as different versions within the same projects. This gives you up to 25 different versions to use for deployment. You can access these different versions through URLs such as http://version.application-id.appspot.com , or https://version-dot-application-id.appspot.com in case of https.  The "app.yaml Reference" page offers you more insight. 
Reply all
Reply to author
Forward
0 new messages