I am currently working on a project that integrated with the Google Vision API SDK of google/apiclient version 2.2 with PHP 7.2 and got a notification from google that it is recommended to use PHP 7.4 or higher if you wish to access the latest features, we recommend you to update your PHP runtime to 7.4 or greater and use the standard approach to continue using a supported version of our future released client libraries.
I am looking for answer that should i change anything in my current integration with respect to this notice. i want to continue using my existing configuration for PHP 7.2, so is that possible or do i face any side impact of above notice?
Hi @hardik_vp,
Welcome back to Google Cloud Community.
It is advisable for you to update your PHP runtime to 7.4 or greater since it will not introduce backwards-incompatible changes in any minor or patch releases.
This article might help you.
https://cloud.google.com/vision/docs/release-notes
Hi @Aris_O , Thanks for the answer but we have some doubts on this, if we can't update the PHP version(7.2) & Google SDK version "google/cloud-vision": "^0.22.5" and will it work as it is now?
I am experiencing an issue with accessing files located in paid workspace shared drives using the Google Drive API in my CakePHP3 application. The application works perfectly when uploading files from "My Drive" and files shared with me. However, it fails to handle files in paid workspace shared drives, where these drives have their own permission settings.