Trouble connecting to a SheetDB API

I’m hoping to connect a populated Google Sheet data to my app using SheetDB - using the process outlined here: https://blog.sheetdb.io/connecting-a-web-app-built-in-bubble-to-google-sheets-using-no-line-of-code-52db725eddb5

My GET request is set up using in the format of:https://sheetdb.io/api/v1/YOUR_API_ID/search_or?COLUMN'S_NAME1=*[query]*&COLUMN'S_NAME2=*[query] and when I run it, I see this message:

When I check “Include errors in response and allow workflow actions to continue” and run it, I get the following back:

I made sure to uncheck “Private” in the API Connector, and the call request seems to be working in Postman. Any thoughts on what might be causing this?

Thanks!

Hi @lfried I just finished setting a sheetdb API and worked like a charm. This is how my API setup looks like if it helps in any way.

I have the same problem @lfried . I can’t fix it. Any suggestion?