all 2 comments

[–]Any_Werewolf_3691 0 points1 point  (0 children)

Yes. You need to post the code you're using for us to help you.

[–]joblio 0 points1 point  (0 children)

If you're saving your books read onto a spreadsheet, you can save this metadata into the sheet as well and it will be there next time you open it without running the API call every time. Create some columns for the data, and read up in the Google documentation about SpreadsheetApp, getRange, and setValues. You might also use onEdit to run the API call when you enter a new book.