Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can the uploadcare widget be used without the uploadcare service?

Can uploadcare-widget be used without using the upload care service?

The goal:

  • Use the widget (specifically to allow users to upload files from their google drive/dropbox accounts).
  • Instead of using upload care's backend, use your own backend, i.e. node.js/aws s3.
like image 420
Learner Avatar asked Sep 19 '25 12:09

Learner


1 Answers

Yes, it can. It's open source!

Although you will have to either replicate or get rid of functionality that relies on Uploadcare infrastructure:

  • uploads (this is the easiest part)
  • fetching files from social networks and cloud storage services
  • image preview and cropping that relies on Uploadcare CDN

So unless you're moving enormous amounts of files, most cost efficient way is to use Uploadcare as it is. BTW, you can use your own S3 storage and even upload directly to your S3 buckets.

like image 81
Dmitry Mukhin Avatar answered Sep 23 '25 11:09

Dmitry Mukhin