Hello, Does anyone know of any storage APIs simila...
# compose-desktop
t
Hello, Does anyone know of any storage APIs similar to Firebase Storage that support desktop uploads? Currently, the GitLive Java SDK does not offer this functionality. Alternatively, does anyone have a method for uploading files to a server and retrieving download links on a desktop? Thank you.
p
Supabase maybe
b
I used Cloudflare R2 to upload / download some images. I use firebase cloud functions create the presigned url and then just use Ktor to upload them to R2
t
Thanks