Google books provide sorted by date option on the left column to sort searched books. But the result seems that publication date is in descending order ( from latest to oldest). This may not be fit fo
This might be the wrong location for this question but is there an API to submit books to Google eBookStore?
On my Amazon EC2 instance: ~$ curl -XGET https://www.googleapis.com/books/v1/volumes?q=Mark+Twain { \"error\": {
I\'m trying to import all googlebooks-1gram files into a postgresql database. I wrote the following Java code for that:
I am just curious if I开发者_JAVA技巧 can be able to copy books from google or not.And I am also curious to know what to make such kind of material.I suppose the best way is to convert the text pages
I am pretty new to android; I would like to access google books from my android app. Can anyone provide any pointers, sample code开发者_JS百科, or advice on
I am new to Solr for providing search results. I am planning to implement something similar to google books, which highlight search words in result-set and make an image from result ... So I need t开
I\'m trying to get started using the Google Data API for Google Book Search in my Ruby on Rails 3 application, and I don\'t even understand how to get started. What gems do I need? What do I need to d
>>> import gdata.books.service >>> service = gdata.books.service.BookService() >>> results = serv开发者_运维百科ice.search_by_keyword(isbn=\'0434003484\')
I cannot find a way to get a Book\'s Ratings through the Books API provided by Google. All I figured out is how开发者_运维问答 to obtain search listings, which do not include ratings and description.