parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Support passing additional params with file save/upload POST request and expose those in beforeSaveFile/afterSaveFile

Open evtimDev opened this issue 2 years ago • 1 comments

New Feature / Enhancement Checklist

Current Limitation

No official support.

Feature / Enhancement Description

This is the server-side feature request to support the relevant functionality of the client SDK feature requests: https://github.com/parse-community/Parse-SDK-Android/issues/1201 https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1766

Example Use Case

See linked client sdk bugs

Alternatives / Workarounds

Custom schemes to pass additional params via headers, or mimicking the JS SDK behavior and recoding the file into a json format with additional metadata/tags. See linked client sdk bugs for details

3rd Party References

evtimDev avatar Oct 27 '23 22:10 evtimDev

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!