Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-books-api]

For questions regarding interacting with the API provided by Google to interact with information within the Google Books system, including retrieving book information, and managing Google users' Google Books content.

google-books-api
0 votes
0 answers
67 views

Request is missing required authentication credential. Invalid Credentials. CredentialManager. Android. Google Books Api

Im working with firebase auth to make a login with google. Im try to make the login and consume the google books api with the Oauth 2.0 token. I did the authentication and the authorization process ...
Diego Eduardo Guido Ramos's user avatar
0 votes
1 answer
43 views

The data isn't saving in Excel even though the Excel file is created with a title heading

I created a program for fetching book details from Google Books API and generate its description using generative AI API. I also added the functionality to save the data in excel but its not working ...
Fahad Khan's user avatar
0 votes
0 answers
36 views

Using google book API specific parameter to get smallTumbnail in the frontend of my ejs

I am trying to use Google Book API for my project app which it's intention is; the user can search the title and author of a book that they have read and in response you will get the title and author ...
Alejandro Armas 's user avatar
0 votes
0 answers
57 views

It doesnt always show all the books on my homepage

I am working on a Angular project. My aim is to make a book finder application using Google Books API and the problem is that sometimes when i refresh the page or I go to a different component and go ...
MertBoza's user avatar
0 votes
0 answers
37 views

Google Books API returning 404 on Bookshelf GET

I run a website for my book club that uses Google Books to pull cover images. To do this, I add the books to the Have Read bookshelf on my Google Books library and then I use this GET in JavaScript. ` ...
Nicholas Fortugno's user avatar
0 votes
0 answers
25 views

How do I get JS to make buttons for google API list entries?

I'm trying to display google books API data in a book list and at the same time generate a separate button (which is going to link to that book) for each list entry. So basically the button needs to ...
TD99999's user avatar
2 votes
0 answers
107 views

Google Books API - using langrestrict=en still returns non english results

This request: https://books.googleapis.com/books/v1/volumes?q=intitle%3Apercy&langRestrict=en Still returns non English books, as a first results, might I add! Seems any other language works ...
ron sivan's user avatar
1 vote
0 answers
70 views

Improve Tesseract Accuracy on my book images, for Google Books API

I am trying to upload my library to goodreads, so I am taking a picture to get the details of each book and then I use Google books api to get the isbn number. Unfortunately, pytesseract is not ...
ruthpozuelo's user avatar
0 votes
0 answers
40 views

React useEffect with async fetch from api not loading data

I'm new to React and I'm trying to create a component that displays a list of "listings" which contain the ids of books from the Google books api. Each listing will ideally display ...
Ashley Xu's user avatar
-1 votes
1 answer
174 views

Google Books API failing to decode JSON

I'm trying to display data from the Google Books API. The code behaves correctly with certain search queries but not with others. Below the search query is "weather," the console prints the ...
damehero's user avatar
1 vote
2 answers
117 views

Google Books API erroneously incrementing totalItems returned

I am working on an asp.net application that uses the Google Books API. I am using the API to return a list of books based on a search query. public async Task<BookSearchResponseModel> ...
Corey Sutton's user avatar
  • 1,079
1 vote
0 answers
66 views

Issue Overcoming Missing Values in API App

I was playing with a Swift app someone made on Youtube that accesses the Google Books API and returns the results of a (hard-coded) query. While playing with it, I noticed it kept crashing. Playing ...
AzAzinZ's user avatar
  • 21
1 vote
1 answer
63 views

How to stream read pdf from Googlebook API?

I want to use Google Book API for my library app. User can tracks book page, and read the pdf, so I can't redirect my user to Google Book API. If user need to buy book, user can pay to Google Book. Is ...
Farid Cenreng C038DSX0869's user avatar
0 votes
0 answers
534 views

Pass props from API to another component With SolidJS

I'm trying to show the searched book description in another component after i access the link, but when i access it the description is not displayed. I've tried to pass the description prop through ...
Hjaeter's user avatar
  • 31
0 votes
1 answer
209 views

Pass searched book informations to another component using SolidJS

I'm developing a web app where you search for a book and some informations of this book such as genre, availability, description and authors will be displayed in another screen. Everything is working ...
Hjaeter's user avatar
  • 31

15 30 50 per page
1
2 3 4 5