because by using the sql function of the api i can easily access my data and without changing anything in the sql code when i execute the code it tells me that it can’t find the database even though it exists and the id hasn’t changed. do you know why and how i can fix it ?
no i didnt hit the API limits i only do 2 requests
but here is my error message if you want : {‘success’: False, ‘error_message’: ‘base a30fc064-b377-44df-9931-adb2b0f95d28 not found’, ‘results’: , ‘metadata’: }
I’m probably repeating myself but when I make a query that only looks at or modifies an existing line it works
and here is my sql in case : INSERT INTO server VALUES (“test”, “test”, “test”, “test”)
I have this same error. When I use the exact same base and token with a SELECT query it works fine. However, when I try the INSERT query, I get this error
( I have removed the base uuid):