Closed Meekohi closed 7 years ago
@Meekohi thanks for your contribution.
I'm currently working on adding support of UPLOADCARE_STORE flag (see upload api docs). This change will include a fix to your problem. WIP branch can be found here. I beleve I'll finish it in a couple of days
@Meekohi, @vizvamitra's changes seem to be more fundamental. can you check if his branch works for you?
Works for me -- looks like a good more general solution in case there are more flags in the future.
closes in favour of #36
One implementation detail is that the API will only "not store" only if the
store
param is missing orstore:0
.store:'false'
will not work (the API will evaluate that to true and store anyway)