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

Send submission through OJS POST route #244

Open
salaun-marion opened this issue Feb 6, 2025 · 1 comment
Open

Send submission through OJS POST route #244

salaun-marion opened this issue Feb 6, 2025 · 1 comment
Assignees

Comments

@salaun-marion
Copy link
Collaborator

We need to create a submission directly after saving it to the database with the Django Backend.

After a try with postman on the following url : http://jdh.submissions.degruyterbrill.com/api/v1/submissions with a JSON body we received a 405 error 'method not allowed'.

An email have been sent to the 2 people with who we are in touch at OJS last wednesday 5th February 2025.

@salaun-marion salaun-marion self-assigned this Feb 6, 2025
@salaun-marion
Copy link
Collaborator Author

Update on 07/02/2025

  • GET submissions route of the OJS REST API is working with the funding coordinator
  • POST submissions route of the OJS REST API is NOT working with the funding coordinator : error 403 Forbidden with following error message :

{
"error": "user.authorization.roleBasedAccessDenied",
"errorMessage": "##user.authorization.roleBasedAccessDenied##"
}

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

No branches or pull requests

1 participant