问题标签 [google-api-cpp-client]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - YouTube API v3 - 上传视频
我想用我的 Qt5 程序在 YouTube 上加载 myVideo.avi。我通过 OAuth 2.0 成功授权并获得 access_token 没有错误。
但是当我尝试使用 API https://developers.google.com/youtube/v3/docs/videos/insert 我得到了一些错误!
回复-
我做错了什么?
c++ - 使用 QT Creator 访问 Google 相关资源
所以我做了一些挖掘工作,但到目前为止一无所获,因为我觉得这将是一项几乎不可能完成的任务。但我更愿意自己看,我想知道是否可以使用 QT Creator 访问 Google 相关资源。因此,例如,如果我想使用谷歌分析,我需要研究什么?我需要某种应用引擎方面吗?
谢谢!
c++ - google api c++ 库./prepare_dependencies.py 错误
我正在使用 c++ 开发一个 google fusion table 项目。我尝试安装从https://github.com/google/google-api-cpp-client下载的 google api c++ 库。当我运行 >> ./prepare_denpendencies.py 时,出现如下所示的错误。
有人可以帮我找出问题所在吗?或者有人可以告诉我另一种在不安装库的情况下使用谷歌融合表的方法吗?谢谢!
其他信息:
cmake @2.8.12.2_0 (active) 使用 mac 端口安装。Mac OS X。
c++ - 使用 openssl 和 c++ 生成 OAuth 访问令牌
我需要为 google 的 OAuth 身份验证服务获取访问令牌(用于服务帐户)。我尝试了几件事,并在网上研究了很多,但没有成功。
基本上我跟着https://developers.google.com/accounts/docs/OAuth2ServiceAccount
我做了什么(VS2013):
我收到的只是
因此,如果有人能指出我正确的方向,那就太好了。如果有人可以通过从 openssl 命令手动生成 jwt 请求来指出我的工作,这也会有所帮助。
我正在使用 VS2013
gmail-api - GMail api c++ 示例
是否有关于如何使用 GMAIL API 读取 C++ 消息的示例?
我有 Google CPP 客户端并运行了日历示例。想知道是否有类似的 Gmail 示例。
c++ - Google API CPP 客户端 - 使用服务帐户
Google API CPP 客户端库是否支持使用服务帐户进行授权?
在使用来自https://github.com/google/google-api-cpp-client/的 CPP 客户端库时,我找不到如何使用服务帐户的示例
可用示例仅演示使用客户端密码安装应用程序
c++ - 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 apis.
Please guide me to that, I have been searching online for quite sometime but have had no luck.
c++ - 在 google-api-cpp-client 中构建专门的服务 API
我正在尝试构建专门的Youtube API,它包含在google-api-cpp-client库的标准分发中。该文档指出:
如果您下载 C++ 库并将它们解压缩
service_apis
到此 SDK 的源安装根目录中,则默认构建脚本将自动构建它们。
但是,构建脚本没有。构建包含在分布中的样本非常清楚地揭示了这一点。
根的尾部CMakeLists.txt
内容如下:
最终导致这个 CMakeLists.txt (在 service_apis 目录的根目录中):
我message
在 if 语句中放置了一个输出。似乎add_subdirectory
永远无法接通电话。确实会foreach
遍历所有子目录。
为什么正则表达式比较失败?
google-cloud-platform - 与 Google Cloud Platform 和 Google Cloud Storage API 混淆
我是谷歌云平台的新手,正在尝试开始。我对使用 Google Cloud 存储很感兴趣。在这个链接之后: datastore reference我可以看到可用的客户端库(c++ 不是其中之一)
现在有 google api c++ 客户端: google api c++ 客户端 ,它具有“Google Cloud Datastore API”作为可用的服务 api 之一。
然后是这个链接: https ://developers.google.com/api-client-library/cpp/
它只是说:
“Google APIs C++ 客户端库不再可用。感谢您的关注。”
这让我有点困惑。因为我想通过本机 c++ api 使用云数据存储。