I'm new to app engine and trying create a php app from a sample code. Can anyone please tell me what is the use of
require_once DIR . '/vendor/autoload.php';
Is this set of libraries we need to download? I'm developing/test locally and deploying in to gcloud project using 'gcloud app deploy'
I can use use google\appengine\api\users\User;
but I cannot use use google\cloud\storage\StorageClient;
Fatal error: Class 'google\cloud\storage\StorageClient' not found in C:\Users..
Is there a component to install for cloud storage?
Thanks
Thank you for your advice. ACtually even after deploying project in to my google project I get the same issue. That's why I thought it's something to do with gcloud app engine setting. Because according to my understanding in google app engine all the libraries are available by default. Aren't it? This is my project and I get the same error. https://assignment2-s3682248.appspot.com/ https://rb.tc/4YY3B#https://assignment2-s3682248.appspot.com/
Chears Sam
On Fri, Sep 27, 2019 at 4:27 AM 'George (Cloud Platform Support)' via Google App Engine wrote: