-
Is there any possibility to create attachment file to CouchDB table from Base64 string ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 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.
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.