-
Is there any possibility to create attachment file to CouchDB table from Base64 string ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
It will be possible, via the Budibase API - which is only usable if you self host at the moment. We have not documented our API, so you'd have to figure it out by replicating what happens when you manually upload a file via an app (i.e. you can copy what happens in your dev-tools network tab). It's not ideal, but that's the only way at the moment. We plan to open up our API as soon as we can. FYI the file itself will end up getting stored in MinIO - the file storage engine in our stack. |
Beta Was this translation helpful? Give feedback.
-
Now Budibase can upload file to attachment through Budibase Public API. I wrote a simple nodejs script here for demo
|
Beta Was this translation helpful? Give feedback.
-
Could you share the error?
El mar, 10 jun 2025 a las 7:46, ArchGalileu ***@***.***>)
escribió:
… Hello @AlejandroFNadal <https://github.com/AlejandroFNadal>
Trying to do it on n8n but gives me error of identation...
Any advice?
Best regards
ArcGalileu
—
Reply to this email directly, view it on GitHub
<#3725 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZVOW3XL3BMVS7A2BZNRAL3CZWJ5AVCNFSM6AAAAABPZT7ENGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBRGY4TMMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
It will be possible, via the Budibase API - which is only usable if you self host at the moment.
We have not documented our API, so you'd have to figure it out by replicating what happens when you manually upload a file via an app (i.e. you can copy what happens in your dev-tools network tab).
It's not ideal, but that's the only way at the moment. We plan to open up our API as soon as we can.
FYI the file itself will end up getting stored in MinIO - the file storage engine in our stack.