You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: