Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📕REST API does not contain file metadata & tags references #749

Open
mtrezza opened this issue Jul 27, 2020 · 1 comment
Open

📕REST API does not contain file metadata & tags references #749

mtrezza opened this issue Jul 27, 2020 · 1 comment

Comments

@mtrezza
Copy link
Member

mtrezza commented Jul 27, 2020

References:
parse-community/parse-server#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

@evtimDev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants