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
Hi-
I don't know if anyone is monitoring this or not. I'm following the instructions here and POST for the @dc.xml works but I'm gettting
when I try to post a ZIP file. I've tried putting the metadata.xml file in a metadata folder it does not seem to work either in a folder. Using SWORDv2.
Hi-
I don't know if anyone is monitoring this or not. I'm following the instructions here and POST for the @dc.xml works but I'm gettting
when I try to post a ZIP file. I've tried putting the metadata.xml file in a metadata folder it does not seem to work either in a folder. Using SWORDv2.
curl --request POST \ --url https://testing.deepblue.lib.umich.edu/data/sword/collections/3j3332324/works \ --header 'Content-Disposition: attachment; filename=UMMZbag2.zip' \ --header 'Content-Type: application/zip' \ --header 'Api-key:[redacted]' \ --header 'In-Progress: false' \ --header 'Packaging: http://purl.org/net/sword/package/BagIt' \ --data-binary @UMMZbag2.zip
Returns:
<title>ERROR</title> 2022-03-11T12:24:04Z [email protected]`<sword:error xmlns:sword="http://purl.org/net/sword/" xmlns:arxiv="http://arxiv.org/schemas/atom" xmlns="http://www.w3.org/2005/Atom" href="http://purl.org/net/sword/error/ErrorBadRequest">
Sword v2 server
I've tried this with your testPackage as well and I get the same result. Any advice would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: