Anyone facing this issue ?
Thankyou for reporting the issue, @Rahan_Sarang . The issue was in query parameters. Iāve fixed the issue as well as edited download link in the main post.
Now the extension size is reduced from 100KB+ to 44KB.
Download Link : https://github.com/oseamiya/Baserow/raw/main/out/com.oseamiya.baserow.aix
Commits : Commits Ā· oseamiya/Baserow (github.com)
Please add upload file with path and upload file by url blocks
There is a paid baserow extension by @iamwsumit , post a screenshot of the extensions that you use
Error has specified the reason own. I donāt think it need any more explanation. You havenāt bought the Baserow extension thatās why itās showing error but I am thinking that from where do you got the extension if you hadnāt purchased it.
I am using this extension. This is free no?
Where did you get that? If we see that you are using paid extensions where you didnāt pay for, you will loose your Kodular developer account.
The icon showed in above picture is from free extension which doesnāt lead to such error. I wonder is this the only baserow extension that you have in you app ? Because all we see is a croped image
No no. I am using this extension. this is free no?
Iāve started working on it from today.
You can see the progress from Experimental branch,
Uploadbyurl works fine but I am confused in UploadByFile. Iāll update it and launch new version as soon i fix UploadByFile method.
Yeah, it is free. But it should not raise the error as you mentioned earlier.
I do not know. However, I am not a thief. A few days ago I bought another paid extension of sumit. sumit You know it. I have no desire to sneak out.
Also I am not using the baserow extension now. I used it to test my project but I do not use it now.
Please, Anyone donāt go off-topic here now ā¦
Hey guys!
I started using Basedow recently. I have a question regarding the recovery of a very specific row in the table. I know there is rowId. The question is: How to retrieve a row from the table that contains a personās email if I donāt have the rowId of that row?
For example, suppose I want to execute the following SQL statement:
SELECT name, email from USERS
WHERE email = ā[email protected]ā
How should I use which blocks to perform this operation?
Not possible with this extension. But you can do it with Web component if you can understand the api document.
Are you getting any error?? Use OnError event block to check.
Your page and size is 0. Maybe it can be issue. Could you try to give some value to it.? Print the response
to label instead of values
as values would be an empty list.