parse-server
parse-server copied to clipboard
Support passing additional params with file save/upload POST request and expose those in beforeSaveFile/afterSaveFile
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
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
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!