Closed keebler-elf closed 5 years ago
You are probably using the 2.0 version of the google-api. You should install using the 1.1.6 release https://github.com/google/google-api-php-client/releases/tag/1.1.6 I think that will work. Or apply my pull-request in https://github.com/bluevisiontec/GoogleShoppingApi/pull/67 and redo the magento configuration using the readme in the pull-request.
Maybe you could update this in the readme which under "Install manually" still mentions and links to Google Content API Client for PHP Release 1.1.2
See this PR for a solution https://github.com/bluevisiontec/GoogleShoppingApi/pull/75
in a previous version i had to change some of the code to hard code my directories for the google api php cliant in the plugin. I decided to update to take advantage of the automatic feed update using the google service account. With some changes in how files are included in the update I can no longer get the plugin to work. I have tried using googles suggestion of adding:
to the plugin code but that still gives include errors. Changing /path/to/google-api-php-client/src to the correct path of course.
any suggestions?