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
Pablichjenkov
06/22/2024, 10:43 PM
Supabase maybe
b
Ben Abramovitch
06/23/2024, 12:10 AM
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