- Issue created by @BlackError
I'm encountering an issue while trying to upload files via the REST API endpoint in Drupal. Here are the details:
Steps to Reproduce:
Send a POST request to the endpoint http://localhost/drupal/entity/file?_format=json.
Include the necessary parameters and data in the request body.
Check the response received.
Expected Behavior:
I expect the file upload process to be successful, and a confirmation response should be received.
Actual Behavior:
The upload process fails, and I receive a 403 Forbidden status code in the response. Additionally, the response body contains only {"message": ""} without any meaningful information.
Additional Information:
Drupal version: 10
PHP version: 8.2
Active
1.0
Documentation