You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
Hi DSpace Tech,
We are getting the following error "415 Unsupported Media Type" while trying to push items using Rest API to DSpace 7.4
Please advise on how to resolve the error.
Regards,
Lewatle
Tim Donohue
unread,
Mar 27, 2023, 11:21:08 AM3/27/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lewatle Johannes Phaladi, DSpace Technical Support
Hi,
Usually, a 415 error means you are sending data using an invalid "Content-Type" header. In most scenarios the content-type should be either "application/json" or "application/json-patch+json" (for PATCH requests).
However, it's difficult to provide better advice without understanding which exact request is returning a 415.