bluevisiontec / GoogleShoppingApi

Magento Module GoogleShoppingApi v2
Open Software License 3.0
69 stars 45 forks source link

Unknown Field Name #32

Closed jaammedia closed 9 years ago

jaammedia commented 9 years ago

When attempting to add a product i get the following notification: Errors happened while adding products to Google Shopping. The product "***" hasn't been added to Google Content. Error calling POST https://www.googleapis.com/content/v2/102686304/products: (400) Unknown field name: age_group same issue as #24 My Attributes: attribute_map

schnere commented 9 years ago

Did you install the head revision or the latest release/tag? This should be fixed in head revision.

jaammedia commented 9 years ago

latest release

jaammedia commented 9 years ago

just tried the head revision of the api. throws the exact same error

jaammedia commented 9 years ago

any idea on how to fix this?

schnere commented 9 years ago

Hi, I will review this again in the next days...

schnere commented 9 years ago

I cannot reproduce the error in head revision. I was able to add the attribute and sucessfully upload it to GoogleShopping

jaammedia commented 9 years ago

Could you please update the Readme.md with your exact steps as I am getting this exact same error every time or either a completely white screen when trying to access the Manage Items from the Google Content API v2 all together. Would also like to note that the white screen is not throwing any error in my logs files.

schnere commented 9 years ago

When you get a white page you should enable and check php.log .

Please update to newest release (0.2.0) and try again.

jaammedia commented 9 years ago

If you don't install Google Content API via composer then you have to make some changes to how some of the includes are handled.in [magento_root]/vendor/google/apiclient/src/Google/ Just make them match up with your directory structure. Should probably update the https://github.com/bluevisiontec/GoogleShoppingApi#install-manually section of the Readme.md. I can't remember which exact files need changing but the php error log will point you in the right direction.