[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
It is important to know if you are using a flexible or standard environment since flex environment is compatible with PHP 7.2 and 7.3 runtimes, and standard is compatible with PHP 8.1, but in its preview phase [1], [2]. You can use PHP 8.1 in flex environment, but you need to use custom

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
It is important to know if you are using a flexible or standard environment since flex environment is compatible with PHP 7.2 and 7.3, and standard is compatible with PHP 8.1, but in its preview phase [1], [2]. How to know if you are in a Standard or Flexible environment: In your app.yaml,

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread Pablo Nieto
HI. PHP 8.1, I dont't know if standard or flexible. Yes, I can connect to Gcloud Storage with web browser. El lunes, 20 de junio de 2022 a las 20:18:25 UTC+2, Osvaldo Lopez AcuƱa escribiĆ³: > Are you able to connect locally to Google Cloud Storage? Are you using a > standard or flexible App