docs icon indicating copy to clipboard operation
docs copied to clipboard

📕REST API does not contain file metadata & tags references

Open mtrezza opened this issue 5 years ago • 1 comments
trafficstars

References: https://github.com/parse-community/parse-server/issues/6771

Proposed solution: After https://docs.parseplatform.org/rest/guide/#deleting-files, like in the JS docs

Suggested content: See https://docs.parseplatform.org/js/guide/#adding-metadata-and-tags

mtrezza avatar Jul 27 '20 01:07 mtrezza

One important caveat for sending the fileData as json in the body is one should not add the applicationId in the header, because otherwise the json parsing of the body will be skipped:

https://github.com/parse-community/parse-server/blob/fe02d3e8aa875f362377cc877a65831b010b00a6/src/middlewares.js#L79-L93

evtimDev avatar Oct 25 '23 03:10 evtimDev