Questions tagged [google-api-cpp-client]
12 questions
5
votes
1 answer
Using the Google APIs Client Library for C++ on Windows
I noticed that Google has this SDK for accessing various Google services using C++ on the client side.
Curiously, they have support only for Linux and Mac OS. Arguably there are other popular client OSes as well, on which the developer would want…

Raman Sharma
- 4,551
- 4
- 34
- 63
4
votes
2 answers
Generate an OAuth access token with openssl and c++
I need to get an access token (for a service account) for the google's OAuth authentication service. I tried several things an studied a lot of on the web but don't succeed.
Basically i followed…

mcd
- 101
- 1
- 7
4
votes
2 answers
YouTube API v3 - upload video
I would like load myVideo.avi on YouTube with my Qt5 programm. I successful authorisation through OAuth 2.0 and get access_token without errors.
But when I try to use API https://developers.google.com/youtube/v3/docs/videos/insert
I get some…

Iaroslav Baranov
- 1,100
- 9
- 17
3
votes
1 answer
GMail api c++ sample
Are there any samples available on how to use the GMAIL API to read messages for c++?
I have the Google CPP Client and have got the calendar sample running. Wondering if there is a similar Gmail Sample.

ND003
- 726
- 1
- 8
- 22
2
votes
1 answer
Confusion with Google Cloud Platform and Google Cloud Storage API's
I am new with google cloud platform and trying to get started. I am interested in using Google Cloud storage.
Following this link:
datastore reference I can see available client libraries (c++ is not one of them)
Now there is google api c++ client:…

Tadzys
- 1,044
- 3
- 16
- 22
2
votes
1 answer
Building specialized service APIs in google-api-cpp-client
I'm trying to build the specialized Youtube API, which is included in the standard distribution of the google-api-cpp-client library. The documentation states:
If you download the C++ libraries and unzip them into the service_apis directory at the…

Thijs
- 714
- 9
- 23
1
vote
1 answer
sample program for google translate v2 c++ api
I am using google apis in c++ client and want to build an application with the google translate v2 api. I have downloaded and installed the relevant libraries.
I am looking for a sample program like the calendar sample that is provided in the google…

kikushah
- 13
- 1
- 5
1
vote
1 answer
Google API CPP Client - Using Service Account
Does the Google API CPP Client Library support Authorization using Service Account?
I could not find an example of how to use the Service Account when using the CPP Client library from https://github.com/google/google-api-cpp-client/
The sample…

ND003
- 726
- 1
- 8
- 22
0
votes
1 answer
Google API mediaItems:search returns Error 400 bad request
I am trying to call the Google API for mediaItems:search to return a list of images. However I'm getting error 400 bad request back. If I don't set the body of the POST at all, I successfully get back images, but I need to filter them. How can…

BrianTW
- 43
- 1
- 3
0
votes
1 answer
GCP Dataflow shuffler logs: Call to url= failed with curl status UNKNOWN
i found a lot of strange error logs related to GCP Dataflow job inside "logName": "...shuffler" and "...shuffler-startup"
The dataflow job works without any problem and there is no error inside "logName": "...worker"
Here are the full error lines…

Saeed Mohtasham
- 1,693
- 16
- 27
0
votes
1 answer
google api c++ library ./prepare_dependencies.py error
I am working on a google fusion table project with c++. I tried to install google api c++ library downloaded from https://github.com/google/google-api-cpp-client.
When I ran >> ./prepare_denpendencies.py , I got error shown below.
Can someone help…

billlipeng
- 322
- 3
- 12
-2
votes
1 answer
Accessing Google related resources using QT Creator
So I've done some digging, but came up with nothing thus far because I feel that this would be a close to impossible task. But I am more than willing to look on my own, I wanted to know if it was possible to access Google related resources using QT…

RGM-79FP GM Striker
- 155
- 1
- 1
- 14