php-photoslibrary
php-photoslibrary copied to clipboard
PHP client library for the Google Photos Library API
Descriptions that contain unicode characters are ignored when calling `batchCreateMediaItems(..)`. We have verified this by using the string `КОНТАКТНЫЙ ТЕЛЕФОН`. This does not appear to be an issue in the...
Is it correct use: https://github.com/google/php-photoslibrary/blob/dde4b9a031250e6dd0322179b11aeb920c1f0ae3/src/common/common.php#L94 I search everywhere and refresh_token is the one that actually are used to refresh access_token. Here are actually access_token used as refresh_token. Or I missed...
hi php 7.3 got "PHP Fatal error: Uncaught Error: Class 'Google_Service_PhotosLibrary' not found" composer.json: ``` { "require": { "google/photos-library": "^1.7", "google/apiclient": "^2.14" } } ``` please help thanks