diff --git a/solutions/add-on/book-smartchip/README.md b/solutions/add-on/book-smartchip/README.md new file mode 100644 index 000000000..46a058d5d --- /dev/null +++ b/solutions/add-on/book-smartchip/README.md @@ -0,0 +1,5 @@ +# Preview links from Google Books with smart chips + +See +https://developers.google.com/workspace/add-ons/samples/preview-links-google-books +for additional details. diff --git a/solutions/add-on/book-smartchip/appsscript.json b/solutions/add-on/book-smartchip/appsscript.json index 4e8538061..743b393c6 100644 --- a/solutions/add-on/book-smartchip/appsscript.json +++ b/solutions/add-on/book-smartchip/appsscript.json @@ -6,6 +6,9 @@ "https://www.googleapis.com/auth/workspace.linkpreview", "https://www.googleapis.com/auth/script.external_request" ], + "urlFetchWhitelist": [ + "https://www.googleapis.com/books/v1/volumes/" + ], "addOns": { "common": { "name": "Preview Books Add-on", @@ -37,4 +40,4 @@ ] } } -} \ No newline at end of file +}