Questions tagged [google-content-api]

The Content API for Shopping enables you to programmatically upload product listings and so make your products easily discoverable through Google Shopping.

The Content API for Shopping enables you to upload product listings by coding and so make your products easily discover-able through Google Shopping.

As of February 2015 version 1 will stop working please migrate to version 2.

35 questions
0
votes
1 answer

Fetch friends email from Google Account on iOS

I am developing an iPhone application which uses Google Plus as one of the social logins. I want to fetch user friends emails. I use this from Contact API 3.0, and add the access token I get from Google Plus token: NSString *url=[NSString…
khaled
  • 865
  • 9
  • 24
0
votes
1 answer

Google Content API - find products not related to specific seller

I would like to search in Google Content API similar to what I do with ebay Finding API to retrieve products by keywords not related to specific seller How can I do it? In the documentation I see get product call, but it requires merchantId and…
Dejell
  • 13,947
  • 40
  • 146
  • 229
0
votes
2 answers

how to decode google contact v3 photo name

How to decode this image name (with extension)
0
votes
1 answer

Google Contacts API without HTTPS

I would like to import my Google contacts to my web application which is build in JavaScript. I used the Google Contacts API version 3.0 to do this, but it requires HTTPS permissions. Is there a way to import my Google contacts in a developing…
-1
votes
1 answer

Get current folder path of http trigger function in Azure in dotnet core

I am creating a http trigger function in dotnet core where I need to find current folder path of my project shopping-samples.Though i am able to execute below code in local in vs code. private static readonly string defaultPath =…
1 2
3