问题标签 [google-books]
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.
android - 为 google 应用程序使用 android 密钥
我正在编写我的第一个使用谷歌 API(谷歌书籍)的应用程序,并为应用程序指纹和包名称创建了一个 API 密钥。
如何正确地将密钥传递给 api?我试过了
现在,这被代码 403(禁止)拒绝,这很有意义......因为它本质上是一个普通的 http 调用。但是我如何传递允许 API 根据指纹和包名称对密钥进行身份验证的附加凭据。
javascript - Google Books Preview 未在受保护的 https 上显示图书图片链接,但在 http 上工作。在 Google Chrome 和 Touch 浏览器中
我的网站上嵌入了 Google 图书预览,但发现了一件奇怪的事情并需要帮助。如果我在安全的 http 连接上查看页面,Image Book 预览链接会显示...这就是我想要的。
但是当我在不安全的 http 连接上查看同一个站点时,预览链接不起作用..
这是我的代码片段
我会在这里粘贴图像,但没有获得添加图像的声誉。
ruby-on-rails-3.2 - ROR + Google Book API - 无法使用 ISBN 号存储图书数据
在我的示例项目中,我尝试使用 URL 访问 Google Book API,但我无法使用 isbn 号将图书详细信息存储在数据库中。
我无法弄清楚我缺乏的地方,可能是方法是错误的。
在我的控制器中,我尝试了上面的示例代码来访问这些值,但没有成功。有没有其他方法可以处理这个问题。
使用 googlebook gem 时发生错误
android - 适用于 Android 的 Google Books API - 未配置访问权限
我正在使用 google books API KEY for android 通过我的 android 应用程序加载图书数据。但我收到下面列出的错误。
但是, - 如果我从我的 API CONSOLE 中删除证书(例如,让所有应用程序都可以接受 API KEY),查询就会起作用。虽然我输入的 {SHA1};{package name} 信息是正确的。- 如果我将 API KEY 用于浏览器,则此方法有效。
因此,我能理解的是,我不能在 httpclient 方法中将 KEY 作为 url 的一部分发送。可能是我需要通过标题或其他方式发送。但我找不到怎么做。
有人可以帮忙吗?
代码:
询问:
结果:
android - Google Books API 403 Access Not Configured
I'm trying to contact the Google Books API and perform a title search, which only requires a public API key and no OAUTH2. All I get is the following error:
After having googled around for hours, it seems many others have the same problem but with other Google APIs. What I've done so far:
- Registered a project in my Developer Console
- Enabled the Books API
- Signed my application to get the SHA1 certificate number
- Chosen to get a public API key for Android in my Developer Console
- Pasted the following string into the public API key form, in order to get the key: "SHA1 number;com.package", without quotes
- Copy pasted the generated key into my code.
The code looks as follows:
- Are there any obvious errors? Do I need to format or package my request differently?
- Do I need to add anything to the manifest file?
- When specifying the package when generating the public API key, do I need to specify the same package name as in my app structure? I read somewhere that it has to be unique, but changing it to something less likely to be a duplication resulted in the same error.
The error apparently has to do with "usageLimits", but I'm not even close to 1% of the 1000 calls allowed per day in my test project.
I've also tried to implement the Google Books Java Sample without using the code above, getting the same error message. I've also tried disabling and re-enabling the Books API, without any luck.
Thanks in advance.
google-api - Google 图书 api:如何显示标题?
我正在尝试做一个需要为我的网页提供 AJAX 提要的练习。由于我的网站是关于书籍的,因此我正在使用 Google Books API。我不知道如何显示书名。这是我到目前为止的代码:
ruby-on-rails-3.2 - Google Book API + 搜索时只显示 10 本书 - 如何增加这些数量
在我的项目中,我正在尝试使用 google book api 显示 google 图书,但问题就像 api 一次只渲染十本书。
至少,我在搜索时需要 50 本书,但我无法获得 50 本书。
收到的输出:
它显示搜索的项目总数 = 861,但仅显示 10 个。
任何建议。谢谢
google-api-php-client - 使用 google-api-php-client 实现服务帐户的问题
这似乎可以自行修复......大约一个小时后,我按下 F5 并且它起作用了,我可以看到书名列表。
所以我复制了文件并修改它以获得所有用户的列表
但是,当我运行此代码时,我得到
致命错误:在 /var/www/common/google- api- 中带有消息“调用 GET https://www.googleapis.com/admin/directory/v1/users : (400) 错误请求”的未捕获异常“Google_Service_Exception” php-client-master/src/Google/Http/REST.php:80
再次感谢您的洞察力。
json - 作者信息 google api
1) 我想从 Google API 获取“关于作者”信息,但正常查询不会在 JSON 回复中返回该信息。
2) JSON 回复中的 HTML 链接提供了比 JSON 文件中更多的信息(例如:类别)。不是所有内容都应该在 JSON 文件本身中,以便我们可以直接反序列化它吗?
请问有什么建议吗?谢谢
java - 无法使用 Google Books API 库
我正在开发一个使用 Google 图书的 android 应用程序。我找到了 API,注册了一个 API KEY 并想使用该库而不是像这样自己解析它。代码来自Google 的示例项目。该项目可以成功编译,但它不起作用。显示“HELLO”,但未显示“WORLD”。
信息: 1. API 密钥正确。2. 应用名称不为空。3.尝试在eclipse中调试,也用keystore(用API key注册)导出到APK。两者都未能运行代码。
它有什么问题?
顺便问一下,是否需要使用密钥库导出才能运行上述代码并进行调试?