简体   繁体   English

没有AppEngine的Google云存储上的PHP文件

[英]PHP files on Google cloud storage without AppEngine

I'm trying to link php files on Google cloud storage, but getting them as plain text. 我正在尝试将php文件链接到Google云存储上,但是将它们保存为纯文本格式。 I want to connect to the other file but without App Engine, all the documentation of this is written exclusively for app engine and can't even find if bucket storage has php support even tho it should. 我想连接到其他文件,但没有App Engine,此文件的所有文档都是专门为App Engine编写的,甚至找不到存储桶是否具有php支持。 Any clue of how to link a PHP file correctly on Cloud Storage? 关于如何在Cloud Storage上正确链接PHP文件的任何线索?

谷歌云存储是一种存储服务,可以存储您的对象(文件)并在您需要时返回。可以在浏览器中呈现的HTML,JavaScript和CSS之类的文件可以放置在谷歌云存储上以提高加载时间的性能。 php文件需要执行引擎来运行它的代码。将它们放在存储和访问位置将进入文件上下文。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM