Google 书籍 API 静态 link 未按预期工作
Google Books API static link not working as expected
我正在尝试在我的网站上实施 Google 图书 API 图书封面请求。
根据 documentation, all I need is to make a request with a static link: https://books.google.com/books?vid=ISBN{ISBN}&printsec=frontcover
我创建了一个测试 link:
https://books.google.com/books?vid=ISBN0812511816&printsec=frontcover
但是,我得到的不是封面,而是整本书的页面,而不仅仅是封面。
我不确定我做错了什么。
他们改变了那个电话的行为!
现在要获取封面,您必须使用图书的内部 ID(而不是 ISBN),例如:
https://books.google.com/books/content?id=ib7xnQAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
我正在尝试在我的网站上实施 Google 图书 API 图书封面请求。 根据 documentation, all I need is to make a request with a static link: https://books.google.com/books?vid=ISBN{ISBN}&printsec=frontcover
我创建了一个测试 link: https://books.google.com/books?vid=ISBN0812511816&printsec=frontcover
但是,我得到的不是封面,而是整本书的页面,而不仅仅是封面。
我不确定我做错了什么。
他们改变了那个电话的行为!
现在要获取封面,您必须使用图书的内部 ID(而不是 ISBN),例如:
https://books.google.com/books/content?id=ib7xnQAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api