添加产品到谷歌购物。 (400)不良请求

时间:2014-03-21 06:44:04

标签: google-api

我对此错误感到沮丧。 我正在使用.NET客户端库连接并将产品发布到谷歌购物。

我一直收到此错误(我已用x'替换了正确的ID):

远程服务器返回错误:(400)错误请求。 [GDataRequestException:执行请求失败:https://content.googleapis.com/content/v1/xxxxxx/items/products/schema]    Google.GData.Client.GDataRequest.Execute()+159

在我的代码中,我在成功验证后这样做:

string serviceName =" structuredcontent&#34 ;; string userAgent =" content-api-example&#34 ;;

GOAuth2RequestFactory requestFactory = new GOAuth2RequestFactory(serviceName,userAgent,_parameters); _service = new ContentForShoppingService(userAgent,accountId); _service.RequestFactory = requestFactory;

ProductEntry productEntry = _service.Insert(entry);

任何人都可以看到有什么问题吗?

0 个答案:

没有答案