Vadym
Forum Replies Created
-
Forum: Plugins
In reply to: [My Google Books Library] Just part of all books are shownHi,
Here is new version https://gist.github.com/hudvin/5056246
It works for me, but please check it anyway.Forum: Plugins
In reply to: [My Google Books Library] Just part of all books are shownHi,
I found problem, but it’s very hard to fix. In short, google api has very low quota and we need to make more than one request to get all books. After just few such requests google blocks server’s api for some time.
I will try to create workaround on this week.Forum: Plugins
In reply to: [My Google Books Library] Just part of all books are shownYes, you can add http://v.bartko.info
Forum: Plugins
In reply to: [My Google Books Library] Just part of all books are shownHi again!
I have made a fix. Here is a code http://pastebin.com/DBh5XAja
Check how it works http://v.bartko.info/?page_id=42
Added:
fetching all books
caching of data to fileIt requires some cleanup, because I haven’t used php for years.
So, if possible, feel free to add or use this code in your plugin.
Good luck!
Forum: Plugins
In reply to: [My Google Books Library] Just part of all books are shownHi,
I found https://developers.google.com/books/docs/v1/using#RetrievingBookshelfVolumes . There is limit in 40 items. Maybe I will try to fix this issue.
Vadym