Get All results key error

I’m running in this problem where i am trying to integrate google books as a external collection and it keeps saying my results key is wrong? I’ve almost tried everything? please help



Is the example data you give for your user query giving valid results?

yes it is so i don’t know why there is an error?

You have a “?” in the end, usually that is only used when you are adding Query parameters in your API which it is the q=user search. By default you should not need the “?” as Adalo is adding it for you when you build those parameters. Remove it and try again.

Example:

https://books.google.com/ebooks?id=buc0AAAAMAAJ**&dq=holmes

Your API would be: https://books.google.com/ebooks
Your Query Parameters:
id, dq